COLOR #D0A4B1

HEX: #D0A4B1
RGB: (208,164,177)

Color info

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

RGB color model

#D0A4B1 color RGB value is (208,164,177).

  • red value is 208;
  • green value is 164;
  • blue value is 177.
RGB:
(208,164,177)
(82%,64%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 164 of 255 = 64%
B 177 of 255 = 69%

208
164
177

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

Portions of RGB colors in percentages

R + G + B =
208 + 164 + 177 = 549 (100%)
R 208 of 549 ~ 37.89%
G 164 of 549 ~ 29.87%
B 177 of 549 ~ 32.24%

%37.89
%29.87
%32.24

CMYK color model

#D0A4B1 color CMYK value is (0,21,15,18).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(0,21,15,18)
C0M21Y15K18 
(0%,21%,15%,18%)
(0.00/0.21/0.15/0.18)	

CMYK percentages

%0
%21.15
%14.9
%18.43

Codes

Color #D0A4B1 in popluar color models

D0A4B1
RGB208164177
HSL342°31.88%72.94%
HSB/HSV342°21.15%81.57%
CMYK0.00%21.15%14.90%
18.43%

Color #D0A4B1 in popluar number systems.

HEXD0A4B1
Decimal208164177
Binary110100001010010010110001
Octal320244261

Shades and tints

Shades of #D0A4B1

#D0A4B1
(208,164,177)
#BE96A1
(190,150,161)
#AC8891
(172,136,145)
#9A7A81
(154,122,129)
#886C71
(136,108,113)
#765E61
(118,94,97)
#645051
(100,80,81)
#524241
(82,66,65)
#403431
(64,52,49)
#2E2621
(46,38,33)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #D0A4B1

#D0A4B1
(208,164,177)
#D4ACB8
(212,172,184)
#D8B4BF
(216,180,191)
#DCBCC6
(220,188,198)
#E0C4CD
(224,196,205)
#E4CCD4
(228,204,212)
#E8D4DB
(232,212,219)
#ECDCE2
(236,220,226)
#F0E4E9
(240,228,233)
#F4ECF0
(244,236,240)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A4B1 color. Also use rgb(208,164,177) instead hex code.

Text Font Color

.myTextColor { color: #D0A4B1; }

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

This text font color is #D0A4B1.


Background Color

.myBgColor { background-color: #D0A4B1; }

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

This div background color is #D0A4B1.


Border color

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

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

This div border color is #D0A4B1.


Opacity

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

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

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

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

This text has shadow with #D0A4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A4B1 on black background.


Color preview on white background

This text has color #D0A4B1 on white background.



Black color preview on #D0A4B1 background

This text has black color on #D0A4B1 background.


White color preview on #D0A4B1 background

This text has white color on #D0A4B1 background.