COLOR #D5ABA7

HEX: #D5ABA7
RGB: (213,171,167)

Color info

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

RGB color model

#D5ABA7 color RGB value is (213,171,167).

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

RGB channels and saturation

R 213 of 255 = 84%
G 171 of 255 = 67%
B 167 of 255 = 65%

213
171
167

R + G + B ~ 72%. #D5ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 171 + 167 = 551 (100%)
R 213 of 551 ~ 38.66%
G 171 of 551 ~ 31.03%
B 167 of 551 ~ 30.31%

%38.66
%31.03
%30.31

CMYK color model

#D5ABA7 color CMYK value is (0,20,22,16).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 21.60%
  • key color value is 16.47%
CMYK:
(0,20,22,16)
C0M20Y22K16 
(0%,20%,22%,16%)
(0.00/0.20/0.22/0.16)	

CMYK percentages

%0
%19.72
%21.6
%16.47

Codes

Color #D5ABA7 in popluar color models

D5ABA7
RGB213171167
HSL35.38%74.51%
HSB/HSV21.60%83.53%
CMYK0.00%19.72%21.60%
16.47%

Color #D5ABA7 in popluar number systems.

HEXD5ABA7
Decimal213171167
Binary110101011010101110100111
Octal325253247

Shades and tints

Shades of #D5ABA7

#D5ABA7
(213,171,167)
#C29C98
(194,156,152)
#AF8D89
(175,141,137)
#9C7E7A
(156,126,122)
#896F6B
(137,111,107)
#76605C
(118,96,92)
#63514D
(99,81,77)
#50423E
(80,66,62)
#3D332F
(61,51,47)
#2A2420
(42,36,32)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #D5ABA7

#D5ABA7
(213,171,167)
#D8B2AF
(216,178,175)
#DBB9B7
(219,185,183)
#DEC0BF
(222,192,191)
#E1C7C7
(225,199,199)
#E4CECF
(228,206,207)
#E7D5D7
(231,213,215)
#EADCDF
(234,220,223)
#EDE3E7
(237,227,231)
#F0EAEF
(240,234,239)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ABA7; }

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

This text font color is #D5ABA7.


Background Color

.myBgColor { background-color: #D5ABA7; }

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

This div background color is #D5ABA7.


Border color

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

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

This div border color is #D5ABA7.


Opacity

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

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

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

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

This text has shadow with #D5ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABA7 on black background.


Color preview on white background

This text has color #D5ABA7 on white background.



Black color preview on #D5ABA7 background

This text has black color on #D5ABA7 background.


White color preview on #D5ABA7 background

This text has white color on #D5ABA7 background.