COLOR #D7A892

HEX: #D7A892
RGB: (215,168,146)

Color info

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

RGB color model

#D7A892 color RGB value is (215,168,146).

  • red value is 215;
  • green value is 168;
  • blue value is 146.
RGB:
(215,168,146)
(84%,66%,57%)

RGB channels and saturation

R 215 of 255 = 84%
G 168 of 255 = 66%
B 146 of 255 = 57%

215
168
146

R + G + B ~ 69%. #D7A892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 168 + 146 = 529 (100%)
R 215 of 529 ~ 40.64%
G 168 of 529 ~ 31.76%
B 146 of 529 ~ 27.6%

%40.64
%31.76
%27.6

CMYK color model

#D7A892 color CMYK value is (0,22,32,16).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 32.09%
  • key color value is 15.69%
CMYK:
(0,22,32,16)
C0M22Y32K16 
(0%,22%,32%,16%)
(0.00/0.22/0.32/0.16)	

CMYK percentages

%0
%21.86
%32.09
%15.69

Codes

Color #D7A892 in popluar color models

D7A892
RGB215168146
HSL19°46.31%70.78%
HSB/HSV19°32.09%84.31%
CMYK0.00%21.86%32.09%
15.69%

Color #D7A892 in popluar number systems.

HEXD7A892
Decimal215168146
Binary110101111010100010010010
Octal327250222

Shades and tints

Shades of #D7A892

#D7A892
(215,168,146)
#C49985
(196,153,133)
#B18A78
(177,138,120)
#9E7B6B
(158,123,107)
#8B6C5E
(139,108,94)
#785D51
(120,93,81)
#654E44
(101,78,68)
#523F37
(82,63,55)
#3F302A
(63,48,42)
#2C211D
(44,33,29)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #D7A892

#D7A892
(215,168,146)
#DAAF9B
(218,175,155)
#DDB6A4
(221,182,164)
#E0BDAD
(224,189,173)
#E3C4B6
(227,196,182)
#E6CBBF
(230,203,191)
#E9D2C8
(233,210,200)
#ECD9D1
(236,217,209)
#EFE0DA
(239,224,218)
#F2E7E3
(242,231,227)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A892 color. Also use rgb(215,168,146) instead hex code.

Text Font Color

.myTextColor { color: #D7A892; }

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

This text font color is #D7A892.


Background Color

.myBgColor { background-color: #D7A892; }

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

This div background color is #D7A892.


Border color

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

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

This div border color is #D7A892.


Opacity

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

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

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

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

This text has shadow with #D7A892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A892 on black background.


Color preview on white background

This text has color #D7A892 on white background.



Black color preview on #D7A892 background

This text has black color on #D7A892 background.


White color preview on #D7A892 background

This text has white color on #D7A892 background.