COLOR #CFD6D2

HEX: #CFD6D2
RGB: (207,214,210)

Color info

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

RGB color model

#CFD6D2 color RGB value is (207,214,210).

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

RGB channels and saturation

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

207
214
210

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

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 210 = 631 (100%)
R 207 of 631 ~ 32.81%
G 214 of 631 ~ 33.91%
B 210 of 631 ~ 33.28%

%32.81
%33.91
%33.28

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK:
(3,0,2,16)
C3M0Y2K16 
(3%,0%,2%,16%)
(0.03/0.00/0.02/0.16)	

CMYK percentages

%3.27
%0
%1.87
%16.08

Codes

Color #CFD6D2 in popluar color models

CFD6D2
RGB207214210
HSL146°7.87%82.55%
HSB/HSV146°3.27%83.92%
CMYK3.27%0.00%1.87%
16.08%

Color #CFD6D2 in popluar number systems.

HEXCFD6D2
Decimal207214210
Binary110011111101011011010010
Octal317326322

Shades and tints

Shades of #CFD6D2

#CFD6D2
(207,214,210)
#BDC3BF
(189,195,191)
#ABB0AC
(171,176,172)
#999D99
(153,157,153)
#878A86
(135,138,134)
#757773
(117,119,115)
#636460
(99,100,96)
#51514D
(81,81,77)
#3F3E3A
(63,62,58)
#2D2B27
(45,43,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #CFD6D2

#CFD6D2
(207,214,210)
#D3D9D6
(211,217,214)
#D7DCDA
(215,220,218)
#DBDFDE
(219,223,222)
#DFE2E2
(223,226,226)
#E3E5E6
(227,229,230)
#E7E8EA
(231,232,234)
#EBEBEE
(235,235,238)
#EFEEF2
(239,238,242)
#F3F1F6
(243,241,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6D2; }

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

This text font color is #CFD6D2.


Background Color

.myBgColor { background-color: #CFD6D2; }

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

This div background color is #CFD6D2.


Border color

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

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

This div border color is #CFD6D2.


Opacity

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

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

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

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

This text has shadow with #CFD6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6D2 on black background.


Color preview on white background

This text has color #CFD6D2 on white background.



Black color preview on #CFD6D2 background

This text has black color on #CFD6D2 background.


White color preview on #CFD6D2 background

This text has white color on #CFD6D2 background.