COLOR #CFD8C7

HEX: #CFD8C7
RGB: (207,216,199)

Color info

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

RGB color model

#CFD8C7 color RGB value is (207,216,199).

  • red value is 207;
  • green value is 216;
  • blue value is 199.
RGB:
(207,216,199)
(81%,85%,78%)

RGB channels and saturation

R 207 of 255 = 81%
G 216 of 255 = 85%
B 199 of 255 = 78%

207
216
199

R + G + B ~ 81%. #CFD8C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 216 + 199 = 622 (100%)
R 207 of 622 ~ 33.28%
G 216 of 622 ~ 34.73%
B 199 of 622 ~ 31.99%

%33.28
%34.73
%31.99

CMYK color model

#CFD8C7 color CMYK value is (4,0,8,15).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 15.29%
CMYK:
(4,0,8,15)
C4M0Y8K15 
(4%,0%,8%,15%)
(0.04/0.00/0.08/0.15)	

CMYK percentages

%4.17
%0
%7.87
%15.29

Codes

Color #CFD8C7 in popluar color models

CFD8C7
RGB207216199
HSL92°17.89%81.37%
HSB/HSV92°7.87%84.71%
CMYK4.17%0.00%7.87%
15.29%

Color #CFD8C7 in popluar number systems.

HEXCFD8C7
Decimal207216199
Binary110011111101100011000111
Octal317330307

Shades and tints

Shades of #CFD8C7

#CFD8C7
(207,216,199)
#BDC5B5
(189,197,181)
#ABB2A3
(171,178,163)
#999F91
(153,159,145)
#878C7F
(135,140,127)
#75796D
(117,121,109)
#63665B
(99,102,91)
#515349
(81,83,73)
#3F4037
(63,64,55)
#2D2D25
(45,45,37)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #CFD8C7

#CFD8C7
(207,216,199)
#D3DBCC
(211,219,204)
#D7DED1
(215,222,209)
#DBE1D6
(219,225,214)
#DFE4DB
(223,228,219)
#E3E7E0
(227,231,224)
#E7EAE5
(231,234,229)
#EBEDEA
(235,237,234)
#EFF0EF
(239,240,239)
#F3F3F4
(243,243,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD8C7 color. Also use rgb(207,216,199) instead hex code.

Text Font Color

.myTextColor { color: #CFD8C7; }

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

This text font color is #CFD8C7.


Background Color

.myBgColor { background-color: #CFD8C7; }

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

This div background color is #CFD8C7.


Border color

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

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

This div border color is #CFD8C7.


Opacity

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

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

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

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

This text has shadow with #CFD8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD8C7 on black background.


Color preview on white background

This text has color #CFD8C7 on white background.



Black color preview on #CFD8C7 background

This text has black color on #CFD8C7 background.


White color preview on #CFD8C7 background

This text has white color on #CFD8C7 background.