COLOR #D0D0AB

HEX: #D0D0AB
RGB: (208,208,171)

Color info

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

RGB color model

#D0D0AB color RGB value is (208,208,171).

  • red value is 208;
  • green value is 208;
  • blue value is 171.
RGB:
(208,208,171)
(82%,82%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 171 of 255 = 67%

208
208
171

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

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 171 = 587 (100%)
R 208 of 587 ~ 35.43%
G 208 of 587 ~ 35.43%
B 171 of 587 ~ 29.13%

%35.43
%35.43
%29.13

CMYK color model

#D0D0AB color CMYK value is (0,0,18,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 18.43%
CMYK:
(0,0,18,18)
C0M0Y18K18 
(0%,0%,18%,18%)
(0.00/0.00/0.18/0.18)	

CMYK percentages

%0
%0
%17.79
%18.43

Codes

Color #D0D0AB in popluar color models

D0D0AB
RGB208208171
HSL60°28.24%74.31%
HSB/HSV60°17.79%81.57%
CMYK0.00%0.00%17.79%
18.43%

Color #D0D0AB in popluar number systems.

HEXD0D0AB
Decimal208208171
Binary110100001101000010101011
Octal320320253

Shades and tints

Shades of #D0D0AB

#D0D0AB
(208,208,171)
#BEBE9C
(190,190,156)
#ACAC8D
(172,172,141)
#9A9A7E
(154,154,126)
#88886F
(136,136,111)
#767660
(118,118,96)
#646451
(100,100,81)
#525242
(82,82,66)
#404033
(64,64,51)
#2E2E24
(46,46,36)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #D0D0AB

#D0D0AB
(208,208,171)
#D4D4B2
(212,212,178)
#D8D8B9
(216,216,185)
#DCDCC0
(220,220,192)
#E0E0C7
(224,224,199)
#E4E4CE
(228,228,206)
#E8E8D5
(232,232,213)
#ECECDC
(236,236,220)
#F0F0E3
(240,240,227)
#F4F4EA
(244,244,234)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D0AB color. Also use rgb(208,208,171) instead hex code.

Text Font Color

.myTextColor { color: #D0D0AB; }

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

This text font color is #D0D0AB.


Background Color

.myBgColor { background-color: #D0D0AB; }

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

This div background color is #D0D0AB.


Border color

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

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

This div border color is #D0D0AB.


Opacity

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

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

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

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

This text has shadow with #D0D0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D0AB on black background.


Color preview on white background

This text has color #D0D0AB on white background.



Black color preview on #D0D0AB background

This text has black color on #D0D0AB background.


White color preview on #D0D0AB background

This text has white color on #D0D0AB background.