COLOR #D1D8A0

HEX: #D1D8A0
RGB: (209,216,160)

Color info

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

RGB color model

#D1D8A0 color RGB value is (209,216,160).

  • red value is 209;
  • green value is 216;
  • blue value is 160.
RGB:
(209,216,160)
(82%,85%,63%)

RGB channels and saturation

R 209 of 255 = 82%
G 216 of 255 = 85%
B 160 of 255 = 63%

209
216
160

R + G + B ~ 77%. #D1D8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 216 + 160 = 585 (100%)
R 209 of 585 ~ 35.73%
G 216 of 585 ~ 36.92%
B 160 of 585 ~ 27.35%

%35.73
%36.92
%27.35

CMYK color model

#D1D8A0 color CMYK value is (3,0,26,15).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 15.29%
CMYK:
(3,0,26,15)
C3M0Y26K15 
(3%,0%,26%,15%)
(0.03/0.00/0.26/0.15)	

CMYK percentages

%3.24
%0
%25.93
%15.29

Codes

Color #D1D8A0 in popluar color models

D1D8A0
RGB209216160
HSL68°41.79%73.73%
HSB/HSV68°25.93%84.71%
CMYK3.24%0.00%25.93%
15.29%

Color #D1D8A0 in popluar number systems.

HEXD1D8A0
Decimal209216160
Binary110100011101100010100000
Octal321330240

Shades and tints

Shades of #D1D8A0

#D1D8A0
(209,216,160)
#BEC592
(190,197,146)
#ABB284
(171,178,132)
#989F76
(152,159,118)
#858C68
(133,140,104)
#72795A
(114,121,90)
#5F664C
(95,102,76)
#4C533E
(76,83,62)
#394030
(57,64,48)
#262D22
(38,45,34)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #D1D8A0

#D1D8A0
(209,216,160)
#D5DBA8
(213,219,168)
#D9DEB0
(217,222,176)
#DDE1B8
(221,225,184)
#E1E4C0
(225,228,192)
#E5E7C8
(229,231,200)
#E9EAD0
(233,234,208)
#EDEDD8
(237,237,216)
#F1F0E0
(241,240,224)
#F5F3E8
(245,243,232)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D8A0 color. Also use rgb(209,216,160) instead hex code.

Text Font Color

.myTextColor { color: #D1D8A0; }

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

This text font color is #D1D8A0.


Background Color

.myBgColor { background-color: #D1D8A0; }

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

This div background color is #D1D8A0.


Border color

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

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

This div border color is #D1D8A0.


Opacity

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

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

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

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

This text has shadow with #D1D8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D8A0 on black background.


Color preview on white background

This text has color #D1D8A0 on white background.



Black color preview on #D1D8A0 background

This text has black color on #D1D8A0 background.


White color preview on #D1D8A0 background

This text has white color on #D1D8A0 background.