COLOR #D5ABB4

HEX: #D5ABB4
RGB: (213,171,180)

Color info

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

RGB color model

#D5ABB4 color RGB value is (213,171,180).

  • red value is 213;
  • green value is 171;
  • blue value is 180.
RGB:
(213,171,180)
(84%,67%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 171 of 255 = 67%
B 180 of 255 = 71%

213
171
180

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

Portions of RGB colors in percentages

R + G + B =
213 + 171 + 180 = 564 (100%)
R 213 of 564 ~ 37.77%
G 171 of 564 ~ 30.32%
B 180 of 564 ~ 31.91%

%37.77
%30.32
%31.91

CMYK color model

#D5ABB4 color CMYK value is (0,20,15,16).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 15.49%
  • key color value is 16.47%
CMYK:
(0,20,15,16)
C0M20Y15K16 
(0%,20%,15%,16%)
(0.00/0.20/0.15/0.16)	

CMYK percentages

%0
%19.72
%15.49
%16.47

Codes

Color #D5ABB4 in popluar color models

D5ABB4
RGB213171180
HSL347°33.33%75.29%
HSB/HSV347°19.72%83.53%
CMYK0.00%19.72%15.49%
16.47%

Color #D5ABB4 in popluar number systems.

HEXD5ABB4
Decimal213171180
Binary110101011010101110110100
Octal325253264

Shades and tints

Shades of #D5ABB4

#D5ABB4
(213,171,180)
#C29CA4
(194,156,164)
#AF8D94
(175,141,148)
#9C7E84
(156,126,132)
#896F74
(137,111,116)
#766064
(118,96,100)
#635154
(99,81,84)
#504244
(80,66,68)
#3D3334
(61,51,52)
#2A2424
(42,36,36)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5ABB4

#D5ABB4
(213,171,180)
#D8B2BA
(216,178,186)
#DBB9C0
(219,185,192)
#DEC0C6
(222,192,198)
#E1C7CC
(225,199,204)
#E4CED2
(228,206,210)
#E7D5D8
(231,213,216)
#EADCDE
(234,220,222)
#EDE3E4
(237,227,228)
#F0EAEA
(240,234,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ABB4 color. Also use rgb(213,171,180) instead hex code.

Text Font Color

.myTextColor { color: #D5ABB4; }

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

This text font color is #D5ABB4.


Background Color

.myBgColor { background-color: #D5ABB4; }

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

This div background color is #D5ABB4.


Border color

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

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

This div border color is #D5ABB4.


Opacity

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

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

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

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

This text has shadow with #D5ABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABB4 on black background.


Color preview on white background

This text has color #D5ABB4 on white background.



Black color preview on #D5ABB4 background

This text has black color on #D5ABB4 background.


White color preview on #D5ABB4 background

This text has white color on #D5ABB4 background.