COLOR #CFE9CC

HEX: #CFE9CC RGB: (207,233,204)

Color info

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

RGB color model

#CFE9CC color RGB value is (207,233,204).

RGB: (207,233,204) (81%, 91%, 80%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 204 of 255 = 80%

207
233
204

R + G + B ~ 84%. #CFE9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 233 + 204 = 644 (100%)
R 207 of 644 ~ 32.14%
G 233 of 644 ~ 36.18%
B 204 of 644 ~ 31.68'%

%32.14
%36.18
%31.68

CMYK color model

#CFE9CC color CMYK value is (11,0,12,9).

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

CMYK: (11,0,12,9)
C11M0Y12K9 (11%, 0%, 12%, 9%)
(0.11 / 0.00 / 0.12 / 0.09)

CMYK percentages

%11.16
%0
%12.45
%8.63

Codes

Color #CFE9CC in popluar color models

CF E9 CC
RGB 207 233 204
HSL 114° 39.73% 85.69%
HSB/HSV 114° 12.45% 91.37%
CMYK 11.16% 0.00% 12.45%
8.63%

Color #CFE9CC in popluar number systems.

HEX CF E9 CC
Decimal 207 233 204
Binary 11001111 11101001 11001100
Octal 317 351 314

Shades and tints

Shades of #CFE9CC

#CFE9CC
(207,233,204)
#BDD4BA
(189,212,186)
#ABBFA8
(171,191,168)
#99AA96
(153,170,150)
#879584
(135,149,132)
#758072
(117,128,114)
#636B60
(99,107,96)
#51564E
(81,86,78)
#3F413C
(63,65,60)
#2D2C2A
(45,44,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #CFE9CC

#CFE9CC
(207,233,204)
#D3EBD0
(211,235,208)
#D7EDD4
(215,237,212)
#DBEFD8
(219,239,216)
#DFF1DC
(223,241,220)
#E3F3E0
(227,243,224)
#E7F5E4
(231,245,228)
#EBF7E8
(235,247,232)
#EFF9EC
(239,249,236)
#F3FBF0
(243,251,240)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9CC; }

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

This text font color is #CFE9CC.

Background Color

.myBgColor { background-color: #CFE9CC; }

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

This div background color is #CFE9CC.

Border color

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

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

This div border color is #CFE9CC.

Opacity

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

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

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

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

This text has shadow with #CFE9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE9CC.

Preview

Color preview on black background

This text has color #CFE9CC on black background.


Color preview on white background

This text has color #CFE9CC on white background.


Black color preview on #CFE9CC background

This text has black color on #CFE9CC background.


White color preview on #CFE9CC background

This text has white color on #CFE9CC background.


Related colors

Complementary color

Complementary color for #CFE9CC is #301633.


I love getcolorcode.com

Triadic colors

1 #CCCFE9 and #E9CCCF with #CFE9CC are triadic colors.

2 #CCE9CF and #E9CFCC with #CFE9CC are triadic colors.