COLOR #CFE9CA

HEX: #CFE9CA RGB: (207,233,202)

Color info

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

RGB color model

#CFE9CA color RGB value is (207,233,202).

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

RGB channels and saturation

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

207
233
202

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

Portions of RGB colors in percentages

R + G + B = 207 + 233 + 202 = 642 (100%)
R 207 of 642 ~ 32.24%
G 233 of 642 ~ 36.29%
B 202 of 642 ~ 31.46'%

%32.24
%36.29
%31.46

CMYK color model

#CFE9CA color CMYK value is (11,0,13,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 8.63%
CMYK: (11,0,13,9) C11M0Y13K9 (11%,0%,13%,9%) (0.11/0.00/0.13/0.09) 

CMYK percentages

%11.16
%0
%13.3
%8.63

Codes

Color #CFE9CA in popluar color models

CF E9 CA
RGB 207 233 202
HSL 110° 41.33% 85.29%
HSB/HSV 110° 13.30% 91.37%
CMYK 11.16% 0.00% 13.30%
8.63%

Color #CFE9CA in popluar number systems.

HEX CF E9 CA
Decimal 207 233 202
Binary 11001111 11101001 11001010
Octal 317 351 312

Shades and tints

Shades of #CFE9CA

#CFE9CA
(207,233,202)
#BDD4B8
(189,212,184)
#ABBFA6
(171,191,166)
#99AA94
(153,170,148)
#879582
(135,149,130)
#758070
(117,128,112)
#636B5E
(99,107,94)
#51564C
(81,86,76)
#3F413A
(63,65,58)
#2D2C28
(45,44,40)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #CFE9CA

#CFE9CA
(207,233,202)
#D3EBCE
(211,235,206)
#D7EDD2
(215,237,210)
#DBEFD6
(219,239,214)
#DFF1DA
(223,241,218)
#E3F3DE
(227,243,222)
#E7F5E2
(231,245,226)
#EBF7E6
(235,247,230)
#EFF9EA
(239,249,234)
#F3FBEE
(243,251,238)
#F7FDF2
(247,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9CA; }

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

This text font color is #CFE9CA.

Background Color

.myBgColor { background-color: #CFE9CA; }

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

This div background color is #CFE9CA.

Border color

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

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

This div border color is #CFE9CA.

Opacity

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

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

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

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

This text has shadow with #CFE9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE9CA.

Preview

Color preview on black background

This text has color #CFE9CA on black background.


Color preview on white background

This text has color #CFE9CA on white background.


Black color preview on #CFE9CA background

This text has black color on #CFE9CA background.


White color preview on #CFE9CA background

This text has white color on #CFE9CA background.


Related colors

Complementary color

Complementary color for #hex is #301635.


I love getcolorcode.com

Triadic colors

1 #CACFE9 and #E9CACF with #CFE9CA are triadic colors.

2 #CAE9CF and #E9CFCA with #CFE9CA are triadic colors.