COLOR #CFE6D9

HEX: #CFE6D9
RGB: (207,230,217)

Color info

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

RGB color model

#CFE6D9 color RGB value is (207,230,217).

  • red value is 207;
  • green value is 230;
  • blue value is 217.
RGB:
(207,230,217)
(81%,90%,85%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 217 of 255 = 85%

207
230
217

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

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 217 = 654 (100%)
R 207 of 654 ~ 31.65%
G 230 of 654 ~ 35.17%
B 217 of 654 ~ 33.18%

%31.65
%35.17
%33.18

CMYK color model

#CFE6D9 color CMYK value is (10,0,6,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 9.80%
CMYK:
(10,0,6,10)
C10M0Y6K10 
(10%,0%,6%,10%)
(0.10/0.00/0.06/0.10)	

CMYK percentages

%10
%0
%5.65
%9.8

Codes

Color #CFE6D9 in popluar color models

CFE6D9
RGB207230217
HSL146°31.51%85.69%
HSB/HSV146°10.00%90.20%
CMYK10.00%0.00%5.65%
9.80%

Color #CFE6D9 in popluar number systems.

HEXCFE6D9
Decimal207230217
Binary110011111110011011011001
Octal317346331

Shades and tints

Shades of #CFE6D9

#CFE6D9
(207,230,217)
#BDD2C6
(189,210,198)
#ABBEB3
(171,190,179)
#99AAA0
(153,170,160)
#87968D
(135,150,141)
#75827A
(117,130,122)
#636E67
(99,110,103)
#515A54
(81,90,84)
#3F4641
(63,70,65)
#2D322E
(45,50,46)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #CFE6D9

#CFE6D9
(207,230,217)
#D3E8DC
(211,232,220)
#D7EADF
(215,234,223)
#DBECE2
(219,236,226)
#DFEEE5
(223,238,229)
#E3F0E8
(227,240,232)
#E7F2EB
(231,242,235)
#EBF4EE
(235,244,238)
#EFF6F1
(239,246,241)
#F3F8F4
(243,248,244)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE6D9; }

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

This text font color is #CFE6D9.


Background Color

.myBgColor { background-color: #CFE6D9; }

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

This div background color is #CFE6D9.


Border color

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

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

This div border color is #CFE6D9.


Opacity

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

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

Text with #CFE6D9 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 #CFE6D9;}

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

This text has shadow with #CFE6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE6D9 on black background.


Color preview on white background

This text has color #CFE6D9 on white background.



Black color preview on #CFE6D9 background

This text has black color on #CFE6D9 background.


White color preview on #CFE6D9 background

This text has white color on #CFE6D9 background.