COLOR #CFE1D5

HEX: #CFE1D5
RGB: (207,225,213)

Color info

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

RGB color model

#CFE1D5 color RGB value is (207,225,213).

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

RGB channels and saturation

R 207 of 255 = 81%
G 225 of 255 = 88%
B 213 of 255 = 84%

207
225
213

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

Portions of RGB colors in percentages

R + G + B =
207 + 225 + 213 = 645 (100%)
R 207 of 645 ~ 32.09%
G 225 of 645 ~ 34.88%
B 213 of 645 ~ 33.02%

%32.09
%34.88
%33.02

CMYK color model

#CFE1D5 color CMYK value is (8,0,5,12).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(8,0,5,12)
C8M0Y5K12 
(8%,0%,5%,12%)
(0.08/0.00/0.05/0.12)	

CMYK percentages

%8
%0
%5.33
%11.76

Codes

Color #CFE1D5 in popluar color models

CFE1D5
RGB207225213
HSL140°23.08%84.71%
HSB/HSV140°8.00%88.24%
CMYK8.00%0.00%5.33%
11.76%

Color #CFE1D5 in popluar number systems.

HEXCFE1D5
Decimal207225213
Binary110011111110000111010101
Octal317341325

Shades and tints

Shades of #CFE1D5

#CFE1D5
(207,225,213)
#BDCDC2
(189,205,194)
#ABB9AF
(171,185,175)
#99A59C
(153,165,156)
#879189
(135,145,137)
#757D76
(117,125,118)
#636963
(99,105,99)
#515550
(81,85,80)
#3F413D
(63,65,61)
#2D2D2A
(45,45,42)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #CFE1D5

#CFE1D5
(207,225,213)
#D3E3D8
(211,227,216)
#D7E5DB
(215,229,219)
#DBE7DE
(219,231,222)
#DFE9E1
(223,233,225)
#E3EBE4
(227,235,228)
#E7EDE7
(231,237,231)
#EBEFEA
(235,239,234)
#EFF1ED
(239,241,237)
#F3F3F0
(243,243,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE1D5; }

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

This text font color is #CFE1D5.


Background Color

.myBgColor { background-color: #CFE1D5; }

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

This div background color is #CFE1D5.


Border color

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

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

This div border color is #CFE1D5.


Opacity

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

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

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

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

This text has shadow with #CFE1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE1D5 on black background.


Color preview on white background

This text has color #CFE1D5 on white background.



Black color preview on #CFE1D5 background

This text has black color on #CFE1D5 background.


White color preview on #CFE1D5 background

This text has white color on #CFE1D5 background.