COLOR #CFD4DC

HEX: #CFD4DC
RGB: (207,212,220)

Color info

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

RGB color model

#CFD4DC color RGB value is (207,212,220).

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

RGB channels and saturation

R 207 of 255 = 81%
G 212 of 255 = 83%
B 220 of 255 = 86%

207
212
220

R + G + B ~ 83%. #CFD4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 212 + 220 = 639 (100%)
R 207 of 639 ~ 32.39%
G 212 of 639 ~ 33.18%
B 220 of 639 ~ 34.43%

%32.39
%33.18
%34.43

CMYK color model

#CFD4DC color CMYK value is (6,4,0,14).

  • cyan value is 5.91%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(6,4,0,14)
C6M4Y0K14 
(6%,4%,0%,14%)
(0.06/0.04/0.00/0.14)	

CMYK percentages

%5.91
%3.64
%0
%13.73

Codes

Color #CFD4DC in popluar color models

CFD4DC
RGB207212220
HSL217°15.66%83.73%
HSB/HSV217°5.91%86.27%
CMYK5.91%3.64%0.00%
13.73%

Color #CFD4DC in popluar number systems.

HEXCFD4DC
Decimal207212220
Binary110011111101010011011100
Octal317324334

Shades and tints

Shades of #CFD4DC

#CFD4DC
(207,212,220)
#BDC1C8
(189,193,200)
#ABAEB4
(171,174,180)
#999BA0
(153,155,160)
#87888C
(135,136,140)
#757578
(117,117,120)
#636264
(99,98,100)
#514F50
(81,79,80)
#3F3C3C
(63,60,60)
#2D2928
(45,41,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #CFD4DC

#CFD4DC
(207,212,220)
#D3D7DF
(211,215,223)
#D7DAE2
(215,218,226)
#DBDDE5
(219,221,229)
#DFE0E8
(223,224,232)
#E3E3EB
(227,227,235)
#E7E6EE
(231,230,238)
#EBE9F1
(235,233,241)
#EFECF4
(239,236,244)
#F3EFF7
(243,239,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD4DC; }

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

This text font color is #CFD4DC.


Background Color

.myBgColor { background-color: #CFD4DC; }

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

This div background color is #CFD4DC.


Border color

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

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

This div border color is #CFD4DC.


Opacity

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

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

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

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

This text has shadow with #CFD4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD4DC on black background.


Color preview on white background

This text has color #CFD4DC on white background.



Black color preview on #CFD4DC background

This text has black color on #CFD4DC background.


White color preview on #CFD4DC background

This text has white color on #CFD4DC background.