COLOR #D5AEA1

HEX: #D5AEA1 RGB: (213,174,161)

Color info

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

RGB color model

#D5AEA1 color RGB value is (213,174,161).

RGB: (213,174,161) (84%, 68%, 63%)

RGB channels and saturation

R 213 of 255 = 84%
G 174 of 255 = 68%
B 161 of 255 = 63%

213
174
161

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

Portions of RGB colors in percentages

R + G + B = 213 + 174 + 161 = 548 (100%)
R 213 of 548 ~ 38.87%
G 174 of 548 ~ 31.75%
B 161 of 548 ~ 29.38'%

%38.87
%31.75
%29.38

CMYK color model

#D5AEA1 color CMYK value is (0,18,24,16).

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

CMYK: (0,18,24,16)
C0M18Y24K16 (0%, 18%, 24%, 16%)
(0.00 / 0.18 / 0.24 / 0.16)

CMYK percentages

%0
%18.31
%24.41
%16.47

Codes

Color #D5AEA1 in popluar color models

D5 AE A1
RGB 213 174 161
HSL 15° 38.24% 73.33%
HSB/HSV 15° 24.41% 83.53%
CMYK 0.00% 18.31% 24.41%
16.47%

Color #D5AEA1 in popluar number systems.

HEX D5 AE A1
Decimal 213 174 161
Binary 11010101 10101110 10100001
Octal 325 256 241

Shades and tints

Shades of #D5AEA1

#D5AEA1
(213,174,161)
#C29F93
(194,159,147)
#AF9085
(175,144,133)
#9C8177
(156,129,119)
#897269
(137,114,105)
#76635B
(118,99,91)
#63544D
(99,84,77)
#50453F
(80,69,63)
#3D3631
(61,54,49)
#2A2723
(42,39,35)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5AEA1

#D5AEA1
(213,174,161)
#D8B5A9
(216,181,169)
#DBBCB1
(219,188,177)
#DEC3B9
(222,195,185)
#E1CAC1
(225,202,193)
#E4D1C9
(228,209,201)
#E7D8D1
(231,216,209)
#EADFD9
(234,223,217)
#EDE6E1
(237,230,225)
#F0EDE9
(240,237,233)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AEA1; }

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

This text font color is #D5AEA1.

Background Color

.myBgColor { background-color: #D5AEA1; }

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

This div background color is #D5AEA1.

Border color

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

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

This div border color is #D5AEA1.

Opacity

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

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

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

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

This text has shadow with #D5AEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AEA1.

Preview

Color preview on black background

This text has color #D5AEA1 on black background.


Color preview on white background

This text has color #D5AEA1 on white background.


Black color preview on #D5AEA1 background

This text has black color on #D5AEA1 background.


White color preview on #D5AEA1 background

This text has white color on #D5AEA1 background.


Related colors

Complementary color

Complementary color for #hex is #2A515E.


I love getcolorcode.com

Triadic colors

1 #A1D5AE and #AEA1D5 with #D5AEA1 are triadic colors.

2 #A1AED5 and #AED5A1 with #D5AEA1 are triadic colors.