COLOR #D7AB9B

HEX: #D7AB9B RGB: (215,171,155)

Color info

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

RGB color model

#D7AB9B color RGB value is (215,171,155).

RGB: (215,171,155) (84%, 67%, 61%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 155 of 255 = 61%

215
171
155

R + G + B ~ 71%. #D7AB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 171 + 155 = 541 (100%)
R 215 of 541 ~ 39.74%
G 171 of 541 ~ 31.61%
B 155 of 541 ~ 28.65'%

%39.74
%31.61
%28.65

CMYK color model

#D7AB9B color CMYK value is (0,20,28,16).

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

CMYK: (0,20,28,16)
C0M20Y28K16 (0%, 20%, 28%, 16%)
(0.00 / 0.20 / 0.28 / 0.16)

CMYK percentages

%0
%20.47
%27.91
%15.69

Codes

Color #D7AB9B in popluar color models

D7 AB 9B
RGB 215 171 155
HSL 16° 42.86% 72.55%
HSB/HSV 16° 27.91% 84.31%
CMYK 0.00% 20.47% 27.91%
15.69%

Color #D7AB9B in popluar number systems.

HEX D7 AB 9B
Decimal 215 171 155
Binary 11010111 10101011 10011011
Octal 327 253 233

Shades and tints

Shades of #D7AB9B

#D7AB9B
(215,171,155)
#C49C8D
(196,156,141)
#B18D7F
(177,141,127)
#9E7E71
(158,126,113)
#8B6F63
(139,111,99)
#786055
(120,96,85)
#655147
(101,81,71)
#524239
(82,66,57)
#3F332B
(63,51,43)
#2C241D
(44,36,29)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #D7AB9B

#D7AB9B
(215,171,155)
#DAB2A4
(218,178,164)
#DDB9AD
(221,185,173)
#E0C0B6
(224,192,182)
#E3C7BF
(227,199,191)
#E6CEC8
(230,206,200)
#E9D5D1
(233,213,209)
#ECDCDA
(236,220,218)
#EFE3E3
(239,227,227)
#F2EAEC
(242,234,236)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AB9B; }

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

This text font color is #D7AB9B.

Background Color

.myBgColor { background-color: #D7AB9B; }

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

This div background color is #D7AB9B.

Border color

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

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

This div border color is #D7AB9B.

Opacity

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

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

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

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

This text has shadow with #D7AB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AB9B.

Preview

Color preview on black background

This text has color #D7AB9B on black background.


Color preview on white background

This text has color #D7AB9B on white background.


Black color preview on #D7AB9B background

This text has black color on #D7AB9B background.


White color preview on #D7AB9B background

This text has white color on #D7AB9B background.


Related colors

Complementary color

Complementary color for #hex is #285464.


I love getcolorcode.com

Triadic colors

1 #9BD7AB and #AB9BD7 with #D7AB9B are triadic colors.

2 #9BABD7 and #ABD79B with #D7AB9B are triadic colors.