COLOR #CFE6D4

HEX: #CFE6D4 RGB: (207,230,212)

Color info

#CFE6D4 contains red, green and blue colors in about the same proportion. Web safe color of #CFE6D4 is #CCCCCC (or #CCC).

RGB color model

#CFE6D4 color RGB value is (207,230,212).

RGB: (207,230,212) (81%, 90%, 83%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 212 of 255 = 83%

207
230
212

R + G + B ~ 85%. #CFE6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 230 + 212 = 649 (100%)
R 207 of 649 ~ 31.9%
G 230 of 649 ~ 35.44%
B 212 of 649 ~ 32.67'%

%31.9
%35.44
%32.67

CMYK color model

#CFE6D4 color CMYK value is (10,0,8,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 9.80%

CMYK: (10,0,8,10)
C10M0Y8K10 (10%, 0%, 8%, 10%)
(0.10 / 0.00 / 0.08 / 0.10)

CMYK percentages

%10
%0
%7.83
%9.8

Codes

Color #CFE6D4 in popluar color models

CF E6 D4
RGB 207 230 212
HSL 133° 31.51% 85.69%
HSB/HSV 133° 10.00% 90.20%
CMYK 10.00% 0.00% 7.83%
9.80%

Color #CFE6D4 in popluar number systems.

HEX CF E6 D4
Decimal 207 230 212
Binary 11001111 11100110 11010100
Octal 317 346 324

Shades and tints

Shades of #CFE6D4

#CFE6D4
(207,230,212)
#BDD2C1
(189,210,193)
#ABBEAE
(171,190,174)
#99AA9B
(153,170,155)
#879688
(135,150,136)
#758275
(117,130,117)
#636E62
(99,110,98)
#515A4F
(81,90,79)
#3F463C
(63,70,60)
#2D3229
(45,50,41)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #CFE6D4

#CFE6D4
(207,230,212)
#D3E8D7
(211,232,215)
#D7EADA
(215,234,218)
#DBECDD
(219,236,221)
#DFEEE0
(223,238,224)
#E3F0E3
(227,240,227)
#E7F2E6
(231,242,230)
#EBF4E9
(235,244,233)
#EFF6EC
(239,246,236)
#F3F8EF
(243,248,239)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE6D4 color. Also use rgb(207,230,212) instead hex code.

Text Font Color

.myTextColor { color: #CFE6D4; }

<p style="color:#CFE6D4">This sample text font color is #CFE6D4.</p>

This text font color is #CFE6D4.

Background Color

.myBgColor { background-color: #CFE6D4; }

<div style="background-color:#CFE6D4">Inner text</div>

This div background color is #CFE6D4.

Border color

.myBorderColor { border: 1px solid #CFE6D4; }

<div style="border:3px solid #CFE6D4">Div</div>

This div border color is #CFE6D4.

Opacity

.myOpacity80 { color: #CFE6D4; opacity: 0.8; }

<p style="color:#CFE6D4;opacity:0.8;">80%</p>

Text with #CFE6D4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CFE6D4;}

<p style="text-shadow: 3px 3px 1px #CFE6D4">Text here.</p>

This text has shadow with #CFE6D4 color.


.textShadow {text-shadow: 3px 3px 1px #CFE6D4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CFE6D4, 5px 5px 20px red">Text here.</p>

This text has shadow with #CFE6D4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CFE6D4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CFE6D4, Direction=45, Strength=4)">Text</p>

This text has shadow with #CFE6D4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CFE6D4;
-webkit-box-shadow: 1px 1px 3px 2px #CFE6D4;
box-shadow: 1px 1px 3px 2px #CFE6D4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CFE6D4; -webkit-box-shadow: 1px 1px 3px 2px #CFE6D4; box-shadow:1px 1px 3px 2px #CFE6D4;">
Div content here
</div>

This div box has shadow with color #CFE6D4.

Preview

Color preview on black background

This text has color #CFE6D4 on black background.


Color preview on white background

This text has color #CFE6D4 on white background.


Black color preview on #CFE6D4 background

This text has black color on #CFE6D4 background.


White color preview on #CFE6D4 background

This text has white color on #CFE6D4 background.


Related colors

Complementary color

Complementary color for #hex is #30192B.


I love getcolorcode.com

Triadic colors

1 #D4CFE6 and #E6D4CF with #CFE6D4 are triadic colors.

2 #D4E6CF and #E6CFD4 with #CFE6D4 are triadic colors.