COLOR #D4DDD2

HEX: #D4DDD2
RGB: (212,221,210)

Color info

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

RGB color model

#D4DDD2 color RGB value is (212,221,210).

  • red value is 212;
  • green value is 221;
  • blue value is 210.
RGB:
(212,221,210)
(83%,87%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 210 of 255 = 82%

212
221
210

R + G + B ~ 84%. #D4DDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 221 + 210 = 643 (100%)
R 212 of 643 ~ 32.97%
G 221 of 643 ~ 34.37%
B 210 of 643 ~ 32.66%

%32.97
%34.37
%32.66

CMYK color model

#D4DDD2 color CMYK value is (4,0,5,13).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(4,0,5,13)
C4M0Y5K13 
(4%,0%,5%,13%)
(0.04/0.00/0.05/0.13)	

CMYK percentages

%4.07
%0
%4.98
%13.33

Codes

Color #D4DDD2 in popluar color models

D4DDD2
RGB212221210
HSL109°13.92%84.51%
HSB/HSV109°4.98%86.67%
CMYK4.07%0.00%4.98%
13.33%

Color #D4DDD2 in popluar number systems.

HEXD4DDD2
Decimal212221210
Binary110101001101110111010010
Octal324335322

Shades and tints

Shades of #D4DDD2

#D4DDD2
(212,221,210)
#C1C9BF
(193,201,191)
#AEB5AC
(174,181,172)
#9BA199
(155,161,153)
#888D86
(136,141,134)
#757973
(117,121,115)
#626560
(98,101,96)
#4F514D
(79,81,77)
#3C3D3A
(60,61,58)
#292927
(41,41,39)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #D4DDD2

#D4DDD2
(212,221,210)
#D7E0D6
(215,224,214)
#DAE3DA
(218,227,218)
#DDE6DE
(221,230,222)
#E0E9E2
(224,233,226)
#E3ECE6
(227,236,230)
#E6EFEA
(230,239,234)
#E9F2EE
(233,242,238)
#ECF5F2
(236,245,242)
#EFF8F6
(239,248,246)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DDD2 color. Also use rgb(212,221,210) instead hex code.

Text Font Color

.myTextColor { color: #D4DDD2; }

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

This text font color is #D4DDD2.


Background Color

.myBgColor { background-color: #D4DDD2; }

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

This div background color is #D4DDD2.


Border color

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

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

This div border color is #D4DDD2.


Opacity

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

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

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

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

This text has shadow with #D4DDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DDD2 on black background.


Color preview on white background

This text has color #D4DDD2 on white background.



Black color preview on #D4DDD2 background

This text has black color on #D4DDD2 background.


White color preview on #D4DDD2 background

This text has white color on #D4DDD2 background.