COLOR #D7A89B

HEX: #D7A89B RGB: (215,168,155)

Color info

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

RGB color model

#D7A89B color RGB value is (215,168,155).

RGB: (215,168,155) (84%, 66%, 61%)

RGB channels and saturation

R 215 of 255 = 84%
G 168 of 255 = 66%
B 155 of 255 = 61%

215
168
155

R + G + B ~ 70%. #D7A89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 168 + 155 = 538 (100%)
R 215 of 538 ~ 39.96%
G 168 of 538 ~ 31.23%
B 155 of 538 ~ 28.81'%

%39.96
%31.23
%28.81

CMYK color model

#D7A89B color CMYK value is (0,22,28,16).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 27.91%
  • key color value is 15.69%

CMYK: (0,22,28,16)
C0M22Y28K16 (0%, 22%, 28%, 16%)
(0.00 / 0.22 / 0.28 / 0.16)

CMYK percentages

%0
%21.86
%27.91
%15.69

Codes

Color #D7A89B in popluar color models

D7 A8 9B
RGB 215 168 155
HSL 13° 42.86% 72.55%
HSB/HSV 13° 27.91% 84.31%
CMYK 0.00% 21.86% 27.91%
15.69%

Color #D7A89B in popluar number systems.

HEX D7 A8 9B
Decimal 215 168 155
Binary 11010111 10101000 10011011
Octal 327 250 233

Shades and tints

Shades of #D7A89B

#D7A89B
(215,168,155)
#C4998D
(196,153,141)
#B18A7F
(177,138,127)
#9E7B71
(158,123,113)
#8B6C63
(139,108,99)
#785D55
(120,93,85)
#654E47
(101,78,71)
#523F39
(82,63,57)
#3F302B
(63,48,43)
#2C211D
(44,33,29)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #D7A89B

#D7A89B
(215,168,155)
#DAAFA4
(218,175,164)
#DDB6AD
(221,182,173)
#E0BDB6
(224,189,182)
#E3C4BF
(227,196,191)
#E6CBC8
(230,203,200)
#E9D2D1
(233,210,209)
#ECD9DA
(236,217,218)
#EFE0E3
(239,224,227)
#F2E7EC
(242,231,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A89B; }

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

This text font color is #D7A89B.

Background Color

.myBgColor { background-color: #D7A89B; }

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

This div background color is #D7A89B.

Border color

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

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

This div border color is #D7A89B.

Opacity

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

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

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

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

This text has shadow with #D7A89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A89B.

Preview

Color preview on black background

This text has color #D7A89B on black background.


Color preview on white background

This text has color #D7A89B on white background.


Black color preview on #D7A89B background

This text has black color on #D7A89B background.


White color preview on #D7A89B background

This text has white color on #D7A89B background.


Related colors

Complementary color

Complementary color for #hex is #285764.


I love getcolorcode.com

Triadic colors

1 #9BD7A8 and #A89BD7 with #D7A89B are triadic colors.

2 #9BA8D7 and #A8D79B with #D7A89B are triadic colors.