COLOR #CFD1D4

HEX: #CFD1D4
RGB: (207,209,212)

Color info

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

RGB color model

#CFD1D4 color RGB value is (207,209,212).

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

RGB channels and saturation

R 207 of 255 = 81%
G 209 of 255 = 82%
B 212 of 255 = 83%

207
209
212

R + G + B ~ 82%. #CFD1D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 209 + 212 = 628 (100%)
R 207 of 628 ~ 32.96%
G 209 of 628 ~ 33.28%
B 212 of 628 ~ 33.76%

%32.96
%33.28
%33.76

CMYK color model

#CFD1D4 color CMYK value is (2,1,0,17).

  • cyan value is 2.36%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,1,0,17)
C2M1Y0K17 
(2%,1%,0%,17%)
(0.02/0.01/0.00/0.17)	

CMYK percentages

%2.36
%1.42
%0
%16.86

Codes

Color #CFD1D4 in popluar color models

CFD1D4
RGB207209212
HSL216°5.49%82.16%
HSB/HSV216°2.36%83.14%
CMYK2.36%1.42%0.00%
16.86%

Color #CFD1D4 in popluar number systems.

HEXCFD1D4
Decimal207209212
Binary110011111101000111010100
Octal317321324

Shades and tints

Shades of #CFD1D4

#CFD1D4
(207,209,212)
#BDBEC1
(189,190,193)
#ABABAE
(171,171,174)
#99989B
(153,152,155)
#878588
(135,133,136)
#757275
(117,114,117)
#635F62
(99,95,98)
#514C4F
(81,76,79)
#3F393C
(63,57,60)
#2D2629
(45,38,41)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #CFD1D4

#CFD1D4
(207,209,212)
#D3D5D7
(211,213,215)
#D7D9DA
(215,217,218)
#DBDDDD
(219,221,221)
#DFE1E0
(223,225,224)
#E3E5E3
(227,229,227)
#E7E9E6
(231,233,230)
#EBEDE9
(235,237,233)
#EFF1EC
(239,241,236)
#F3F5EF
(243,245,239)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD1D4; }

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

This text font color is #CFD1D4.


Background Color

.myBgColor { background-color: #CFD1D4; }

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

This div background color is #CFD1D4.


Border color

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

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

This div border color is #CFD1D4.


Opacity

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

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

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

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

This text has shadow with #CFD1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD1D4 on black background.


Color preview on white background

This text has color #CFD1D4 on white background.



Black color preview on #CFD1D4 background

This text has black color on #CFD1D4 background.


White color preview on #CFD1D4 background

This text has white color on #CFD1D4 background.