COLOR #CFD5DC

HEX: #CFD5DC
RGB: (207,213,220)

Color info

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

RGB color model

#CFD5DC color RGB value is (207,213,220).

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

RGB channels and saturation

R 207 of 255 = 81%
G 213 of 255 = 84%
B 220 of 255 = 86%

207
213
220

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

Portions of RGB colors in percentages

R + G + B =
207 + 213 + 220 = 640 (100%)
R 207 of 640 ~ 32.34%
G 213 of 640 ~ 33.28%
B 220 of 640 ~ 34.38%

%32.34
%33.28
%34.38

CMYK color model

#CFD5DC color CMYK value is (6,3,0,14).

  • cyan value is 5.91%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,3,0,14)
C6M3Y0K14 
(6%,3%,0%,14%)
(0.06/0.03/0.00/0.14)	

CMYK percentages

%5.91
%3.18
%0
%13.73

Codes

Color #CFD5DC in popluar color models

CFD5DC
RGB207213220
HSL212°15.66%83.73%
HSB/HSV212°5.91%86.27%
CMYK5.91%3.18%0.00%
13.73%

Color #CFD5DC in popluar number systems.

HEXCFD5DC
Decimal207213220
Binary110011111101010111011100
Octal317325334

Shades and tints

Shades of #CFD5DC

#CFD5DC
(207,213,220)
#BDC2C8
(189,194,200)
#ABAFB4
(171,175,180)
#999CA0
(153,156,160)
#87898C
(135,137,140)
#757678
(117,118,120)
#636364
(99,99,100)
#515050
(81,80,80)
#3F3D3C
(63,61,60)
#2D2A28
(45,42,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #CFD5DC

#CFD5DC
(207,213,220)
#D3D8DF
(211,216,223)
#D7DBE2
(215,219,226)
#DBDEE5
(219,222,229)
#DFE1E8
(223,225,232)
#E3E4EB
(227,228,235)
#E7E7EE
(231,231,238)
#EBEAF1
(235,234,241)
#EFEDF4
(239,237,244)
#F3F0F7
(243,240,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD5DC; }

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

This text font color is #CFD5DC.


Background Color

.myBgColor { background-color: #CFD5DC; }

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

This div background color is #CFD5DC.


Border color

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

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

This div border color is #CFD5DC.


Opacity

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

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

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

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

This text has shadow with #CFD5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD5DC on black background.


Color preview on white background

This text has color #CFD5DC on white background.



Black color preview on #CFD5DC background

This text has black color on #CFD5DC background.


White color preview on #CFD5DC background

This text has white color on #CFD5DC background.