COLOR #D5ABA3

HEX: #D5ABA3
RGB: (213,171,163)

Color info

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

RGB color model

#D5ABA3 color RGB value is (213,171,163).

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

RGB channels and saturation

R 213 of 255 = 84%
G 171 of 255 = 67%
B 163 of 255 = 64%

213
171
163

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

Portions of RGB colors in percentages

R + G + B =
213 + 171 + 163 = 547 (100%)
R 213 of 547 ~ 38.94%
G 171 of 547 ~ 31.26%
B 163 of 547 ~ 29.8%

%38.94
%31.26
%29.8

CMYK color model

#D5ABA3 color CMYK value is (0,20,23,16).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 23.47%
  • key color value is 16.47%
CMYK:
(0,20,23,16)
C0M20Y23K16 
(0%,20%,23%,16%)
(0.00/0.20/0.23/0.16)	

CMYK percentages

%0
%19.72
%23.47
%16.47

Codes

Color #D5ABA3 in popluar color models

D5ABA3
RGB213171163
HSL10°37.31%73.73%
HSB/HSV10°23.47%83.53%
CMYK0.00%19.72%23.47%
16.47%

Color #D5ABA3 in popluar number systems.

HEXD5ABA3
Decimal213171163
Binary110101011010101110100011
Octal325253243

Shades and tints

Shades of #D5ABA3

#D5ABA3
(213,171,163)
#C29C95
(194,156,149)
#AF8D87
(175,141,135)
#9C7E79
(156,126,121)
#896F6B
(137,111,107)
#76605D
(118,96,93)
#63514F
(99,81,79)
#504241
(80,66,65)
#3D3333
(61,51,51)
#2A2425
(42,36,37)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5ABA3

#D5ABA3
(213,171,163)
#D8B2AB
(216,178,171)
#DBB9B3
(219,185,179)
#DEC0BB
(222,192,187)
#E1C7C3
(225,199,195)
#E4CECB
(228,206,203)
#E7D5D3
(231,213,211)
#EADCDB
(234,220,219)
#EDE3E3
(237,227,227)
#F0EAEB
(240,234,235)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ABA3; }

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

This text font color is #D5ABA3.


Background Color

.myBgColor { background-color: #D5ABA3; }

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

This div background color is #D5ABA3.


Border color

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

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

This div border color is #D5ABA3.


Opacity

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

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

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

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

This text has shadow with #D5ABA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABA3 on black background.


Color preview on white background

This text has color #D5ABA3 on white background.



Black color preview on #D5ABA3 background

This text has black color on #D5ABA3 background.


White color preview on #D5ABA3 background

This text has white color on #D5ABA3 background.