COLOR #CFE9D2

HEX: #CFE9D2 RGB: (207,233,210)

Color info

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

RGB color model

#CFE9D2 color RGB value is (207,233,210).

RGB: (207,233,210) (81%, 91%, 82%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 210 of 255 = 82%

207
233
210

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

Portions of RGB colors in percentages

R + G + B = 207 + 233 + 210 = 650 (100%)
R 207 of 650 ~ 31.85%
G 233 of 650 ~ 35.85%
B 210 of 650 ~ 32.31'%

%31.85
%35.85
%32.31

CMYK color model

#CFE9D2 color CMYK value is (11,0,10,9).

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

CMYK: (11,0,10,9)
C11M0Y10K9 (11%, 0%, 10%, 9%)
(0.11 / 0.00 / 0.10 / 0.09)

CMYK percentages

%11.16
%0
%9.87
%8.63

Codes

Color #CFE9D2 in popluar color models

CF E9 D2
RGB 207 233 210
HSL 127° 37.14% 86.27%
HSB/HSV 127° 11.16% 91.37%
CMYK 11.16% 0.00% 9.87%
8.63%

Color #CFE9D2 in popluar number systems.

HEX CF E9 D2
Decimal 207 233 210
Binary 11001111 11101001 11010010
Octal 317 351 322

Shades and tints

Shades of #CFE9D2

#CFE9D2
(207,233,210)
#BDD4BF
(189,212,191)
#ABBFAC
(171,191,172)
#99AA99
(153,170,153)
#879586
(135,149,134)
#758073
(117,128,115)
#636B60
(99,107,96)
#51564D
(81,86,77)
#3F413A
(63,65,58)
#2D2C27
(45,44,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #CFE9D2

#CFE9D2
(207,233,210)
#D3EBD6
(211,235,214)
#D7EDDA
(215,237,218)
#DBEFDE
(219,239,222)
#DFF1E2
(223,241,226)
#E3F3E6
(227,243,230)
#E7F5EA
(231,245,234)
#EBF7EE
(235,247,238)
#EFF9F2
(239,249,242)
#F3FBF6
(243,251,246)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE9D2; }

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

This text font color is #CFE9D2.

Background Color

.myBgColor { background-color: #CFE9D2; }

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

This div background color is #CFE9D2.

Border color

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

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

This div border color is #CFE9D2.

Opacity

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

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

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

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

This text has shadow with #CFE9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE9D2.

Preview

Color preview on black background

This text has color #CFE9D2 on black background.


Color preview on white background

This text has color #CFE9D2 on white background.


Black color preview on #CFE9D2 background

This text has black color on #CFE9D2 background.


White color preview on #CFE9D2 background

This text has white color on #CFE9D2 background.


Related colors

Complementary color

Complementary color for #hex is #30162D.


I love getcolorcode.com

Triadic colors

1 #D2CFE9 and #E9D2CF with #CFE9D2 are triadic colors.

2 #D2E9CF and #E9CFD2 with #CFE9D2 are triadic colors.