COLOR #D4D9CC

HEX: #D4D9CC
RGB: (212,217,204)

Color info

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

RGB color model

#D4D9CC color RGB value is (212,217,204).

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

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 204 of 255 = 80%

212
217
204

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

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 204 = 633 (100%)
R 212 of 633 ~ 33.49%
G 217 of 633 ~ 34.28%
B 204 of 633 ~ 32.23%

%33.49
%34.28
%32.23

CMYK color model

#D4D9CC color CMYK value is (2,0,6,15).

  • cyan value is 2.30%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(2,0,6,15)
C2M0Y6K15 
(2%,0%,6%,15%)
(0.02/0.00/0.06/0.15)	

CMYK percentages

%2.3
%0
%5.99
%14.9

Codes

Color #D4D9CC in popluar color models

D4D9CC
RGB212217204
HSL83°14.61%82.55%
HSB/HSV83°5.99%85.10%
CMYK2.30%0.00%5.99%
14.90%

Color #D4D9CC in popluar number systems.

HEXD4D9CC
Decimal212217204
Binary110101001101100111001100
Octal324331314

Shades and tints

Shades of #D4D9CC

#D4D9CC
(212,217,204)
#C1C6BA
(193,198,186)
#AEB3A8
(174,179,168)
#9BA096
(155,160,150)
#888D84
(136,141,132)
#757A72
(117,122,114)
#626760
(98,103,96)
#4F544E
(79,84,78)
#3C413C
(60,65,60)
#292E2A
(41,46,42)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #D4D9CC

#D4D9CC
(212,217,204)
#D7DCD0
(215,220,208)
#DADFD4
(218,223,212)
#DDE2D8
(221,226,216)
#E0E5DC
(224,229,220)
#E3E8E0
(227,232,224)
#E6EBE4
(230,235,228)
#E9EEE8
(233,238,232)
#ECF1EC
(236,241,236)
#EFF4F0
(239,244,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D9CC; }

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

This text font color is #D4D9CC.


Background Color

.myBgColor { background-color: #D4D9CC; }

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

This div background color is #D4D9CC.


Border color

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

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

This div border color is #D4D9CC.


Opacity

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

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

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

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

This text has shadow with #D4D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9CC on black background.


Color preview on white background

This text has color #D4D9CC on white background.



Black color preview on #D4D9CC background

This text has black color on #D4D9CC background.


White color preview on #D4D9CC background

This text has white color on #D4D9CC background.