COLOR #D0A2AB

HEX: #D0A2AB
RGB: (208,162,171)

Color info

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

RGB color model

#D0A2AB color RGB value is (208,162,171).

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

RGB channels and saturation

R 208 of 255 = 82%
G 162 of 255 = 64%
B 171 of 255 = 67%

208
162
171

R + G + B ~ 71%. #D0A2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 171 = 541 (100%)
R 208 of 541 ~ 38.45%
G 162 of 541 ~ 29.94%
B 171 of 541 ~ 31.61%

%38.45
%29.94
%31.61

CMYK color model

#D0A2AB color CMYK value is (0,22,18,18).

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 17.79%
  • key color value is 18.43%
CMYK:
(0,22,18,18)
C0M22Y18K18 
(0%,22%,18%,18%)
(0.00/0.22/0.18/0.18)	

CMYK percentages

%0
%22.12
%17.79
%18.43

Codes

Color #D0A2AB in popluar color models

D0A2AB
RGB208162171
HSL348°32.86%72.55%
HSB/HSV348°22.12%81.57%
CMYK0.00%22.12%17.79%
18.43%

Color #D0A2AB in popluar number systems.

HEXD0A2AB
Decimal208162171
Binary110100001010001010101011
Octal320242253

Shades and tints

Shades of #D0A2AB

#D0A2AB
(208,162,171)
#BE949C
(190,148,156)
#AC868D
(172,134,141)
#9A787E
(154,120,126)
#886A6F
(136,106,111)
#765C60
(118,92,96)
#644E51
(100,78,81)
#524042
(82,64,66)
#403233
(64,50,51)
#2E2424
(46,36,36)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #D0A2AB

#D0A2AB
(208,162,171)
#D4AAB2
(212,170,178)
#D8B2B9
(216,178,185)
#DCBAC0
(220,186,192)
#E0C2C7
(224,194,199)
#E4CACE
(228,202,206)
#E8D2D5
(232,210,213)
#ECDADC
(236,218,220)
#F0E2E3
(240,226,227)
#F4EAEA
(244,234,234)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A2AB; }

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

This text font color is #D0A2AB.


Background Color

.myBgColor { background-color: #D0A2AB; }

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

This div background color is #D0A2AB.


Border color

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

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

This div border color is #D0A2AB.


Opacity

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

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

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

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

This text has shadow with #D0A2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A2AB on black background.


Color preview on white background

This text has color #D0A2AB on white background.



Black color preview on #D0A2AB background

This text has black color on #D0A2AB background.


White color preview on #D0A2AB background

This text has white color on #D0A2AB background.