COLOR #D7AB91

HEX: #D7AB91
RGB: (215,171,145)

Color info

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

RGB color model

#D7AB91 color RGB value is (215,171,145).

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

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 145 of 255 = 57%

215
171
145

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

Portions of RGB colors in percentages

R + G + B =
215 + 171 + 145 = 531 (100%)
R 215 of 531 ~ 40.49%
G 171 of 531 ~ 32.2%
B 145 of 531 ~ 27.31%

%40.49
%32.2
%27.31

CMYK color model

#D7AB91 color CMYK value is (0,20,33,16).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 32.56%
  • key color value is 15.69%
CMYK:
(0,20,33,16)
C0M20Y33K16 
(0%,20%,33%,16%)
(0.00/0.20/0.33/0.16)	

CMYK percentages

%0
%20.47
%32.56
%15.69

Codes

Color #D7AB91 in popluar color models

D7AB91
RGB215171145
HSL22°46.67%70.59%
HSB/HSV22°32.56%84.31%
CMYK0.00%20.47%32.56%
15.69%

Color #D7AB91 in popluar number systems.

HEXD7AB91
Decimal215171145
Binary110101111010101110010001
Octal327253221

Shades and tints

Shades of #D7AB91

#D7AB91
(215,171,145)
#C49C84
(196,156,132)
#B18D77
(177,141,119)
#9E7E6A
(158,126,106)
#8B6F5D
(139,111,93)
#786050
(120,96,80)
#655143
(101,81,67)
#524236
(82,66,54)
#3F3329
(63,51,41)
#2C241C
(44,36,28)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #D7AB91

#D7AB91
(215,171,145)
#DAB29B
(218,178,155)
#DDB9A5
(221,185,165)
#E0C0AF
(224,192,175)
#E3C7B9
(227,199,185)
#E6CEC3
(230,206,195)
#E9D5CD
(233,213,205)
#ECDCD7
(236,220,215)
#EFE3E1
(239,227,225)
#F2EAEB
(242,234,235)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AB91; }

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

This text font color is #D7AB91.


Background Color

.myBgColor { background-color: #D7AB91; }

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

This div background color is #D7AB91.


Border color

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

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

This div border color is #D7AB91.


Opacity

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

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

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

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

This text has shadow with #D7AB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AB91 on black background.


Color preview on white background

This text has color #D7AB91 on white background.



Black color preview on #D7AB91 background

This text has black color on #D7AB91 background.


White color preview on #D7AB91 background

This text has white color on #D7AB91 background.