COLOR #D5A0BD

HEX: #D5A0BD
RGB: (213,160,189)

Color info

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

RGB color model

#D5A0BD color RGB value is (213,160,189).

  • red value is 213;
  • green value is 160;
  • blue value is 189.
RGB:
(213,160,189)
(84%,63%,74%)

RGB channels and saturation

R 213 of 255 = 84%
G 160 of 255 = 63%
B 189 of 255 = 74%

213
160
189

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

Portions of RGB colors in percentages

R + G + B =
213 + 160 + 189 = 562 (100%)
R 213 of 562 ~ 37.9%
G 160 of 562 ~ 28.47%
B 189 of 562 ~ 33.63%

%37.9
%28.47
%33.63

CMYK color model

#D5A0BD color CMYK value is (0,25,11,16).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK:
(0,25,11,16)
C0M25Y11K16 
(0%,25%,11%,16%)
(0.00/0.25/0.11/0.16)	

CMYK percentages

%0
%24.88
%11.27
%16.47

Codes

Color #D5A0BD in popluar color models

D5A0BD
RGB213160189
HSL327°38.69%73.14%
HSB/HSV327°24.88%83.53%
CMYK0.00%24.88%11.27%
16.47%

Color #D5A0BD in popluar number systems.

HEXD5A0BD
Decimal213160189
Binary110101011010000010111101
Octal325240275

Shades and tints

Shades of #D5A0BD

#D5A0BD
(213,160,189)
#C292AC
(194,146,172)
#AF849B
(175,132,155)
#9C768A
(156,118,138)
#896879
(137,104,121)
#765A68
(118,90,104)
#634C57
(99,76,87)
#503E46
(80,62,70)
#3D3035
(61,48,53)
#2A2224
(42,34,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #D5A0BD

#D5A0BD
(213,160,189)
#D8A8C3
(216,168,195)
#DBB0C9
(219,176,201)
#DEB8CF
(222,184,207)
#E1C0D5
(225,192,213)
#E4C8DB
(228,200,219)
#E7D0E1
(231,208,225)
#EAD8E7
(234,216,231)
#EDE0ED
(237,224,237)
#F0E8F3
(240,232,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A0BD color. Also use rgb(213,160,189) instead hex code.

Text Font Color

.myTextColor { color: #D5A0BD; }

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

This text font color is #D5A0BD.


Background Color

.myBgColor { background-color: #D5A0BD; }

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

This div background color is #D5A0BD.


Border color

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

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

This div border color is #D5A0BD.


Opacity

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

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

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

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

This text has shadow with #D5A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A0BD on black background.


Color preview on white background

This text has color #D5A0BD on white background.



Black color preview on #D5A0BD background

This text has black color on #D5A0BD background.


White color preview on #D5A0BD background

This text has white color on #D5A0BD background.