COLOR #D5ABAD

HEX: #D5ABAD
RGB: (213,171,173)

Color info

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

RGB color model

#D5ABAD color RGB value is (213,171,173).

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

RGB channels and saturation

R 213 of 255 = 84%
G 171 of 255 = 67%
B 173 of 255 = 68%

213
171
173

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

Portions of RGB colors in percentages

R + G + B =
213 + 171 + 173 = 557 (100%)
R 213 of 557 ~ 38.24%
G 171 of 557 ~ 30.7%
B 173 of 557 ~ 31.06%

%38.24
%30.7
%31.06

CMYK color model

#D5ABAD color CMYK value is (0,20,19,16).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(0,20,19,16)
C0M20Y19K16 
(0%,20%,19%,16%)
(0.00/0.20/0.19/0.16)	

CMYK percentages

%0
%19.72
%18.78
%16.47

Codes

Color #D5ABAD in popluar color models

D5ABAD
RGB213171173
HSL357°33.33%75.29%
HSB/HSV357°19.72%83.53%
CMYK0.00%19.72%18.78%
16.47%

Color #D5ABAD in popluar number systems.

HEXD5ABAD
Decimal213171173
Binary110101011010101110101101
Octal325253255

Shades and tints

Shades of #D5ABAD

#D5ABAD
(213,171,173)
#C29C9E
(194,156,158)
#AF8D8F
(175,141,143)
#9C7E80
(156,126,128)
#896F71
(137,111,113)
#766062
(118,96,98)
#635153
(99,81,83)
#504244
(80,66,68)
#3D3335
(61,51,53)
#2A2426
(42,36,38)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5ABAD

#D5ABAD
(213,171,173)
#D8B2B4
(216,178,180)
#DBB9BB
(219,185,187)
#DEC0C2
(222,192,194)
#E1C7C9
(225,199,201)
#E4CED0
(228,206,208)
#E7D5D7
(231,213,215)
#EADCDE
(234,220,222)
#EDE3E5
(237,227,229)
#F0EAEC
(240,234,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ABAD; }

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

This text font color is #D5ABAD.


Background Color

.myBgColor { background-color: #D5ABAD; }

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

This div background color is #D5ABAD.


Border color

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

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

This div border color is #D5ABAD.


Opacity

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

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

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

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

This text has shadow with #D5ABAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABAD on black background.


Color preview on white background

This text has color #D5ABAD on white background.



Black color preview on #D5ABAD background

This text has black color on #D5ABAD background.


White color preview on #D5ABAD background

This text has white color on #D5ABAD background.