COLOR #CFD9CB

HEX: #CFD9CB
RGB: (207,217,203)

Color info

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

RGB color model

#CFD9CB color RGB value is (207,217,203).

  • red value is 207;
  • green value is 217;
  • blue value is 203.
RGB:
(207,217,203)
(81%,85%,80%)

RGB channels and saturation

R 207 of 255 = 81%
G 217 of 255 = 85%
B 203 of 255 = 80%

207
217
203

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

Portions of RGB colors in percentages

R + G + B =
207 + 217 + 203 = 627 (100%)
R 207 of 627 ~ 33.01%
G 217 of 627 ~ 34.61%
B 203 of 627 ~ 32.38%

%33.01
%34.61
%32.38

CMYK color model

#CFD9CB color CMYK value is (5,0,6,15).

  • cyan value is 4.61%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(5,0,6,15)
C5M0Y6K15 
(5%,0%,6%,15%)
(0.05/0.00/0.06/0.15)	

CMYK percentages

%4.61
%0
%6.45
%14.9

Codes

Color #CFD9CB in popluar color models

CFD9CB
RGB207217203
HSL103°15.56%82.35%
HSB/HSV103°6.45%85.10%
CMYK4.61%0.00%6.45%
14.90%

Color #CFD9CB in popluar number systems.

HEXCFD9CB
Decimal207217203
Binary110011111101100111001011
Octal317331313

Shades and tints

Shades of #CFD9CB

#CFD9CB
(207,217,203)
#BDC6B9
(189,198,185)
#ABB3A7
(171,179,167)
#99A095
(153,160,149)
#878D83
(135,141,131)
#757A71
(117,122,113)
#63675F
(99,103,95)
#51544D
(81,84,77)
#3F413B
(63,65,59)
#2D2E29
(45,46,41)
#1B1B17
(27,27,23)
#000000
(0,0,0)

Tints of #CFD9CB

#CFD9CB
(207,217,203)
#D3DCCF
(211,220,207)
#D7DFD3
(215,223,211)
#DBE2D7
(219,226,215)
#DFE5DB
(223,229,219)
#E3E8DF
(227,232,223)
#E7EBE3
(231,235,227)
#EBEEE7
(235,238,231)
#EFF1EB
(239,241,235)
#F3F4EF
(243,244,239)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD9CB color. Also use rgb(207,217,203) instead hex code.

Text Font Color

.myTextColor { color: #CFD9CB; }

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

This text font color is #CFD9CB.


Background Color

.myBgColor { background-color: #CFD9CB; }

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

This div background color is #CFD9CB.


Border color

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

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

This div border color is #CFD9CB.


Opacity

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

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

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

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

This text has shadow with #CFD9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD9CB on black background.


Color preview on white background

This text has color #CFD9CB on white background.



Black color preview on #CFD9CB background

This text has black color on #CFD9CB background.


White color preview on #CFD9CB background

This text has white color on #CFD9CB background.