COLOR #D0ADAA

HEX: #D0ADAA RGB: (208,173,170)

Color info

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

RGB color model

#D0ADAA color RGB value is (208,173,170).

RGB: (208,173,170) (82%, 68%, 67%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 170 of 255 = 67%

208
173
170

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

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 170 = 551 (100%)
R 208 of 551 ~ 37.75%
G 173 of 551 ~ 31.4%
B 170 of 551 ~ 30.85'%

%37.75
%31.4
%30.85

CMYK color model

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

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

CMYK: (0,17,18,18)
C0M17Y18K18 (0%, 17%, 18%, 18%)
(0.00 / 0.17 / 0.18 / 0.18)

CMYK percentages

%0
%16.83
%18.27
%18.43

Codes

Color #D0ADAA in popluar color models

D0 AD AA
RGB 208 173 170
HSL 28.79% 74.12%
HSB/HSV 18.27% 81.57%
CMYK 0.00% 16.83% 18.27%
18.43%

Color #D0ADAA in popluar number systems.

HEX D0 AD AA
Decimal 208 173 170
Binary 11010000 10101101 10101010
Octal 320 255 252

Shades and tints

Shades of #D0ADAA

#D0ADAA
(208,173,170)
#BE9E9B
(190,158,155)
#AC8F8C
(172,143,140)
#9A807D
(154,128,125)
#88716E
(136,113,110)
#76625F
(118,98,95)
#645350
(100,83,80)
#524441
(82,68,65)
#403532
(64,53,50)
#2E2623
(46,38,35)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #D0ADAA

#D0ADAA
(208,173,170)
#D4B4B1
(212,180,177)
#D8BBB8
(216,187,184)
#DCC2BF
(220,194,191)
#E0C9C6
(224,201,198)
#E4D0CD
(228,208,205)
#E8D7D4
(232,215,212)
#ECDEDB
(236,222,219)
#F0E5E2
(240,229,226)
#F4ECE9
(244,236,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADAA; }

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

This text font color is #D0ADAA.

Background Color

.myBgColor { background-color: #D0ADAA; }

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

This div background color is #D0ADAA.

Border color

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

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

This div border color is #D0ADAA.

Opacity

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

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

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

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

This text has shadow with #D0ADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADAA.

Preview

Color preview on black background

This text has color #D0ADAA on black background.


Color preview on white background

This text has color #D0ADAA on white background.


Black color preview on #D0ADAA background

This text has black color on #D0ADAA background.


White color preview on #D0ADAA background

This text has white color on #D0ADAA background.


Related colors

Complementary color

Complementary color for #hex is #2F5255.


I love getcolorcode.com

Triadic colors

1 #AAD0AD and #ADAAD0 with #D0ADAA are triadic colors.

2 #AAADD0 and #ADD0AA with #D0ADAA are triadic colors.