COLOR #D0ADBB

HEX: #D0ADBB RGB: (208,173,187)

Color info

#D0ADBB contains red, green and blue colors in about the same proportion. Web safe color of #D0ADBB is #CC99CC (or #C9C).

RGB color model

#D0ADBB color RGB value is (208,173,187).

RGB: (208,173,187) (82%, 68%, 73%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 187 of 255 = 73%

208
173
187

R + G + B ~ 74%. #D0ADBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 173 + 187 = 568 (100%)
R 208 of 568 ~ 36.62%
G 173 of 568 ~ 30.46%
B 187 of 568 ~ 32.92'%

%36.62
%30.46
%32.92

CMYK color model

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

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

CMYK: (0,17,10,18)
C0M17Y10K18 (0%, 17%, 10%, 18%)
(0.00 / 0.17 / 0.10 / 0.18)

CMYK percentages

%0
%16.83
%10.1
%18.43

Codes

Color #D0ADBB in popluar color models

D0 AD BB
RGB 208 173 187
HSL 336° 27.13% 74.71%
HSB/HSV 336° 16.83% 81.57%
CMYK 0.00% 16.83% 10.10%
18.43%

Color #D0ADBB in popluar number systems.

HEX D0 AD BB
Decimal 208 173 187
Binary 11010000 10101101 10111011
Octal 320 255 273

Shades and tints

Shades of #D0ADBB

#D0ADBB
(208,173,187)
#BE9EAA
(190,158,170)
#AC8F99
(172,143,153)
#9A8088
(154,128,136)
#887177
(136,113,119)
#766266
(118,98,102)
#645355
(100,83,85)
#524444
(82,68,68)
#403533
(64,53,51)
#2E2622
(46,38,34)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #D0ADBB

#D0ADBB
(208,173,187)
#D4B4C1
(212,180,193)
#D8BBC7
(216,187,199)
#DCC2CD
(220,194,205)
#E0C9D3
(224,201,211)
#E4D0D9
(228,208,217)
#E8D7DF
(232,215,223)
#ECDEE5
(236,222,229)
#F0E5EB
(240,229,235)
#F4ECF1
(244,236,241)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADBB; }

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

This text font color is #D0ADBB.

Background Color

.myBgColor { background-color: #D0ADBB; }

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

This div background color is #D0ADBB.

Border color

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

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

This div border color is #D0ADBB.

Opacity

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

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

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

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

This text has shadow with #D0ADBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ADBB.

Preview

Color preview on black background

This text has color #D0ADBB on black background.


Color preview on white background

This text has color #D0ADBB on white background.


Black color preview on #D0ADBB background

This text has black color on #D0ADBB background.


White color preview on #D0ADBB background

This text has white color on #D0ADBB background.


Related colors

Complementary color

Complementary color for #hex is #2F5244.


I love getcolorcode.com

Triadic colors

1 #BBD0AD and #ADBBD0 with #D0ADBB are triadic colors.

2 #BBADD0 and #ADD0BB with #D0ADBB are triadic colors.