COLOR #D5A5B8

HEX: #D5A5B8
RGB: (213,165,184)

Color info

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

RGB color model

#D5A5B8 color RGB value is (213,165,184).

  • red value is 213;
  • green value is 165;
  • blue value is 184.
RGB:
(213,165,184)
(84%,65%,72%)

RGB channels and saturation

R 213 of 255 = 84%
G 165 of 255 = 65%
B 184 of 255 = 72%

213
165
184

R + G + B ~ 74%. #D5A5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 165 + 184 = 562 (100%)
R 213 of 562 ~ 37.9%
G 165 of 562 ~ 29.36%
B 184 of 562 ~ 32.74%

%37.9
%29.36
%32.74

CMYK color model

#D5A5B8 color CMYK value is (0,23,14,16).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 13.62%
  • key color value is 16.47%
CMYK:
(0,23,14,16)
C0M23Y14K16 
(0%,23%,14%,16%)
(0.00/0.23/0.14/0.16)	

CMYK percentages

%0
%22.54
%13.62
%16.47

Codes

Color #D5A5B8 in popluar color models

D5A5B8
RGB213165184
HSL336°36.36%74.12%
HSB/HSV336°22.54%83.53%
CMYK0.00%22.54%13.62%
16.47%

Color #D5A5B8 in popluar number systems.

HEXD5A5B8
Decimal213165184
Binary110101011010010110111000
Octal325245270

Shades and tints

Shades of #D5A5B8

#D5A5B8
(213,165,184)
#C296A8
(194,150,168)
#AF8798
(175,135,152)
#9C7888
(156,120,136)
#896978
(137,105,120)
#765A68
(118,90,104)
#634B58
(99,75,88)
#503C48
(80,60,72)
#3D2D38
(61,45,56)
#2A1E28
(42,30,40)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #D5A5B8

#D5A5B8
(213,165,184)
#D8ADBE
(216,173,190)
#DBB5C4
(219,181,196)
#DEBDCA
(222,189,202)
#E1C5D0
(225,197,208)
#E4CDD6
(228,205,214)
#E7D5DC
(231,213,220)
#EADDE2
(234,221,226)
#EDE5E8
(237,229,232)
#F0EDEE
(240,237,238)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A5B8 color. Also use rgb(213,165,184) instead hex code.

Text Font Color

.myTextColor { color: #D5A5B8; }

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

This text font color is #D5A5B8.


Background Color

.myBgColor { background-color: #D5A5B8; }

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

This div background color is #D5A5B8.


Border color

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

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

This div border color is #D5A5B8.


Opacity

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

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

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

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

This text has shadow with #D5A5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A5B8 on black background.


Color preview on white background

This text has color #D5A5B8 on white background.



Black color preview on #D5A5B8 background

This text has black color on #D5A5B8 background.


White color preview on #D5A5B8 background

This text has white color on #D5A5B8 background.