COLOR #D0A5B3

HEX: #D0A5B3
RGB: (208,165,179)

Color info

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

RGB color model

#D0A5B3 color RGB value is (208,165,179).

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

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 179 of 255 = 70%

208
165
179

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

Portions of RGB colors in percentages

R + G + B =
208 + 165 + 179 = 552 (100%)
R 208 of 552 ~ 37.68%
G 165 of 552 ~ 29.89%
B 179 of 552 ~ 32.43%

%37.68
%29.89
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 13.94%
  • key color value is 18.43%
CMYK:
(0,21,14,18)
C0M21Y14K18 
(0%,21%,14%,18%)
(0.00/0.21/0.14/0.18)	

CMYK percentages

%0
%20.67
%13.94
%18.43

Codes

Color #D0A5B3 in popluar color models

D0A5B3
RGB208165179
HSL340°31.39%73.14%
HSB/HSV340°20.67%81.57%
CMYK0.00%20.67%13.94%
18.43%

Color #D0A5B3 in popluar number systems.

HEXD0A5B3
Decimal208165179
Binary110100001010010110110011
Octal320245263

Shades and tints

Shades of #D0A5B3

#D0A5B3
(208,165,179)
#BE96A3
(190,150,163)
#AC8793
(172,135,147)
#9A7883
(154,120,131)
#886973
(136,105,115)
#765A63
(118,90,99)
#644B53
(100,75,83)
#523C43
(82,60,67)
#402D33
(64,45,51)
#2E1E23
(46,30,35)
#1C0F13
(28,15,19)
#000000
(0,0,0)

Tints of #D0A5B3

#D0A5B3
(208,165,179)
#D4ADB9
(212,173,185)
#D8B5BF
(216,181,191)
#DCBDC5
(220,189,197)
#E0C5CB
(224,197,203)
#E4CDD1
(228,205,209)
#E8D5D7
(232,213,215)
#ECDDDD
(236,221,221)
#F0E5E3
(240,229,227)
#F4EDE9
(244,237,233)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A5B3; }

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

This text font color is #D0A5B3.


Background Color

.myBgColor { background-color: #D0A5B3; }

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

This div background color is #D0A5B3.


Border color

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

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

This div border color is #D0A5B3.


Opacity

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

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

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

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

This text has shadow with #D0A5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A5B3 on black background.


Color preview on white background

This text has color #D0A5B3 on white background.



Black color preview on #D0A5B3 background

This text has black color on #D0A5B3 background.


White color preview on #D0A5B3 background

This text has white color on #D0A5B3 background.