COLOR #D4AEA1

HEX: #D4AEA1 RGB: (212,174,161)

Color info

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

RGB color model

#D4AEA1 color RGB value is (212,174,161).

RGB: (212,174,161) (83%, 68%, 63%)

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 161 of 255 = 63%

212
174
161

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

Portions of RGB colors in percentages

R + G + B = 212 + 174 + 161 = 547 (100%)
R 212 of 547 ~ 38.76%
G 174 of 547 ~ 31.81%
B 161 of 547 ~ 29.43'%

%38.76
%31.81
%29.43

CMYK color model

#D4AEA1 color CMYK value is (0,18,24,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 24.06%
  • key color value is 16.86%
CMYK: (0,18,24,17) C0M18Y24K17 (0%,18%,24%,17%) (0.00/0.18/0.24/0.17) 

CMYK percentages

%0
%17.92
%24.06
%16.86

Codes

Color #D4AEA1 in popluar color models

D4 AE A1
RGB 212 174 161
HSL 15° 37.23% 73.14%
HSB/HSV 15° 24.06% 83.14%
CMYK 0.00% 17.92% 24.06%
16.86%

Color #D4AEA1 in popluar number systems.

HEX D4 AE A1
Decimal 212 174 161
Binary 11010100 10101110 10100001
Octal 324 256 241

Shades and tints

Shades of #D4AEA1

#D4AEA1
(212,174,161)
#C19F93
(193,159,147)
#AE9085
(174,144,133)
#9B8177
(155,129,119)
#887269
(136,114,105)
#75635B
(117,99,91)
#62544D
(98,84,77)
#4F453F
(79,69,63)
#3C3631
(60,54,49)
#292723
(41,39,35)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4AEA1

#D4AEA1
(212,174,161)
#D7B5A9
(215,181,169)
#DABCB1
(218,188,177)
#DDC3B9
(221,195,185)
#E0CAC1
(224,202,193)
#E3D1C9
(227,209,201)
#E6D8D1
(230,216,209)
#E9DFD9
(233,223,217)
#ECE6E1
(236,230,225)
#EFEDE9
(239,237,233)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AEA1; }

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

This text font color is #D4AEA1.

Background Color

.myBgColor { background-color: #D4AEA1; }

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

This div background color is #D4AEA1.

Border color

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

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

This div border color is #D4AEA1.

Opacity

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

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

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

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

This text has shadow with #D4AEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AEA1.

Preview

Color preview on black background

This text has color #D4AEA1 on black background.


Color preview on white background

This text has color #D4AEA1 on white background.


Black color preview on #D4AEA1 background

This text has black color on #D4AEA1 background.


White color preview on #D4AEA1 background

This text has white color on #D4AEA1 background.


Related colors

Complementary color

Complementary color for #hex is #2B515E.


I love getcolorcode.com

Triadic colors

1 #A1D4AE and #AEA1D4 with #D4AEA1 are triadic colors.

2 #A1AED4 and #AED4A1 with #D4AEA1 are triadic colors.