COLOR #D4D8B1

HEX: #D4D8B1 RGB: (212,216,177)

Color info

#D4D8B1 contains red, green and blue colors in about the same proportion. Web safe color of #D4D8B1 is #CCCC99 (or #CC9).

RGB color model

#D4D8B1 color RGB value is (212,216,177).

RGB: (212,216,177) (83%, 85%, 69%)

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 177 of 255 = 69%

212
216
177

R + G + B ~ 79%. #D4D8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 216 + 177 = 605 (100%)
R 212 of 605 ~ 35.04%
G 216 of 605 ~ 35.7%
B 177 of 605 ~ 29.26'%

%35.04
%35.7
%29.26

CMYK color model

#D4D8B1 color CMYK value is (2,0,18,15).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 15.29%

CMYK: (2,0,18,15)
C2M0Y18K15 (2%, 0%, 18%, 15%)
(0.02 / 0.00 / 0.18 / 0.15)

CMYK percentages

%1.85
%0
%18.06
%15.29

Codes

Color #D4D8B1 in popluar color models

D4 D8 B1
RGB 212 216 177
HSL 66° 33.33% 77.06%
HSB/HSV 66° 18.06% 84.71%
CMYK 1.85% 0.00% 18.06%
15.29%

Color #D4D8B1 in popluar number systems.

HEX D4 D8 B1
Decimal 212 216 177
Binary 11010100 11011000 10110001
Octal 324 330 261

Shades and tints

Shades of #D4D8B1

#D4D8B1
(212,216,177)
#C1C5A1
(193,197,161)
#AEB291
(174,178,145)
#9B9F81
(155,159,129)
#888C71
(136,140,113)
#757961
(117,121,97)
#626651
(98,102,81)
#4F5341
(79,83,65)
#3C4031
(60,64,49)
#292D21
(41,45,33)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #D4D8B1

#D4D8B1
(212,216,177)
#D7DBB8
(215,219,184)
#DADEBF
(218,222,191)
#DDE1C6
(221,225,198)
#E0E4CD
(224,228,205)
#E3E7D4
(227,231,212)
#E6EADB
(230,234,219)
#E9EDE2
(233,237,226)
#ECF0E9
(236,240,233)
#EFF3F0
(239,243,240)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D8B1 color. Also use rgb(212,216,177) instead hex code.

Text Font Color

.myTextColor { color: #D4D8B1; }

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

This text font color is #D4D8B1.

Background Color

.myBgColor { background-color: #D4D8B1; }

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

This div background color is #D4D8B1.

Border color

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

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

This div border color is #D4D8B1.

Opacity

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

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

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

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

This text has shadow with #D4D8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D8B1.

Preview

Color preview on black background

This text has color #D4D8B1 on black background.


Color preview on white background

This text has color #D4D8B1 on white background.


Black color preview on #D4D8B1 background

This text has black color on #D4D8B1 background.


White color preview on #D4D8B1 background

This text has white color on #D4D8B1 background.


Related colors

Complementary color

Complementary color for #hex is #2B274E.


I love getcolorcode.com

Triadic colors

1 #B1D4D8 and #D8B1D4 with #D4D8B1 are triadic colors.

2 #B1D8D4 and #D8D4B1 with #D4D8B1 are triadic colors.