COLOR #D4AEAB

HEX: #D4AEAB
RGB: (212,174,171)

Color info

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

RGB color model

#D4AEAB color RGB value is (212,174,171).

  • red value is 212;
  • green value is 174;
  • blue value is 171.
RGB:
(212,174,171)
(83%,68%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 174 of 255 = 68%
B 171 of 255 = 67%

212
174
171

R + G + B ~ 73%. #D4AEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 174 + 171 = 557 (100%)
R 212 of 557 ~ 38.06%
G 174 of 557 ~ 31.24%
B 171 of 557 ~ 30.7%

%38.06
%31.24
%30.7

CMYK color model

#D4AEAB color CMYK value is (0,18,19,17).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(0,18,19,17)
C0M18Y19K17 
(0%,18%,19%,17%)
(0.00/0.18/0.19/0.17)	

CMYK percentages

%0
%17.92
%19.34
%16.86

Codes

Color #D4AEAB in popluar color models

D4AEAB
RGB212174171
HSL32.28%75.10%
HSB/HSV19.34%83.14%
CMYK0.00%17.92%19.34%
16.86%

Color #D4AEAB in popluar number systems.

HEXD4AEAB
Decimal212174171
Binary110101001010111010101011
Octal324256253

Shades and tints

Shades of #D4AEAB

#D4AEAB
(212,174,171)
#C19F9C
(193,159,156)
#AE908D
(174,144,141)
#9B817E
(155,129,126)
#88726F
(136,114,111)
#756360
(117,99,96)
#625451
(98,84,81)
#4F4542
(79,69,66)
#3C3633
(60,54,51)
#292724
(41,39,36)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4AEAB

#D4AEAB
(212,174,171)
#D7B5B2
(215,181,178)
#DABCB9
(218,188,185)
#DDC3C0
(221,195,192)
#E0CAC7
(224,202,199)
#E3D1CE
(227,209,206)
#E6D8D5
(230,216,213)
#E9DFDC
(233,223,220)
#ECE6E3
(236,230,227)
#EFEDEA
(239,237,234)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AEAB; }

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

This text font color is #D4AEAB.


Background Color

.myBgColor { background-color: #D4AEAB; }

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

This div background color is #D4AEAB.


Border color

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

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

This div border color is #D4AEAB.


Opacity

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

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

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

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

This text has shadow with #D4AEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AEAB on black background.


Color preview on white background

This text has color #D4AEAB on white background.



Black color preview on #D4AEAB background

This text has black color on #D4AEAB background.


White color preview on #D4AEAB background

This text has white color on #D4AEAB background.