COLOR #D7AEAB

HEX: #D7AEAB
RGB: (215,174,171)

Color info

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

RGB color model

#D7AEAB color RGB value is (215,174,171).

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

RGB channels and saturation

R 215 of 255 = 84%
G 174 of 255 = 68%
B 171 of 255 = 67%

215
174
171

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

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 171 = 560 (100%)
R 215 of 560 ~ 38.39%
G 174 of 560 ~ 31.07%
B 171 of 560 ~ 30.54%

%38.39
%31.07
%30.54

CMYK color model

#D7AEAB color CMYK value is (0,19,20,16).

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,19,20,16)
C0M19Y20K16 
(0%,19%,20%,16%)
(0.00/0.19/0.20/0.16)	

CMYK percentages

%0
%19.07
%20.47
%15.69

Codes

Color #D7AEAB in popluar color models

D7AEAB
RGB215174171
HSL35.48%75.69%
HSB/HSV20.47%84.31%
CMYK0.00%19.07%20.47%
15.69%

Color #D7AEAB in popluar number systems.

HEXD7AEAB
Decimal215174171
Binary110101111010111010101011
Octal327256253

Shades and tints

Shades of #D7AEAB

#D7AEAB
(215,174,171)
#C49F9C
(196,159,156)
#B1908D
(177,144,141)
#9E817E
(158,129,126)
#8B726F
(139,114,111)
#786360
(120,99,96)
#655451
(101,84,81)
#524542
(82,69,66)
#3F3633
(63,54,51)
#2C2724
(44,39,36)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #D7AEAB

#D7AEAB
(215,174,171)
#DAB5B2
(218,181,178)
#DDBCB9
(221,188,185)
#E0C3C0
(224,195,192)
#E3CAC7
(227,202,199)
#E6D1CE
(230,209,206)
#E9D8D5
(233,216,213)
#ECDFDC
(236,223,220)
#EFE6E3
(239,230,227)
#F2EDEA
(242,237,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AEAB; }

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

This text font color is #D7AEAB.


Background Color

.myBgColor { background-color: #D7AEAB; }

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

This div background color is #D7AEAB.


Border color

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

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

This div border color is #D7AEAB.


Opacity

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

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

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

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

This text has shadow with #D7AEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AEAB on black background.


Color preview on white background

This text has color #D7AEAB on white background.



Black color preview on #D7AEAB background

This text has black color on #D7AEAB background.


White color preview on #D7AEAB background

This text has white color on #D7AEAB background.