COLOR #D0A7B7

HEX: #D0A7B7
RGB: (208,167,183)

Color info

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

RGB color model

#D0A7B7 color RGB value is (208,167,183).

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

RGB channels and saturation

R 208 of 255 = 82%
G 167 of 255 = 65%
B 183 of 255 = 72%

208
167
183

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

Portions of RGB colors in percentages

R + G + B =
208 + 167 + 183 = 558 (100%)
R 208 of 558 ~ 37.28%
G 167 of 558 ~ 29.93%
B 183 of 558 ~ 32.8%

%37.28
%29.93
%32.8

CMYK color model

#D0A7B7 color CMYK value is (0,20,12,18).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 12.02%
  • key color value is 18.43%
CMYK:
(0,20,12,18)
C0M20Y12K18 
(0%,20%,12%,18%)
(0.00/0.20/0.12/0.18)	

CMYK percentages

%0
%19.71
%12.02
%18.43

Codes

Color #D0A7B7 in popluar color models

D0A7B7
RGB208167183
HSL337°30.37%73.53%
HSB/HSV337°19.71%81.57%
CMYK0.00%19.71%12.02%
18.43%

Color #D0A7B7 in popluar number systems.

HEXD0A7B7
Decimal208167183
Binary110100001010011110110111
Octal320247267

Shades and tints

Shades of #D0A7B7

#D0A7B7
(208,167,183)
#BE98A7
(190,152,167)
#AC8997
(172,137,151)
#9A7A87
(154,122,135)
#886B77
(136,107,119)
#765C67
(118,92,103)
#644D57
(100,77,87)
#523E47
(82,62,71)
#402F37
(64,47,55)
#2E2027
(46,32,39)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #D0A7B7

#D0A7B7
(208,167,183)
#D4AFBD
(212,175,189)
#D8B7C3
(216,183,195)
#DCBFC9
(220,191,201)
#E0C7CF
(224,199,207)
#E4CFD5
(228,207,213)
#E8D7DB
(232,215,219)
#ECDFE1
(236,223,225)
#F0E7E7
(240,231,231)
#F4EFED
(244,239,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A7B7 color. Also use rgb(208,167,183) instead hex code.

Text Font Color

.myTextColor { color: #D0A7B7; }

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

This text font color is #D0A7B7.


Background Color

.myBgColor { background-color: #D0A7B7; }

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

This div background color is #D0A7B7.


Border color

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

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

This div border color is #D0A7B7.


Opacity

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

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

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

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

This text has shadow with #D0A7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A7B7 on black background.


Color preview on white background

This text has color #D0A7B7 on white background.



Black color preview on #D0A7B7 background

This text has black color on #D0A7B7 background.


White color preview on #D0A7B7 background

This text has white color on #D0A7B7 background.