COLOR #D4DCCC

HEX: #D4DCCC
RGB: (212,220,204)

Color info

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

RGB color model

#D4DCCC color RGB value is (212,220,204).

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

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 204 of 255 = 80%

212
220
204

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

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 204 = 636 (100%)
R 212 of 636 ~ 33.33%
G 220 of 636 ~ 34.59%
B 204 of 636 ~ 32.08%

%33.33
%34.59
%32.08

CMYK color model

#D4DCCC color CMYK value is (4,0,7,14).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 13.73%
CMYK:
(4,0,7,14)
C4M0Y7K14 
(4%,0%,7%,14%)
(0.04/0.00/0.07/0.14)	

CMYK percentages

%3.64
%0
%7.27
%13.73

Codes

Color #D4DCCC in popluar color models

D4DCCC
RGB212220204
HSL90°18.60%83.14%
HSB/HSV90°7.27%86.27%
CMYK3.64%0.00%7.27%
13.73%

Color #D4DCCC in popluar number systems.

HEXD4DCCC
Decimal212220204
Binary110101001101110011001100
Octal324334314

Shades and tints

Shades of #D4DCCC

#D4DCCC
(212,220,204)
#C1C8BA
(193,200,186)
#AEB4A8
(174,180,168)
#9BA096
(155,160,150)
#888C84
(136,140,132)
#757872
(117,120,114)
#626460
(98,100,96)
#4F504E
(79,80,78)
#3C3C3C
(60,60,60)
#29282A
(41,40,42)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #D4DCCC

#D4DCCC
(212,220,204)
#D7DFD0
(215,223,208)
#DAE2D4
(218,226,212)
#DDE5D8
(221,229,216)
#E0E8DC
(224,232,220)
#E3EBE0
(227,235,224)
#E6EEE4
(230,238,228)
#E9F1E8
(233,241,232)
#ECF4EC
(236,244,236)
#EFF7F0
(239,247,240)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCCC; }

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

This text font color is #D4DCCC.


Background Color

.myBgColor { background-color: #D4DCCC; }

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

This div background color is #D4DCCC.


Border color

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

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

This div border color is #D4DCCC.


Opacity

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

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

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

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

This text has shadow with #D4DCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCCC on black background.


Color preview on white background

This text has color #D4DCCC on white background.



Black color preview on #D4DCCC background

This text has black color on #D4DCCC background.


White color preview on #D4DCCC background

This text has white color on #D4DCCC background.