COLOR #D0ADB1

HEX: #D0ADB1
RGB: (208,173,177)

Color info

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

RGB color model

#D0ADB1 color RGB value is (208,173,177).

  • red value is 208;
  • green value is 173;
  • blue value is 177.
RGB:
(208,173,177)
(82%,68%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 177 of 255 = 69%

208
173
177

R + G + B ~ 73%. #D0ADB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 173 + 177 = 558 (100%)
R 208 of 558 ~ 37.28%
G 173 of 558 ~ 31%
B 177 of 558 ~ 31.72%

%37.28
%31
%31.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(0,17,15,18)
C0M17Y15K18 
(0%,17%,15%,18%)
(0.00/0.17/0.15/0.18)	

CMYK percentages

%0
%16.83
%14.9
%18.43

Codes

Color #D0ADB1 in popluar color models

D0ADB1
RGB208173177
HSL353°27.13%74.71%
HSB/HSV353°16.83%81.57%
CMYK0.00%16.83%14.90%
18.43%

Color #D0ADB1 in popluar number systems.

HEXD0ADB1
Decimal208173177
Binary110100001010110110110001
Octal320255261

Shades and tints

Shades of #D0ADB1

#D0ADB1
(208,173,177)
#BE9EA1
(190,158,161)
#AC8F91
(172,143,145)
#9A8081
(154,128,129)
#887171
(136,113,113)
#766261
(118,98,97)
#645351
(100,83,81)
#524441
(82,68,65)
#403531
(64,53,49)
#2E2621
(46,38,33)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #D0ADB1

#D0ADB1
(208,173,177)
#D4B4B8
(212,180,184)
#D8BBBF
(216,187,191)
#DCC2C6
(220,194,198)
#E0C9CD
(224,201,205)
#E4D0D4
(228,208,212)
#E8D7DB
(232,215,219)
#ECDEE2
(236,222,226)
#F0E5E9
(240,229,233)
#F4ECF0
(244,236,240)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ADB1; }

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

This text font color is #D0ADB1.


Background Color

.myBgColor { background-color: #D0ADB1; }

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

This div background color is #D0ADB1.


Border color

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

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

This div border color is #D0ADB1.


Opacity

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

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

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

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

This text has shadow with #D0ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ADB1 on black background.


Color preview on white background

This text has color #D0ADB1 on white background.



Black color preview on #D0ADB1 background

This text has black color on #D0ADB1 background.


White color preview on #D0ADB1 background

This text has white color on #D0ADB1 background.