COLOR #CFE9E0

HEX: #CFE9E0 RGB: (207,233,224)

Color info

#CFE9E0 contains red, green and blue colors in about the same proportion. Web safe color of #CFE9E0 is #CCFFCC (or #CFC).

RGB color model

#CFE9E0 color RGB value is (207,233,224).

RGB: (207,233,224) (81%, 91%, 88%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 224 of 255 = 88%

207
233
224

R + G + B ~ 87%. #CFE9E0 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 233 + 224 = 664 (100%)
R 207 of 664 ~ 31.17%
G 233 of 664 ~ 35.09%
B 224 of 664 ~ 33.73'%

%31.17
%35.09
%33.73

CMYK color model

#CFE9E0 color CMYK value is (11,0,4,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 8.63%

CMYK: (11,0,4,9)
C11M0Y4K9 (11%, 0%, 4%, 9%)
(0.11 / 0.00 / 0.04 / 0.09)

CMYK percentages

%11.16
%0
%3.86
%8.63

Codes

Color #CFE9E0 in popluar color models

CF E9 E0
RGB 207 233 224
HSL 159° 37.14% 86.27%
HSB/HSV 159° 11.16% 91.37%
CMYK 11.16% 0.00% 3.86%
8.63%

Color #CFE9E0 in popluar number systems.

HEX CF E9 E0
Decimal 207 233 224
Binary 11001111 11101001 11100000
Octal 317 351 340

Shades and tints

Shades of #CFE9E0

#CFE9E0
(207,233,224)
#BDD4CC
(189,212,204)
#ABBFB8
(171,191,184)
#99AAA4
(153,170,164)
#879590
(135,149,144)
#75807C
(117,128,124)
#636B68
(99,107,104)
#515654
(81,86,84)
#3F4140
(63,65,64)
#2D2C2C
(45,44,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #CFE9E0

#CFE9E0
(207,233,224)
#D3EBE2
(211,235,226)
#D7EDE4
(215,237,228)
#DBEFE6
(219,239,230)
#DFF1E8
(223,241,232)
#E3F3EA
(227,243,234)
#E7F5EC
(231,245,236)
#EBF7EE
(235,247,238)
#EFF9F0
(239,249,240)
#F3FBF2
(243,251,242)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE9E0 color. Also use rgb(207,233,224) instead hex code.

Text Font Color

.myTextColor { color: #CFE9E0; }

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

This text font color is #CFE9E0.

Background Color

.myBgColor { background-color: #CFE9E0; }

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

This div background color is #CFE9E0.

Border color

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

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

This div border color is #CFE9E0.

Opacity

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

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

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

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

This text has shadow with #CFE9E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE9E0.

Preview

Color preview on black background

This text has color #CFE9E0 on black background.


Color preview on white background

This text has color #CFE9E0 on white background.


Black color preview on #CFE9E0 background

This text has black color on #CFE9E0 background.


White color preview on #CFE9E0 background

This text has white color on #CFE9E0 background.


Related colors

Complementary color

Complementary color for #hex is #30161F.


I love getcolorcode.com

Triadic colors

1 #E0CFE9 and #E9E0CF with #CFE9E0 are triadic colors.

2 #E0E9CF and #E9CFE0 with #CFE9E0 are triadic colors.