COLOR #CFD3D6

HEX: #CFD3D6
RGB: (207,211,214)

Color info

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

RGB color model

#CFD3D6 color RGB value is (207,211,214).

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

RGB channels and saturation

R 207 of 255 = 81%
G 211 of 255 = 83%
B 214 of 255 = 84%

207
211
214

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

Portions of RGB colors in percentages

R + G + B =
207 + 211 + 214 = 632 (100%)
R 207 of 632 ~ 32.75%
G 211 of 632 ~ 33.39%
B 214 of 632 ~ 33.86%

%32.75
%33.39
%33.86

CMYK color model

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

  • cyan value is 3.27%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(3,1,0,16)
C3M1Y0K16 
(3%,1%,0%,16%)
(0.03/0.01/0.00/0.16)	

CMYK percentages

%3.27
%1.4
%0
%16.08

Codes

Color #CFD3D6 in popluar color models

CFD3D6
RGB207211214
HSL206°7.87%82.55%
HSB/HSV206°3.27%83.92%
CMYK3.27%1.40%0.00%
16.08%

Color #CFD3D6 in popluar number systems.

HEXCFD3D6
Decimal207211214
Binary110011111101001111010110
Octal317323326

Shades and tints

Shades of #CFD3D6

#CFD3D6
(207,211,214)
#BDC0C3
(189,192,195)
#ABADB0
(171,173,176)
#999A9D
(153,154,157)
#87878A
(135,135,138)
#757477
(117,116,119)
#636164
(99,97,100)
#514E51
(81,78,81)
#3F3B3E
(63,59,62)
#2D282B
(45,40,43)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #CFD3D6

#CFD3D6
(207,211,214)
#D3D7D9
(211,215,217)
#D7DBDC
(215,219,220)
#DBDFDF
(219,223,223)
#DFE3E2
(223,227,226)
#E3E7E5
(227,231,229)
#E7EBE8
(231,235,232)
#EBEFEB
(235,239,235)
#EFF3EE
(239,243,238)
#F3F7F1
(243,247,241)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD3D6; }

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

This text font color is #CFD3D6.


Background Color

.myBgColor { background-color: #CFD3D6; }

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

This div background color is #CFD3D6.


Border color

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

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

This div border color is #CFD3D6.


Opacity

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

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

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

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

This text has shadow with #CFD3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD3D6 on black background.


Color preview on white background

This text has color #CFD3D6 on white background.



Black color preview on #CFD3D6 background

This text has black color on #CFD3D6 background.


White color preview on #CFD3D6 background

This text has white color on #CFD3D6 background.