COLOR #D0A7B3

HEX: #D0A7B3
RGB: (208,167,179)

Color info

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

RGB color model

#D0A7B3 color RGB value is (208,167,179).

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

RGB channels and saturation

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

208
167
179

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

Portions of RGB colors in percentages

R + G + B =
208 + 167 + 179 = 554 (100%)
R 208 of 554 ~ 37.55%
G 167 of 554 ~ 30.14%
B 179 of 554 ~ 32.31%

%37.55
%30.14
%32.31

CMYK color model

#D0A7B3 color CMYK value is (0,20,14,18).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 13.94%
  • key color value is 18.43%
CMYK:
(0,20,14,18)
C0M20Y14K18 
(0%,20%,14%,18%)
(0.00/0.20/0.14/0.18)	

CMYK percentages

%0
%19.71
%13.94
%18.43

Codes

Color #D0A7B3 in popluar color models

D0A7B3
RGB208167179
HSL342°30.37%73.53%
HSB/HSV342°19.71%81.57%
CMYK0.00%19.71%13.94%
18.43%

Color #D0A7B3 in popluar number systems.

HEXD0A7B3
Decimal208167179
Binary110100001010011110110011
Octal320247263

Shades and tints

Shades of #D0A7B3

#D0A7B3
(208,167,179)
#BE98A3
(190,152,163)
#AC8993
(172,137,147)
#9A7A83
(154,122,131)
#886B73
(136,107,115)
#765C63
(118,92,99)
#644D53
(100,77,83)
#523E43
(82,62,67)
#402F33
(64,47,51)
#2E2023
(46,32,35)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #D0A7B3

#D0A7B3
(208,167,179)
#D4AFB9
(212,175,185)
#D8B7BF
(216,183,191)
#DCBFC5
(220,191,197)
#E0C7CB
(224,199,203)
#E4CFD1
(228,207,209)
#E8D7D7
(232,215,215)
#ECDFDD
(236,223,221)
#F0E7E3
(240,231,227)
#F4EFE9
(244,239,233)
#F8F7EF
(248,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A7B3; }

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

This text font color is #D0A7B3.


Background Color

.myBgColor { background-color: #D0A7B3; }

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

This div background color is #D0A7B3.


Border color

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

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

This div border color is #D0A7B3.


Opacity

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

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

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

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

This text has shadow with #D0A7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A7B3 on black background.


Color preview on white background

This text has color #D0A7B3 on white background.



Black color preview on #D0A7B3 background

This text has black color on #D0A7B3 background.


White color preview on #D0A7B3 background

This text has white color on #D0A7B3 background.