COLOR #D0ADA9

HEX: #D0ADA9 RGB: (208,173,169)

Color info

#D0ADA9 contains red, green and blue colors in about the same proportion. Web safe color of #D0ADA9 is #CC9999 (or #C99).

RGB color model

#D0ADA9 color RGB value is (208,173,169).

RGB: (208,173,169) (82%, 68%, 66%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 169 of 255 = 66%

208
173
169

R + G + B ~ 72%. #D0ADA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 169 = 550 (100%)
R 208 of 550 ~ 37.82%
G 173 of 550 ~ 31.45%
B 169 of 550 ~ 30.73'%

%37.82
%31.45
%30.73

CMYK color model

#D0ADA9 color CMYK value is (0,17,19,18).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 18.75%
  • key color value is 18.43%

CMYK: (0,17,19,18)
C0M17Y19K18 (0%, 17%, 19%, 18%)
(0.00 / 0.17 / 0.19 / 0.18)

CMYK percentages

%0
%16.83
%18.75
%18.43

Codes

Color #D0ADA9 in popluar color models

D0 AD A9
RGB 208 173 169
HSL 29.32% 73.92%
HSB/HSV 18.75% 81.57%
CMYK 0.00% 16.83% 18.75%
18.43%

Color #D0ADA9 in popluar number systems.

HEX D0 AD A9
Decimal 208 173 169
Binary 11010000 10101101 10101001
Octal 320 255 251

Shades and tints

Shades of #D0ADA9

#D0ADA9
(208,173,169)
#BE9E9A
(190,158,154)
#AC8F8B
(172,143,139)
#9A807C
(154,128,124)
#88716D
(136,113,109)
#76625E
(118,98,94)
#64534F
(100,83,79)
#524440
(82,68,64)
#403531
(64,53,49)
#2E2622
(46,38,34)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #D0ADA9

#D0ADA9
(208,173,169)
#D4B4B0
(212,180,176)
#D8BBB7
(216,187,183)
#DCC2BE
(220,194,190)
#E0C9C5
(224,201,197)
#E4D0CC
(228,208,204)
#E8D7D3
(232,215,211)
#ECDEDA
(236,222,218)
#F0E5E1
(240,229,225)
#F4ECE8
(244,236,232)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADA9; }

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

This text font color is #D0ADA9.

Background Color

.myBgColor { background-color: #D0ADA9; }

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

This div background color is #D0ADA9.

Border color

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

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

This div border color is #D0ADA9.

Opacity

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

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

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

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

This text has shadow with #D0ADA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADA9.

Preview

Color preview on black background

This text has color #D0ADA9 on black background.


Color preview on white background

This text has color #D0ADA9 on white background.


Black color preview on #D0ADA9 background

This text has black color on #D0ADA9 background.


White color preview on #D0ADA9 background

This text has white color on #D0ADA9 background.


Related colors

Complementary color

Complementary color for #hex is #2F5256.


I love getcolorcode.com

Triadic colors

1 #A9D0AD and #ADA9D0 with #D0ADA9 are triadic colors.

2 #A9ADD0 and #ADD0A9 with #D0ADA9 are triadic colors.