COLOR #D5AE9A

HEX: #D5AE9A RGB: (213,174,154)

Color info

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

RGB color model

#D5AE9A color RGB value is (213,174,154).

RGB: (213,174,154) (84%, 68%, 60%)

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 154 of 255 = 60%

213
174
154

R + G + B ~ 71%. #D5AE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 174 + 154 = 541 (100%)
R 213 of 541 ~ 39.37%
G 174 of 541 ~ 32.16%
B 154 of 541 ~ 28.47'%

%39.37
%32.16
%28.47

CMYK color model

#D5AE9A color CMYK value is (0,18,28,16).

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

CMYK: (0,18,28,16)
C0M18Y28K16 (0%, 18%, 28%, 16%)
(0.00 / 0.18 / 0.28 / 0.16)

CMYK percentages

%0
%18.31
%27.7
%16.47

Codes

Color #D5AE9A in popluar color models

D5 AE 9A
RGB 213 174 154
HSL 20° 41.26% 71.96%
HSB/HSV 20° 27.70% 83.53%
CMYK 0.00% 18.31% 27.70%
16.47%

Color #D5AE9A in popluar number systems.

HEX D5 AE 9A
Decimal 213 174 154
Binary 11010101 10101110 10011010
Octal 325 256 232

Shades and tints

Shades of #D5AE9A

#D5AE9A
(213,174,154)
#C29F8C
(194,159,140)
#AF907E
(175,144,126)
#9C8170
(156,129,112)
#897262
(137,114,98)
#766354
(118,99,84)
#635446
(99,84,70)
#504538
(80,69,56)
#3D362A
(61,54,42)
#2A271C
(42,39,28)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #D5AE9A

#D5AE9A
(213,174,154)
#D8B5A3
(216,181,163)
#DBBCAC
(219,188,172)
#DEC3B5
(222,195,181)
#E1CABE
(225,202,190)
#E4D1C7
(228,209,199)
#E7D8D0
(231,216,208)
#EADFD9
(234,223,217)
#EDE6E2
(237,230,226)
#F0EDEB
(240,237,235)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AE9A; }

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

This text font color is #D5AE9A.

Background Color

.myBgColor { background-color: #D5AE9A; }

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

This div background color is #D5AE9A.

Border color

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

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

This div border color is #D5AE9A.

Opacity

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

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

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

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

This text has shadow with #D5AE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AE9A.

Preview

Color preview on black background

This text has color #D5AE9A on black background.


Color preview on white background

This text has color #D5AE9A on white background.


Black color preview on #D5AE9A background

This text has black color on #D5AE9A background.


White color preview on #D5AE9A background

This text has white color on #D5AE9A background.


Related colors

Complementary color

Complementary color for #hex is #2A5165.


I love getcolorcode.com

Triadic colors

1 #9AD5AE and #AE9AD5 with #D5AE9A are triadic colors.

2 #9AAED5 and #AED59A with #D5AE9A are triadic colors.