COLOR #D0A2B2

HEX: #D0A2B2
RGB: (208,162,178)

Color info

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

RGB color model

#D0A2B2 color RGB value is (208,162,178).

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

RGB channels and saturation

R 208 of 255 = 82%
G 162 of 255 = 64%
B 178 of 255 = 70%

208
162
178

R + G + B ~ 72%. #D0A2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 162 + 178 = 548 (100%)
R 208 of 548 ~ 37.96%
G 162 of 548 ~ 29.56%
B 178 of 548 ~ 32.48%

%37.96
%29.56
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.12%
  • yellow value is 14.42%
  • key color value is 18.43%
CMYK:
(0,22,14,18)
C0M22Y14K18 
(0%,22%,14%,18%)
(0.00/0.22/0.14/0.18)	

CMYK percentages

%0
%22.12
%14.42
%18.43

Codes

Color #D0A2B2 in popluar color models

D0A2B2
RGB208162178
HSL339°32.86%72.55%
HSB/HSV339°22.12%81.57%
CMYK0.00%22.12%14.42%
18.43%

Color #D0A2B2 in popluar number systems.

HEXD0A2B2
Decimal208162178
Binary110100001010001010110010
Octal320242262

Shades and tints

Shades of #D0A2B2

#D0A2B2
(208,162,178)
#BE94A2
(190,148,162)
#AC8692
(172,134,146)
#9A7882
(154,120,130)
#886A72
(136,106,114)
#765C62
(118,92,98)
#644E52
(100,78,82)
#524042
(82,64,66)
#403232
(64,50,50)
#2E2422
(46,36,34)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #D0A2B2

#D0A2B2
(208,162,178)
#D4AAB9
(212,170,185)
#D8B2C0
(216,178,192)
#DCBAC7
(220,186,199)
#E0C2CE
(224,194,206)
#E4CAD5
(228,202,213)
#E8D2DC
(232,210,220)
#ECDAE3
(236,218,227)
#F0E2EA
(240,226,234)
#F4EAF1
(244,234,241)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A2B2; }

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

This text font color is #D0A2B2.


Background Color

.myBgColor { background-color: #D0A2B2; }

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

This div background color is #D0A2B2.


Border color

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

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

This div border color is #D0A2B2.


Opacity

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

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

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

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

This text has shadow with #D0A2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A2B2 on black background.


Color preview on white background

This text has color #D0A2B2 on white background.



Black color preview on #D0A2B2 background

This text has black color on #D0A2B2 background.


White color preview on #D0A2B2 background

This text has white color on #D0A2B2 background.