COLOR #D0ABB3

HEX: #D0ABB3
RGB: (208,171,179)

Color info

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

RGB color model

#D0ABB3 color RGB value is (208,171,179).

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

RGB channels and saturation

R 208 of 255 = 82%
G 171 of 255 = 67%
B 179 of 255 = 70%

208
171
179

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

Portions of RGB colors in percentages

R + G + B =
208 + 171 + 179 = 558 (100%)
R 208 of 558 ~ 37.28%
G 171 of 558 ~ 30.65%
B 179 of 558 ~ 32.08%

%37.28
%30.65
%32.08

CMYK color model

#D0ABB3 color CMYK value is (0,18,14,18).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 13.94%
  • key color value is 18.43%
CMYK:
(0,18,14,18)
C0M18Y14K18 
(0%,18%,14%,18%)
(0.00/0.18/0.14/0.18)	

CMYK percentages

%0
%17.79
%13.94
%18.43

Codes

Color #D0ABB3 in popluar color models

D0ABB3
RGB208171179
HSL347°28.24%74.31%
HSB/HSV347°17.79%81.57%
CMYK0.00%17.79%13.94%
18.43%

Color #D0ABB3 in popluar number systems.

HEXD0ABB3
Decimal208171179
Binary110100001010101110110011
Octal320253263

Shades and tints

Shades of #D0ABB3

#D0ABB3
(208,171,179)
#BE9CA3
(190,156,163)
#AC8D93
(172,141,147)
#9A7E83
(154,126,131)
#886F73
(136,111,115)
#766063
(118,96,99)
#645153
(100,81,83)
#524243
(82,66,67)
#403333
(64,51,51)
#2E2423
(46,36,35)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #D0ABB3

#D0ABB3
(208,171,179)
#D4B2B9
(212,178,185)
#D8B9BF
(216,185,191)
#DCC0C5
(220,192,197)
#E0C7CB
(224,199,203)
#E4CED1
(228,206,209)
#E8D5D7
(232,213,215)
#ECDCDD
(236,220,221)
#F0E3E3
(240,227,227)
#F4EAE9
(244,234,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ABB3; }

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

This text font color is #D0ABB3.


Background Color

.myBgColor { background-color: #D0ABB3; }

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

This div background color is #D0ABB3.


Border color

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

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

This div border color is #D0ABB3.


Opacity

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

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

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

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

This text has shadow with #D0ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ABB3 on black background.


Color preview on white background

This text has color #D0ABB3 on white background.



Black color preview on #D0ABB3 background

This text has black color on #D0ABB3 background.


White color preview on #D0ABB3 background

This text has white color on #D0ABB3 background.