COLOR #D4D5B9

HEX: #D4D5B9
RGB: (212,213,185)

Color info

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

RGB color model

#D4D5B9 color RGB value is (212,213,185).

  • red value is 212;
  • green value is 213;
  • blue value is 185.
RGB:
(212,213,185)
(83%,84%,73%)

RGB channels and saturation

R 212 of 255 = 83%
G 213 of 255 = 84%
B 185 of 255 = 73%

212
213
185

R + G + B ~ 80%. #D4D5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 213 + 185 = 610 (100%)
R 212 of 610 ~ 34.75%
G 213 of 610 ~ 34.92%
B 185 of 610 ~ 30.33%

%34.75
%34.92
%30.33

CMYK color model

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

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 13.15%
  • key color value is 16.47%
CMYK:
(0,0,13,16)
C0M0Y13K16 
(0%,0%,13%,16%)
(0.00/0.00/0.13/0.16)	

CMYK percentages

%0.47
%0
%13.15
%16.47

Codes

Color #D4D5B9 in popluar color models

D4D5B9
RGB212213185
HSL62°25.00%78.04%
HSB/HSV62°13.15%83.53%
CMYK0.47%0.00%13.15%
16.47%

Color #D4D5B9 in popluar number systems.

HEXD4D5B9
Decimal212213185
Binary110101001101010110111001
Octal324325271

Shades and tints

Shades of #D4D5B9

#D4D5B9
(212,213,185)
#C1C2A9
(193,194,169)
#AEAF99
(174,175,153)
#9B9C89
(155,156,137)
#888979
(136,137,121)
#757669
(117,118,105)
#626359
(98,99,89)
#4F5049
(79,80,73)
#3C3D39
(60,61,57)
#292A29
(41,42,41)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #D4D5B9

#D4D5B9
(212,213,185)
#D7D8BF
(215,216,191)
#DADBC5
(218,219,197)
#DDDECB
(221,222,203)
#E0E1D1
(224,225,209)
#E3E4D7
(227,228,215)
#E6E7DD
(230,231,221)
#E9EAE3
(233,234,227)
#ECEDE9
(236,237,233)
#EFF0EF
(239,240,239)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D5B9 color. Also use rgb(212,213,185) instead hex code.

Text Font Color

.myTextColor { color: #D4D5B9; }

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

This text font color is #D4D5B9.


Background Color

.myBgColor { background-color: #D4D5B9; }

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

This div background color is #D4D5B9.


Border color

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

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

This div border color is #D4D5B9.


Opacity

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

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

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

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

This text has shadow with #D4D5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D5B9 on black background.


Color preview on white background

This text has color #D4D5B9 on white background.



Black color preview on #D4D5B9 background

This text has black color on #D4D5B9 background.


White color preview on #D4D5B9 background

This text has white color on #D4D5B9 background.