COLOR #D0ABB9

HEX: #D0ABB9
RGB: (208,171,185)

Color info

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

RGB color model

#D0ABB9 color RGB value is (208,171,185).

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

RGB channels and saturation

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

208
171
185

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

Portions of RGB colors in percentages

R + G + B =
208 + 171 + 185 = 564 (100%)
R 208 of 564 ~ 36.88%
G 171 of 564 ~ 30.32%
B 185 of 564 ~ 32.8%

%36.88
%30.32
%32.8

CMYK color model

#D0ABB9 color CMYK value is (0,18,11,18).

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

CMYK percentages

%0
%17.79
%11.06
%18.43

Codes

Color #D0ABB9 in popluar color models

D0ABB9
RGB208171185
HSL337°28.24%74.31%
HSB/HSV337°17.79%81.57%
CMYK0.00%17.79%11.06%
18.43%

Color #D0ABB9 in popluar number systems.

HEXD0ABB9
Decimal208171185
Binary110100001010101110111001
Octal320253271

Shades and tints

Shades of #D0ABB9

#D0ABB9
(208,171,185)
#BE9CA9
(190,156,169)
#AC8D99
(172,141,153)
#9A7E89
(154,126,137)
#886F79
(136,111,121)
#766069
(118,96,105)
#645159
(100,81,89)
#524249
(82,66,73)
#403339
(64,51,57)
#2E2429
(46,36,41)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #D0ABB9

#D0ABB9
(208,171,185)
#D4B2BF
(212,178,191)
#D8B9C5
(216,185,197)
#DCC0CB
(220,192,203)
#E0C7D1
(224,199,209)
#E4CED7
(228,206,215)
#E8D5DD
(232,213,221)
#ECDCE3
(236,220,227)
#F0E3E9
(240,227,233)
#F4EAEF
(244,234,239)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ABB9; }

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

This text font color is #D0ABB9.


Background Color

.myBgColor { background-color: #D0ABB9; }

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

This div background color is #D0ABB9.


Border color

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

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

This div border color is #D0ABB9.


Opacity

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

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

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

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

This text has shadow with #D0ABB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ABB9 on black background.


Color preview on white background

This text has color #D0ABB9 on white background.



Black color preview on #D0ABB9 background

This text has black color on #D0ABB9 background.


White color preview on #D0ABB9 background

This text has white color on #D0ABB9 background.