COLOR #CFD6DB

HEX: #CFD6DB
RGB: (207,214,219)

Color info

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

RGB color model

#CFD6DB color RGB value is (207,214,219).

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

RGB channels and saturation

R 207 of 255 = 81%
G 214 of 255 = 84%
B 219 of 255 = 86%

207
214
219

R + G + B ~ 84%. #CFD6DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 214 + 219 = 640 (100%)
R 207 of 640 ~ 32.34%
G 214 of 640 ~ 33.44%
B 219 of 640 ~ 34.22%

%32.34
%33.44
%34.22

CMYK color model

#CFD6DB color CMYK value is (5,2,0,14).

  • cyan value is 5.48%
  • magenta value is 2.28%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(5,2,0,14)
C5M2Y0K14 
(5%,2%,0%,14%)
(0.05/0.02/0.00/0.14)	

CMYK percentages

%5.48
%2.28
%0
%14.12

Codes

Color #CFD6DB in popluar color models

CFD6DB
RGB207214219
HSL205°14.29%83.53%
HSB/HSV205°5.48%85.88%
CMYK5.48%2.28%0.00%
14.12%

Color #CFD6DB in popluar number systems.

HEXCFD6DB
Decimal207214219
Binary110011111101011011011011
Octal317326333

Shades and tints

Shades of #CFD6DB

#CFD6DB
(207,214,219)
#BDC3C8
(189,195,200)
#ABB0B5
(171,176,181)
#999DA2
(153,157,162)
#878A8F
(135,138,143)
#75777C
(117,119,124)
#636469
(99,100,105)
#515156
(81,81,86)
#3F3E43
(63,62,67)
#2D2B30
(45,43,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #CFD6DB

#CFD6DB
(207,214,219)
#D3D9DE
(211,217,222)
#D7DCE1
(215,220,225)
#DBDFE4
(219,223,228)
#DFE2E7
(223,226,231)
#E3E5EA
(227,229,234)
#E7E8ED
(231,232,237)
#EBEBF0
(235,235,240)
#EFEEF3
(239,238,243)
#F3F1F6
(243,241,246)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD6DB; }

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

This text font color is #CFD6DB.


Background Color

.myBgColor { background-color: #CFD6DB; }

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

This div background color is #CFD6DB.


Border color

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

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

This div border color is #CFD6DB.


Opacity

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

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

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

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

This text has shadow with #CFD6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD6DB on black background.


Color preview on white background

This text has color #CFD6DB on white background.



Black color preview on #CFD6DB background

This text has black color on #CFD6DB background.


White color preview on #CFD6DB background

This text has white color on #CFD6DB background.