COLOR #CFD0D6

HEX: #CFD0D6
RGB: (207,208,214)

Color info

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

RGB color model

#CFD0D6 color RGB value is (207,208,214).

  • red value is 207;
  • green value is 208;
  • blue value is 214.
RGB:
(207,208,214)
(81%,82%,84%)

RGB channels and saturation

R 207 of 255 = 81%
G 208 of 255 = 82%
B 214 of 255 = 84%

207
208
214

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

Portions of RGB colors in percentages

R + G + B =
207 + 208 + 214 = 629 (100%)
R 207 of 629 ~ 32.91%
G 208 of 629 ~ 33.07%
B 214 of 629 ~ 34.02%

%32.91
%33.07
%34.02

CMYK color model

#CFD0D6 color CMYK value is (3,3,0,16).

  • cyan value is 3.27%
  • magenta value is 2.80%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(3,3,0,16)
C3M3Y0K16 
(3%,3%,0%,16%)
(0.03/0.03/0.00/0.16)	

CMYK percentages

%3.27
%2.8
%0
%16.08

Codes

Color #CFD0D6 in popluar color models

CFD0D6
RGB207208214
HSL231°7.87%82.55%
HSB/HSV231°3.27%83.92%
CMYK3.27%2.80%0.00%
16.08%

Color #CFD0D6 in popluar number systems.

HEXCFD0D6
Decimal207208214
Binary110011111101000011010110
Octal317320326

Shades and tints

Shades of #CFD0D6

#CFD0D6
(207,208,214)
#BDBEC3
(189,190,195)
#ABACB0
(171,172,176)
#999A9D
(153,154,157)
#87888A
(135,136,138)
#757677
(117,118,119)
#636464
(99,100,100)
#515251
(81,82,81)
#3F403E
(63,64,62)
#2D2E2B
(45,46,43)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #CFD0D6

#CFD0D6
(207,208,214)
#D3D4D9
(211,212,217)
#D7D8DC
(215,216,220)
#DBDCDF
(219,220,223)
#DFE0E2
(223,224,226)
#E3E4E5
(227,228,229)
#E7E8E8
(231,232,232)
#EBECEB
(235,236,235)
#EFF0EE
(239,240,238)
#F3F4F1
(243,244,241)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD0D6 color. Also use rgb(207,208,214) instead hex code.

Text Font Color

.myTextColor { color: #CFD0D6; }

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

This text font color is #CFD0D6.


Background Color

.myBgColor { background-color: #CFD0D6; }

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

This div background color is #CFD0D6.


Border color

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

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

This div border color is #CFD0D6.


Opacity

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

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

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

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

This text has shadow with #CFD0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD0D6 on black background.


Color preview on white background

This text has color #CFD0D6 on white background.



Black color preview on #CFD0D6 background

This text has black color on #CFD0D6 background.


White color preview on #CFD0D6 background

This text has white color on #CFD0D6 background.