COLOR #D8B4AB

HEX: #D8B4AB
RGB: (216,180,171)

Color info

#D8B4AB contains red, green and blue colors in about the same proportion. Web safe color of #D8B4AB is #CCCC99 (or #CC9).

RGB color model

#D8B4AB color RGB value is (216,180,171).

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

RGB channels and saturation

R 216 of 255 = 85%
G 180 of 255 = 71%
B 171 of 255 = 67%

216
180
171

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

Portions of RGB colors in percentages

R + G + B =
216 + 180 + 171 = 567 (100%)
R 216 of 567 ~ 38.1%
G 180 of 567 ~ 31.75%
B 171 of 567 ~ 30.16%

%38.1
%31.75
%30.16

CMYK color model

#D8B4AB color CMYK value is (0,17,21,15).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(0,17,21,15)
C0M17Y21K15 
(0%,17%,21%,15%)
(0.00/0.17/0.21/0.15)	

CMYK percentages

%0
%16.67
%20.83
%15.29

Codes

Color #D8B4AB in popluar color models

D8B4AB
RGB216180171
HSL12°36.59%75.88%
HSB/HSV12°20.83%84.71%
CMYK0.00%16.67%20.83%
15.29%

Color #D8B4AB in popluar number systems.

HEXD8B4AB
Decimal216180171
Binary110110001011010010101011
Octal330264253

Shades and tints

Shades of #D8B4AB

#D8B4AB
(216,180,171)
#C5A49C
(197,164,156)
#B2948D
(178,148,141)
#9F847E
(159,132,126)
#8C746F
(140,116,111)
#796460
(121,100,96)
#665451
(102,84,81)
#534442
(83,68,66)
#403433
(64,52,51)
#2D2424
(45,36,36)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8B4AB

#D8B4AB
(216,180,171)
#DBBAB2
(219,186,178)
#DEC0B9
(222,192,185)
#E1C6C0
(225,198,192)
#E4CCC7
(228,204,199)
#E7D2CE
(231,210,206)
#EAD8D5
(234,216,213)
#EDDEDC
(237,222,220)
#F0E4E3
(240,228,227)
#F3EAEA
(243,234,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B4AB; }

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

This text font color is #D8B4AB.


Background Color

.myBgColor { background-color: #D8B4AB; }

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

This div background color is #D8B4AB.


Border color

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

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

This div border color is #D8B4AB.


Opacity

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

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

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

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

This text has shadow with #D8B4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B4AB on black background.


Color preview on white background

This text has color #D8B4AB on white background.



Black color preview on #D8B4AB background

This text has black color on #D8B4AB background.


White color preview on #D8B4AB background

This text has white color on #D8B4AB background.