COLOR #CFE9C9

HEX: #CFE9C9 RGB: (207,233,201)

Color info

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

RGB color model

#CFE9C9 color RGB value is (207,233,201).

RGB: (207,233,201) (81%, 91%, 79%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 201 of 255 = 79%

207
233
201

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

Portions of RGB colors in percentages

R + G + B = 207 + 233 + 201 = 641 (100%)
R 207 of 641 ~ 32.29%
G 233 of 641 ~ 36.35%
B 201 of 641 ~ 31.36'%

%32.29
%36.35
%31.36

CMYK color model

#CFE9C9 color CMYK value is (11,0,14,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 8.63%
CMYK: (11,0,14,9) C11M0Y14K9 (11%,0%,14%,9%) (0.11/0.00/0.14/0.09) 

CMYK percentages

%11.16
%0
%13.73
%8.63

Codes

Color #CFE9C9 in popluar color models

CF E9 C9
RGB 207 233 201
HSL 109° 42.11% 85.10%
HSB/HSV 109° 13.73% 91.37%
CMYK 11.16% 0.00% 13.73%
8.63%

Color #CFE9C9 in popluar number systems.

HEX CF E9 C9
Decimal 207 233 201
Binary 11001111 11101001 11001001
Octal 317 351 311

Shades and tints

Shades of #CFE9C9

#CFE9C9
(207,233,201)
#BDD4B7
(189,212,183)
#ABBFA5
(171,191,165)
#99AA93
(153,170,147)
#879581
(135,149,129)
#75806F
(117,128,111)
#636B5D
(99,107,93)
#51564B
(81,86,75)
#3F4139
(63,65,57)
#2D2C27
(45,44,39)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #CFE9C9

#CFE9C9
(207,233,201)
#D3EBCD
(211,235,205)
#D7EDD1
(215,237,209)
#DBEFD5
(219,239,213)
#DFF1D9
(223,241,217)
#E3F3DD
(227,243,221)
#E7F5E1
(231,245,225)
#EBF7E5
(235,247,229)
#EFF9E9
(239,249,233)
#F3FBED
(243,251,237)
#F7FDF1
(247,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9C9; }

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

This text font color is #CFE9C9.

Background Color

.myBgColor { background-color: #CFE9C9; }

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

This div background color is #CFE9C9.

Border color

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

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

This div border color is #CFE9C9.

Opacity

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

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

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

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

This text has shadow with #CFE9C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE9C9.

Preview

Color preview on black background

This text has color #CFE9C9 on black background.


Color preview on white background

This text has color #CFE9C9 on white background.


Black color preview on #CFE9C9 background

This text has black color on #CFE9C9 background.


White color preview on #CFE9C9 background

This text has white color on #CFE9C9 background.


Related colors

Complementary color

Complementary color for #hex is #301636.


I love getcolorcode.com

Triadic colors

1 #C9CFE9 and #E9C9CF with #CFE9C9 are triadic colors.

2 #C9E9CF and #E9CFC9 with #CFE9C9 are triadic colors.