COLOR #D0A5B8

HEX: #D0A5B8
RGB: (208,165,184)

Color info

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

RGB color model

#D0A5B8 color RGB value is (208,165,184).

  • red value is 208;
  • green value is 165;
  • blue value is 184.
RGB:
(208,165,184)
(82%,65%,72%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 184 of 255 = 72%

208
165
184

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

Portions of RGB colors in percentages

R + G + B =
208 + 165 + 184 = 557 (100%)
R 208 of 557 ~ 37.34%
G 165 of 557 ~ 29.62%
B 184 of 557 ~ 33.03%

%37.34
%29.62
%33.03

CMYK color model

#D0A5B8 color CMYK value is (0,21,12,18).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 11.54%
  • key color value is 18.43%
CMYK:
(0,21,12,18)
C0M21Y12K18 
(0%,21%,12%,18%)
(0.00/0.21/0.12/0.18)	

CMYK percentages

%0
%20.67
%11.54
%18.43

Codes

Color #D0A5B8 in popluar color models

D0A5B8
RGB208165184
HSL333°31.39%73.14%
HSB/HSV333°20.67%81.57%
CMYK0.00%20.67%11.54%
18.43%

Color #D0A5B8 in popluar number systems.

HEXD0A5B8
Decimal208165184
Binary110100001010010110111000
Octal320245270

Shades and tints

Shades of #D0A5B8

#D0A5B8
(208,165,184)
#BE96A8
(190,150,168)
#AC8798
(172,135,152)
#9A7888
(154,120,136)
#886978
(136,105,120)
#765A68
(118,90,104)
#644B58
(100,75,88)
#523C48
(82,60,72)
#402D38
(64,45,56)
#2E1E28
(46,30,40)
#1C0F18
(28,15,24)
#000000
(0,0,0)

Tints of #D0A5B8

#D0A5B8
(208,165,184)
#D4ADBE
(212,173,190)
#D8B5C4
(216,181,196)
#DCBDCA
(220,189,202)
#E0C5D0
(224,197,208)
#E4CDD6
(228,205,214)
#E8D5DC
(232,213,220)
#ECDDE2
(236,221,226)
#F0E5E8
(240,229,232)
#F4EDEE
(244,237,238)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A5B8 color. Also use rgb(208,165,184) instead hex code.

Text Font Color

.myTextColor { color: #D0A5B8; }

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

This text font color is #D0A5B8.


Background Color

.myBgColor { background-color: #D0A5B8; }

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

This div background color is #D0A5B8.


Border color

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

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

This div border color is #D0A5B8.


Opacity

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

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

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

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

This text has shadow with #D0A5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A5B8 on black background.


Color preview on white background

This text has color #D0A5B8 on white background.



Black color preview on #D0A5B8 background

This text has black color on #D0A5B8 background.


White color preview on #D0A5B8 background

This text has white color on #D0A5B8 background.