COLOR #D4DDBA

HEX: #D4DDBA
RGB: (212,221,186)

Color info

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

RGB color model

#D4DDBA color RGB value is (212,221,186).

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

RGB channels and saturation

R 212 of 255 = 83%
G 221 of 255 = 87%
B 186 of 255 = 73%

212
221
186

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

Portions of RGB colors in percentages

R + G + B =
212 + 221 + 186 = 619 (100%)
R 212 of 619 ~ 34.25%
G 221 of 619 ~ 35.7%
B 186 of 619 ~ 30.05%

%34.25
%35.7
%30.05

CMYK color model

#D4DDBA color CMYK value is (4,0,16,13).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 13.33%
CMYK:
(4,0,16,13)
C4M0Y16K13 
(4%,0%,16%,13%)
(0.04/0.00/0.16/0.13)	

CMYK percentages

%4.07
%0
%15.84
%13.33

Codes

Color #D4DDBA in popluar color models

D4DDBA
RGB212221186
HSL75°33.98%79.80%
HSB/HSV75°15.84%86.67%
CMYK4.07%0.00%15.84%
13.33%

Color #D4DDBA in popluar number systems.

HEXD4DDBA
Decimal212221186
Binary110101001101110110111010
Octal324335272

Shades and tints

Shades of #D4DDBA

#D4DDBA
(212,221,186)
#C1C9AA
(193,201,170)
#AEB59A
(174,181,154)
#9BA18A
(155,161,138)
#888D7A
(136,141,122)
#75796A
(117,121,106)
#62655A
(98,101,90)
#4F514A
(79,81,74)
#3C3D3A
(60,61,58)
#29292A
(41,41,42)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #D4DDBA

#D4DDBA
(212,221,186)
#D7E0C0
(215,224,192)
#DAE3C6
(218,227,198)
#DDE6CC
(221,230,204)
#E0E9D2
(224,233,210)
#E3ECD8
(227,236,216)
#E6EFDE
(230,239,222)
#E9F2E4
(233,242,228)
#ECF5EA
(236,245,234)
#EFF8F0
(239,248,240)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DDBA; }

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

This text font color is #D4DDBA.


Background Color

.myBgColor { background-color: #D4DDBA; }

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

This div background color is #D4DDBA.


Border color

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

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

This div border color is #D4DDBA.


Opacity

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

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

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

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

This text has shadow with #D4DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DDBA on black background.


Color preview on white background

This text has color #D4DDBA on white background.



Black color preview on #D4DDBA background

This text has black color on #D4DDBA background.


White color preview on #D4DDBA background

This text has white color on #D4DDBA background.