COLOR #CFD4CC

HEX: #CFD4CC
RGB: (207,212,204)

Color info

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

RGB color model

#CFD4CC color RGB value is (207,212,204).

  • red value is 207;
  • green value is 212;
  • blue value is 204.
RGB:
(207,212,204)
(81%,83%,80%)

RGB channels and saturation

R 207 of 255 = 81%
G 212 of 255 = 83%
B 204 of 255 = 80%

207
212
204

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

Portions of RGB colors in percentages

R + G + B =
207 + 212 + 204 = 623 (100%)
R 207 of 623 ~ 33.23%
G 212 of 623 ~ 34.03%
B 204 of 623 ~ 32.74%

%33.23
%34.03
%32.74

CMYK color model

#CFD4CC color CMYK value is (2,0,4,17).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 16.86%
CMYK:
(2,0,4,17)
C2M0Y4K17 
(2%,0%,4%,17%)
(0.02/0.00/0.04/0.17)	

CMYK percentages

%2.36
%0
%3.77
%16.86

Codes

Color #CFD4CC in popluar color models

CFD4CC
RGB207212204
HSL98°8.51%81.57%
HSB/HSV98°3.77%83.14%
CMYK2.36%0.00%3.77%
16.86%

Color #CFD4CC in popluar number systems.

HEXCFD4CC
Decimal207212204
Binary110011111101010011001100
Octal317324314

Shades and tints

Shades of #CFD4CC

#CFD4CC
(207,212,204)
#BDC1BA
(189,193,186)
#ABAEA8
(171,174,168)
#999B96
(153,155,150)
#878884
(135,136,132)
#757572
(117,117,114)
#636260
(99,98,96)
#514F4E
(81,79,78)
#3F3C3C
(63,60,60)
#2D292A
(45,41,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #CFD4CC

#CFD4CC
(207,212,204)
#D3D7D0
(211,215,208)
#D7DAD4
(215,218,212)
#DBDDD8
(219,221,216)
#DFE0DC
(223,224,220)
#E3E3E0
(227,227,224)
#E7E6E4
(231,230,228)
#EBE9E8
(235,233,232)
#EFECEC
(239,236,236)
#F3EFF0
(243,239,240)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD4CC color. Also use rgb(207,212,204) instead hex code.

Text Font Color

.myTextColor { color: #CFD4CC; }

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

This text font color is #CFD4CC.


Background Color

.myBgColor { background-color: #CFD4CC; }

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

This div background color is #CFD4CC.


Border color

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

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

This div border color is #CFD4CC.


Opacity

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

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

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

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

This text has shadow with #CFD4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD4CC on black background.


Color preview on white background

This text has color #CFD4CC on white background.



Black color preview on #CFD4CC background

This text has black color on #CFD4CC background.


White color preview on #CFD4CC background

This text has white color on #CFD4CC background.