COLOR #CFE1D2

HEX: #CFE1D2
RGB: (207,225,210)

Color info

#CFE1D2 contains red, green and blue colors in about the same proportion. Web safe color of #CFE1D2 is #CCCCCC (or #CCC).

RGB color model

#CFE1D2 color RGB value is (207,225,210).

  • red value is 207;
  • green value is 225;
  • blue value is 210.
RGB:
(207,225,210)
(81%,88%,82%)

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 210 of 255 = 82%

207
225
210

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

Portions of RGB colors in percentages

R + G + B =
207 + 225 + 210 = 642 (100%)
R 207 of 642 ~ 32.24%
G 225 of 642 ~ 35.05%
B 210 of 642 ~ 32.71%

%32.24
%35.05
%32.71

CMYK color model

#CFE1D2 color CMYK value is (8,0,7,12).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(8,0,7,12)
C8M0Y7K12 
(8%,0%,7%,12%)
(0.08/0.00/0.07/0.12)	

CMYK percentages

%8
%0
%6.67
%11.76

Codes

Color #CFE1D2 in popluar color models

CFE1D2
RGB207225210
HSL130°23.08%84.71%
HSB/HSV130°8.00%88.24%
CMYK8.00%0.00%6.67%
11.76%

Color #CFE1D2 in popluar number systems.

HEXCFE1D2
Decimal207225210
Binary110011111110000111010010
Octal317341322

Shades and tints

Shades of #CFE1D2

#CFE1D2
(207,225,210)
#BDCDBF
(189,205,191)
#ABB9AC
(171,185,172)
#99A599
(153,165,153)
#879186
(135,145,134)
#757D73
(117,125,115)
#636960
(99,105,96)
#51554D
(81,85,77)
#3F413A
(63,65,58)
#2D2D27
(45,45,39)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #CFE1D2

#CFE1D2
(207,225,210)
#D3E3D6
(211,227,214)
#D7E5DA
(215,229,218)
#DBE7DE
(219,231,222)
#DFE9E2
(223,233,226)
#E3EBE6
(227,235,230)
#E7EDEA
(231,237,234)
#EBEFEE
(235,239,238)
#EFF1F2
(239,241,242)
#F3F3F6
(243,243,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE1D2; }

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

This text font color is #CFE1D2.


Background Color

.myBgColor { background-color: #CFE1D2; }

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

This div background color is #CFE1D2.


Border color

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

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

This div border color is #CFE1D2.


Opacity

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

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

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

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

This text has shadow with #CFE1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE1D2 on black background.


Color preview on white background

This text has color #CFE1D2 on white background.



Black color preview on #CFE1D2 background

This text has black color on #CFE1D2 background.


White color preview on #CFE1D2 background

This text has white color on #CFE1D2 background.