COLOR #D5AEA7

HEX: #D5AEA7 RGB: (213,174,167)

Color info

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

RGB color model

#D5AEA7 color RGB value is (213,174,167).

RGB: (213,174,167) (84%, 68%, 65%)

RGB channels and saturation

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

213
174
167

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

Portions of RGB colors in percentages

R + G + B = 213 + 174 + 167 = 554 (100%)
R 213 of 554 ~ 38.45%
G 174 of 554 ~ 31.41%
B 167 of 554 ~ 30.14'%

%38.45
%31.41
%30.14

CMYK color model

#D5AEA7 color CMYK value is (0,18,22,16).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 21.60%
  • key color value is 16.47%

CMYK: (0,18,22,16)
C0M18Y22K16 (0%, 18%, 22%, 16%)
(0.00 / 0.18 / 0.22 / 0.16)

CMYK percentages

%0
%18.31
%21.6
%16.47

Codes

Color #D5AEA7 in popluar color models

D5 AE A7
RGB 213 174 167
HSL 35.38% 74.51%
HSB/HSV 21.60% 83.53%
CMYK 0.00% 18.31% 21.60%
16.47%

Color #D5AEA7 in popluar number systems.

HEX D5 AE A7
Decimal 213 174 167
Binary 11010101 10101110 10100111
Octal 325 256 247

Shades and tints

Shades of #D5AEA7

#D5AEA7
(213,174,167)
#C29F98
(194,159,152)
#AF9089
(175,144,137)
#9C817A
(156,129,122)
#89726B
(137,114,107)
#76635C
(118,99,92)
#63544D
(99,84,77)
#50453E
(80,69,62)
#3D362F
(61,54,47)
#2A2720
(42,39,32)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #D5AEA7

#D5AEA7
(213,174,167)
#D8B5AF
(216,181,175)
#DBBCB7
(219,188,183)
#DEC3BF
(222,195,191)
#E1CAC7
(225,202,199)
#E4D1CF
(228,209,207)
#E7D8D7
(231,216,215)
#EADFDF
(234,223,223)
#EDE6E7
(237,230,231)
#F0EDEF
(240,237,239)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AEA7; }

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

This text font color is #D5AEA7.

Background Color

.myBgColor { background-color: #D5AEA7; }

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

This div background color is #D5AEA7.

Border color

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

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

This div border color is #D5AEA7.

Opacity

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

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

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

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

This text has shadow with #D5AEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AEA7.

Preview

Color preview on black background

This text has color #D5AEA7 on black background.


Color preview on white background

This text has color #D5AEA7 on white background.


Black color preview on #D5AEA7 background

This text has black color on #D5AEA7 background.


White color preview on #D5AEA7 background

This text has white color on #D5AEA7 background.


Related colors

Complementary color

Complementary color for #hex is #2A5158.


I love getcolorcode.com

Triadic colors

1 #A7D5AE and #AEA7D5 with #D5AEA7 are triadic colors.

2 #A7AED5 and #AED5A7 with #D5AEA7 are triadic colors.