COLOR #D5A393

HEX: #D5A393
RGB: (213,163,147)

Color info

#D5A393 contains mainly red and green colors. Web safe color of #D5A393 is #CC9999 (or #C99).

RGB color model

#D5A393 color RGB value is (213,163,147).

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

RGB channels and saturation

R 213 of 255 = 84%
G 163 of 255 = 64%
B 147 of 255 = 58%

213
163
147

R + G + B ~ 69%. #D5A393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 163 + 147 = 523 (100%)
R 213 of 523 ~ 40.73%
G 163 of 523 ~ 31.17%
B 147 of 523 ~ 28.11%

%40.73
%31.17
%28.11

CMYK color model

#D5A393 color CMYK value is (0,23,31,16).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 30.99%
  • key color value is 16.47%
CMYK:
(0,23,31,16)
C0M23Y31K16 
(0%,23%,31%,16%)
(0.00/0.23/0.31/0.16)	

CMYK percentages

%0
%23.47
%30.99
%16.47

Codes

Color #D5A393 in popluar color models

D5A393
RGB213163147
HSL15°44.00%70.59%
HSB/HSV15°30.99%83.53%
CMYK0.00%23.47%30.99%
16.47%

Color #D5A393 in popluar number systems.

HEXD5A393
Decimal213163147
Binary110101011010001110010011
Octal325243223

Shades and tints

Shades of #D5A393

#D5A393
(213,163,147)
#C29586
(194,149,134)
#AF8779
(175,135,121)
#9C796C
(156,121,108)
#896B5F
(137,107,95)
#765D52
(118,93,82)
#634F45
(99,79,69)
#504138
(80,65,56)
#3D332B
(61,51,43)
#2A251E
(42,37,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D5A393

#D5A393
(213,163,147)
#D8AB9C
(216,171,156)
#DBB3A5
(219,179,165)
#DEBBAE
(222,187,174)
#E1C3B7
(225,195,183)
#E4CBC0
(228,203,192)
#E7D3C9
(231,211,201)
#EADBD2
(234,219,210)
#EDE3DB
(237,227,219)
#F0EBE4
(240,235,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A393; }

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

This text font color is #D5A393.


Background Color

.myBgColor { background-color: #D5A393; }

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

This div background color is #D5A393.


Border color

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

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

This div border color is #D5A393.


Opacity

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

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

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

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

This text has shadow with #D5A393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A393 on black background.


Color preview on white background

This text has color #D5A393 on white background.



Black color preview on #D5A393 background

This text has black color on #D5A393 background.


White color preview on #D5A393 background

This text has white color on #D5A393 background.