COLOR #CFD5E0

HEX: #CFD5E0
RGB: (207,213,224)

Color info

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

RGB color model

#CFD5E0 color RGB value is (207,213,224).

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

RGB channels and saturation

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

207
213
224

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

Portions of RGB colors in percentages

R + G + B =
207 + 213 + 224 = 644 (100%)
R 207 of 644 ~ 32.14%
G 213 of 644 ~ 33.07%
B 224 of 644 ~ 34.78%

%32.14
%33.07
%34.78

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(8,5,0,12)
C8M5Y0K12 
(8%,5%,0%,12%)
(0.08/0.05/0.00/0.12)	

CMYK percentages

%7.59
%4.91
%0
%12.16

Codes

Color #CFD5E0 in popluar color models

CFD5E0
RGB207213224
HSL219°21.52%84.51%
HSB/HSV219°7.59%87.84%
CMYK7.59%4.91%0.00%
12.16%

Color #CFD5E0 in popluar number systems.

HEXCFD5E0
Decimal207213224
Binary110011111101010111100000
Octal317325340

Shades and tints

Shades of #CFD5E0

#CFD5E0
(207,213,224)
#BDC2CC
(189,194,204)
#ABAFB8
(171,175,184)
#999CA4
(153,156,164)
#878990
(135,137,144)
#75767C
(117,118,124)
#636368
(99,99,104)
#515054
(81,80,84)
#3F3D40
(63,61,64)
#2D2A2C
(45,42,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #CFD5E0

#CFD5E0
(207,213,224)
#D3D8E2
(211,216,226)
#D7DBE4
(215,219,228)
#DBDEE6
(219,222,230)
#DFE1E8
(223,225,232)
#E3E4EA
(227,228,234)
#E7E7EC
(231,231,236)
#EBEAEE
(235,234,238)
#EFEDF0
(239,237,240)
#F3F0F2
(243,240,242)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD5E0; }

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

This text font color is #CFD5E0.


Background Color

.myBgColor { background-color: #CFD5E0; }

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

This div background color is #CFD5E0.


Border color

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

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

This div border color is #CFD5E0.


Opacity

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

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

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

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

This text has shadow with #CFD5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD5E0 on black background.


Color preview on white background

This text has color #CFD5E0 on white background.



Black color preview on #CFD5E0 background

This text has black color on #CFD5E0 background.


White color preview on #CFD5E0 background

This text has white color on #CFD5E0 background.