COLOR #D7AA88

HEX: #D7AA88
RGB: (215,170,136)

Color info

#D7AA88 contains mainly red and green colors. Web safe color of #D7AA88 is #CC9999 (or #C99).

RGB color model

#D7AA88 color RGB value is (215,170,136).

  • red value is 215;
  • green value is 170;
  • blue value is 136.
RGB:
(215,170,136)
(84%,67%,53%)

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 136 of 255 = 53%

215
170
136

R + G + B ~ 68%. #D7AA88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 170 + 136 = 521 (100%)
R 215 of 521 ~ 41.27%
G 170 of 521 ~ 32.63%
B 136 of 521 ~ 26.1%

%41.27
%32.63
%26.1

CMYK color model

#D7AA88 color CMYK value is (0,21,37,16).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 36.74%
  • key color value is 15.69%
CMYK:
(0,21,37,16)
C0M21Y37K16 
(0%,21%,37%,16%)
(0.00/0.21/0.37/0.16)	

CMYK percentages

%0
%20.93
%36.74
%15.69

Codes

Color #D7AA88 in popluar color models

D7AA88
RGB215170136
HSL26°49.69%68.82%
HSB/HSV26°36.74%84.31%
CMYK0.00%20.93%36.74%
15.69%

Color #D7AA88 in popluar number systems.

HEXD7AA88
Decimal215170136
Binary110101111010101010001000
Octal327252210

Shades and tints

Shades of #D7AA88

#D7AA88
(215,170,136)
#C49B7C
(196,155,124)
#B18C70
(177,140,112)
#9E7D64
(158,125,100)
#8B6E58
(139,110,88)
#785F4C
(120,95,76)
#655040
(101,80,64)
#524134
(82,65,52)
#3F3228
(63,50,40)
#2C231C
(44,35,28)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #D7AA88

#D7AA88
(215,170,136)
#DAB192
(218,177,146)
#DDB89C
(221,184,156)
#E0BFA6
(224,191,166)
#E3C6B0
(227,198,176)
#E6CDBA
(230,205,186)
#E9D4C4
(233,212,196)
#ECDBCE
(236,219,206)
#EFE2D8
(239,226,216)
#F2E9E2
(242,233,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7AA88 color. Also use rgb(215,170,136) instead hex code.

Text Font Color

.myTextColor { color: #D7AA88; }

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

This text font color is #D7AA88.


Background Color

.myBgColor { background-color: #D7AA88; }

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

This div background color is #D7AA88.


Border color

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

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

This div border color is #D7AA88.


Opacity

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

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

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

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

This text has shadow with #D7AA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AA88 on black background.


Color preview on white background

This text has color #D7AA88 on white background.



Black color preview on #D7AA88 background

This text has black color on #D7AA88 background.


White color preview on #D7AA88 background

This text has white color on #D7AA88 background.