COLOR #D7A5B0

HEX: #D7A5B0
RGB: (215,165,176)

Color info

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

RGB color model

#D7A5B0 color RGB value is (215,165,176).

  • red value is 215;
  • green value is 165;
  • blue value is 176.
RGB:
(215,165,176)
(84%,65%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 165 of 255 = 65%
B 176 of 255 = 69%

215
165
176

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

Portions of RGB colors in percentages

R + G + B =
215 + 165 + 176 = 556 (100%)
R 215 of 556 ~ 38.67%
G 165 of 556 ~ 29.68%
B 176 of 556 ~ 31.65%

%38.67
%29.68
%31.65

CMYK color model

#D7A5B0 color CMYK value is (0,23,18,16).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 18.14%
  • key color value is 15.69%
CMYK:
(0,23,18,16)
C0M23Y18K16 
(0%,23%,18%,16%)
(0.00/0.23/0.18/0.16)	

CMYK percentages

%0
%23.26
%18.14
%15.69

Codes

Color #D7A5B0 in popluar color models

D7A5B0
RGB215165176
HSL347°38.46%74.51%
HSB/HSV347°23.26%84.31%
CMYK0.00%23.26%18.14%
15.69%

Color #D7A5B0 in popluar number systems.

HEXD7A5B0
Decimal215165176
Binary110101111010010110110000
Octal327245260

Shades and tints

Shades of #D7A5B0

#D7A5B0
(215,165,176)
#C496A0
(196,150,160)
#B18790
(177,135,144)
#9E7880
(158,120,128)
#8B6970
(139,105,112)
#785A60
(120,90,96)
#654B50
(101,75,80)
#523C40
(82,60,64)
#3F2D30
(63,45,48)
#2C1E20
(44,30,32)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #D7A5B0

#D7A5B0
(215,165,176)
#DAADB7
(218,173,183)
#DDB5BE
(221,181,190)
#E0BDC5
(224,189,197)
#E3C5CC
(227,197,204)
#E6CDD3
(230,205,211)
#E9D5DA
(233,213,218)
#ECDDE1
(236,221,225)
#EFE5E8
(239,229,232)
#F2EDEF
(242,237,239)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A5B0 color. Also use rgb(215,165,176) instead hex code.

Text Font Color

.myTextColor { color: #D7A5B0; }

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

This text font color is #D7A5B0.


Background Color

.myBgColor { background-color: #D7A5B0; }

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

This div background color is #D7A5B0.


Border color

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

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

This div border color is #D7A5B0.


Opacity

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

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

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

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

This text has shadow with #D7A5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A5B0 on black background.


Color preview on white background

This text has color #D7A5B0 on white background.



Black color preview on #D7A5B0 background

This text has black color on #D7A5B0 background.


White color preview on #D7A5B0 background

This text has white color on #D7A5B0 background.