COLOR #D5A3BA

HEX: #D5A3BA
RGB: (213,163,186)

Color info

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

RGB color model

#D5A3BA color RGB value is (213,163,186).

  • red value is 213;
  • green value is 163;
  • blue value is 186.
RGB:
(213,163,186)
(84%,64%,73%)

RGB channels and saturation

R 213 of 255 = 84%
G 163 of 255 = 64%
B 186 of 255 = 73%

213
163
186

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

Portions of RGB colors in percentages

R + G + B =
213 + 163 + 186 = 562 (100%)
R 213 of 562 ~ 37.9%
G 163 of 562 ~ 29%
B 186 of 562 ~ 33.1%

%37.9
%29
%33.1

CMYK color model

#D5A3BA color CMYK value is (0,23,13,16).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,23,13,16)
C0M23Y13K16 
(0%,23%,13%,16%)
(0.00/0.23/0.13/0.16)	

CMYK percentages

%0
%23.47
%12.68
%16.47

Codes

Color #D5A3BA in popluar color models

D5A3BA
RGB213163186
HSL332°37.31%73.73%
HSB/HSV332°23.47%83.53%
CMYK0.00%23.47%12.68%
16.47%

Color #D5A3BA in popluar number systems.

HEXD5A3BA
Decimal213163186
Binary110101011010001110111010
Octal325243272

Shades and tints

Shades of #D5A3BA

#D5A3BA
(213,163,186)
#C295AA
(194,149,170)
#AF879A
(175,135,154)
#9C798A
(156,121,138)
#896B7A
(137,107,122)
#765D6A
(118,93,106)
#634F5A
(99,79,90)
#50414A
(80,65,74)
#3D333A
(61,51,58)
#2A252A
(42,37,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #D5A3BA

#D5A3BA
(213,163,186)
#D8ABC0
(216,171,192)
#DBB3C6
(219,179,198)
#DEBBCC
(222,187,204)
#E1C3D2
(225,195,210)
#E4CBD8
(228,203,216)
#E7D3DE
(231,211,222)
#EADBE4
(234,219,228)
#EDE3EA
(237,227,234)
#F0EBF0
(240,235,240)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A3BA color. Also use rgb(213,163,186) instead hex code.

Text Font Color

.myTextColor { color: #D5A3BA; }

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

This text font color is #D5A3BA.


Background Color

.myBgColor { background-color: #D5A3BA; }

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

This div background color is #D5A3BA.


Border color

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

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

This div border color is #D5A3BA.


Opacity

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

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

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

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

This text has shadow with #D5A3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A3BA on black background.


Color preview on white background

This text has color #D5A3BA on white background.



Black color preview on #D5A3BA background

This text has black color on #D5A3BA background.


White color preview on #D5A3BA background

This text has white color on #D5A3BA background.