COLOR #D4DCCA

HEX: #D4DCCA
RGB: (212,220,202)

Color info

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

RGB color model

#D4DCCA color RGB value is (212,220,202).

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

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 202 of 255 = 79%

212
220
202

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

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 202 = 634 (100%)
R 212 of 634 ~ 33.44%
G 220 of 634 ~ 34.7%
B 202 of 634 ~ 31.86%

%33.44
%34.7
%31.86

CMYK color model

#D4DCCA color CMYK value is (4,0,8,14).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(4,0,8,14)
C4M0Y8K14 
(4%,0%,8%,14%)
(0.04/0.00/0.08/0.14)	

CMYK percentages

%3.64
%0
%8.18
%13.73

Codes

Color #D4DCCA in popluar color models

D4DCCA
RGB212220202
HSL87°20.45%82.75%
HSB/HSV87°8.18%86.27%
CMYK3.64%0.00%8.18%
13.73%

Color #D4DCCA in popluar number systems.

HEXD4DCCA
Decimal212220202
Binary110101001101110011001010
Octal324334312

Shades and tints

Shades of #D4DCCA

#D4DCCA
(212,220,202)
#C1C8B8
(193,200,184)
#AEB4A6
(174,180,166)
#9BA094
(155,160,148)
#888C82
(136,140,130)
#757870
(117,120,112)
#62645E
(98,100,94)
#4F504C
(79,80,76)
#3C3C3A
(60,60,58)
#292828
(41,40,40)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #D4DCCA

#D4DCCA
(212,220,202)
#D7DFCE
(215,223,206)
#DAE2D2
(218,226,210)
#DDE5D6
(221,229,214)
#E0E8DA
(224,232,218)
#E3EBDE
(227,235,222)
#E6EEE2
(230,238,226)
#E9F1E6
(233,241,230)
#ECF4EA
(236,244,234)
#EFF7EE
(239,247,238)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCCA; }

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

This text font color is #D4DCCA.


Background Color

.myBgColor { background-color: #D4DCCA; }

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

This div background color is #D4DCCA.


Border color

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

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

This div border color is #D4DCCA.


Opacity

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

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

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

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

This text has shadow with #D4DCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCCA on black background.


Color preview on white background

This text has color #D4DCCA on white background.



Black color preview on #D4DCCA background

This text has black color on #D4DCCA background.


White color preview on #D4DCCA background

This text has white color on #D4DCCA background.