COLOR #D5AEA5

HEX: #D5AEA5
RGB: (213,174,165)

Color info

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

RGB color model

#D5AEA5 color RGB value is (213,174,165).

  • red value is 213;
  • green value is 174;
  • blue value is 165.
RGB:
(213,174,165)
(84%,68%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 165 of 255 = 65%

213
174
165

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

Portions of RGB colors in percentages

R + G + B =
213 + 174 + 165 = 552 (100%)
R 213 of 552 ~ 38.59%
G 174 of 552 ~ 31.52%
B 165 of 552 ~ 29.89%

%38.59
%31.52
%29.89

CMYK color model

#D5AEA5 color CMYK value is (0,18,23,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 22.54%
  • key color value is 16.47%
CMYK:
(0,18,23,16)
C0M18Y23K16 
(0%,18%,23%,16%)
(0.00/0.18/0.23/0.16)	

CMYK percentages

%0
%18.31
%22.54
%16.47

Codes

Color #D5AEA5 in popluar color models

D5AEA5
RGB213174165
HSL11°36.36%74.12%
HSB/HSV11°22.54%83.53%
CMYK0.00%18.31%22.54%
16.47%

Color #D5AEA5 in popluar number systems.

HEXD5AEA5
Decimal213174165
Binary110101011010111010100101
Octal325256245

Shades and tints

Shades of #D5AEA5

#D5AEA5
(213,174,165)
#C29F96
(194,159,150)
#AF9087
(175,144,135)
#9C8178
(156,129,120)
#897269
(137,114,105)
#76635A
(118,99,90)
#63544B
(99,84,75)
#50453C
(80,69,60)
#3D362D
(61,54,45)
#2A271E
(42,39,30)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #D5AEA5

#D5AEA5
(213,174,165)
#D8B5AD
(216,181,173)
#DBBCB5
(219,188,181)
#DEC3BD
(222,195,189)
#E1CAC5
(225,202,197)
#E4D1CD
(228,209,205)
#E7D8D5
(231,216,213)
#EADFDD
(234,223,221)
#EDE6E5
(237,230,229)
#F0EDED
(240,237,237)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AEA5 color. Also use rgb(213,174,165) instead hex code.

Text Font Color

.myTextColor { color: #D5AEA5; }

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

This text font color is #D5AEA5.


Background Color

.myBgColor { background-color: #D5AEA5; }

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

This div background color is #D5AEA5.


Border color

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

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

This div border color is #D5AEA5.


Opacity

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

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

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

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

This text has shadow with #D5AEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AEA5 on black background.


Color preview on white background

This text has color #D5AEA5 on white background.



Black color preview on #D5AEA5 background

This text has black color on #D5AEA5 background.


White color preview on #D5AEA5 background

This text has white color on #D5AEA5 background.