COLOR #D8AEAB

HEX: #D8AEAB
RGB: (216,174,171)

Color info

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

RGB color model

#D8AEAB color RGB value is (216,174,171).

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

RGB channels and saturation

R 216 of 255 = 85%
G 174 of 255 = 68%
B 171 of 255 = 67%

216
174
171

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

Portions of RGB colors in percentages

R + G + B =
216 + 174 + 171 = 561 (100%)
R 216 of 561 ~ 38.5%
G 174 of 561 ~ 31.02%
B 171 of 561 ~ 30.48%

%38.5
%31.02
%30.48

CMYK color model

#D8AEAB color CMYK value is (0,19,21,15).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(0,19,21,15)
C0M19Y21K15 
(0%,19%,21%,15%)
(0.00/0.19/0.21/0.15)	

CMYK percentages

%0
%19.44
%20.83
%15.29

Codes

Color #D8AEAB in popluar color models

D8AEAB
RGB216174171
HSL36.59%75.88%
HSB/HSV20.83%84.71%
CMYK0.00%19.44%20.83%
15.29%

Color #D8AEAB in popluar number systems.

HEXD8AEAB
Decimal216174171
Binary110110001010111010101011
Octal330256253

Shades and tints

Shades of #D8AEAB

#D8AEAB
(216,174,171)
#C59F9C
(197,159,156)
#B2908D
(178,144,141)
#9F817E
(159,129,126)
#8C726F
(140,114,111)
#796360
(121,99,96)
#665451
(102,84,81)
#534542
(83,69,66)
#403633
(64,54,51)
#2D2724
(45,39,36)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #D8AEAB

#D8AEAB
(216,174,171)
#DBB5B2
(219,181,178)
#DEBCB9
(222,188,185)
#E1C3C0
(225,195,192)
#E4CAC7
(228,202,199)
#E7D1CE
(231,209,206)
#EAD8D5
(234,216,213)
#EDDFDC
(237,223,220)
#F0E6E3
(240,230,227)
#F3EDEA
(243,237,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AEAB; }

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

This text font color is #D8AEAB.


Background Color

.myBgColor { background-color: #D8AEAB; }

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

This div background color is #D8AEAB.


Border color

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

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

This div border color is #D8AEAB.


Opacity

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

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

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

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

This text has shadow with #D8AEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AEAB on black background.


Color preview on white background

This text has color #D8AEAB on white background.



Black color preview on #D8AEAB background

This text has black color on #D8AEAB background.


White color preview on #D8AEAB background

This text has white color on #D8AEAB background.