COLOR #D8B1AB

HEX: #D8B1AB
RGB: (216,177,171)

Color info

#D8B1AB contains red, green and blue colors in about the same proportion. Web safe color of #D8B1AB is #CC9999 (or #C99).

RGB color model

#D8B1AB color RGB value is (216,177,171).

  • red value is 216;
  • green value is 177;
  • blue value is 171.
RGB:
(216,177,171)
(85%,69%,67%)

RGB channels and saturation

R 216 of 255 = 85%
G 177 of 255 = 69%
B 171 of 255 = 67%

216
177
171

R + G + B ~ 74%. #D8B1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 177 + 171 = 564 (100%)
R 216 of 564 ~ 38.3%
G 177 of 564 ~ 31.38%
B 171 of 564 ~ 30.32%

%38.3
%31.38
%30.32

CMYK color model

#D8B1AB color CMYK value is (0,18,21,15).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(0,18,21,15)
C0M18Y21K15 
(0%,18%,21%,15%)
(0.00/0.18/0.21/0.15)	

CMYK percentages

%0
%18.06
%20.83
%15.29

Codes

Color #D8B1AB in popluar color models

D8B1AB
RGB216177171
HSL36.59%75.88%
HSB/HSV20.83%84.71%
CMYK0.00%18.06%20.83%
15.29%

Color #D8B1AB in popluar number systems.

HEXD8B1AB
Decimal216177171
Binary110110001011000110101011
Octal330261253

Shades and tints

Shades of #D8B1AB

#D8B1AB
(216,177,171)
#C5A19C
(197,161,156)
#B2918D
(178,145,141)
#9F817E
(159,129,126)
#8C716F
(140,113,111)
#796160
(121,97,96)
#665151
(102,81,81)
#534142
(83,65,66)
#403133
(64,49,51)
#2D2124
(45,33,36)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #D8B1AB

#D8B1AB
(216,177,171)
#DBB8B2
(219,184,178)
#DEBFB9
(222,191,185)
#E1C6C0
(225,198,192)
#E4CDC7
(228,205,199)
#E7D4CE
(231,212,206)
#EADBD5
(234,219,213)
#EDE2DC
(237,226,220)
#F0E9E3
(240,233,227)
#F3F0EA
(243,240,234)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B1AB color. Also use rgb(216,177,171) instead hex code.

Text Font Color

.myTextColor { color: #D8B1AB; }

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

This text font color is #D8B1AB.


Background Color

.myBgColor { background-color: #D8B1AB; }

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

This div background color is #D8B1AB.


Border color

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

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

This div border color is #D8B1AB.


Opacity

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

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

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

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

This text has shadow with #D8B1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B1AB on black background.


Color preview on white background

This text has color #D8B1AB on white background.



Black color preview on #D8B1AB background

This text has black color on #D8B1AB background.


White color preview on #D8B1AB background

This text has white color on #D8B1AB background.