COLOR #D4B8AB

HEX: #D4B8AB
RGB: (212,184,171)

Color info

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

RGB color model

#D4B8AB color RGB value is (212,184,171).

  • red value is 212;
  • green value is 184;
  • blue value is 171.
RGB:
(212,184,171)
(83%,72%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 184 of 255 = 72%
B 171 of 255 = 67%

212
184
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 184 + 171 = 567 (100%)
R 212 of 567 ~ 37.39%
G 184 of 567 ~ 32.45%
B 171 of 567 ~ 30.16%

%37.39
%32.45
%30.16

CMYK color model

#D4B8AB color CMYK value is (0,13,19,17).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(0,13,19,17)
C0M13Y19K17 
(0%,13%,19%,17%)
(0.00/0.13/0.19/0.17)	

CMYK percentages

%0
%13.21
%19.34
%16.86

Codes

Color #D4B8AB in popluar color models

D4B8AB
RGB212184171
HSL19°32.28%75.10%
HSB/HSV19°19.34%83.14%
CMYK0.00%13.21%19.34%
16.86%

Color #D4B8AB in popluar number systems.

HEXD4B8AB
Decimal212184171
Binary110101001011100010101011
Octal324270253

Shades and tints

Shades of #D4B8AB

#D4B8AB
(212,184,171)
#C1A89C
(193,168,156)
#AE988D
(174,152,141)
#9B887E
(155,136,126)
#88786F
(136,120,111)
#756860
(117,104,96)
#625851
(98,88,81)
#4F4842
(79,72,66)
#3C3833
(60,56,51)
#292824
(41,40,36)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4B8AB

#D4B8AB
(212,184,171)
#D7BEB2
(215,190,178)
#DAC4B9
(218,196,185)
#DDCAC0
(221,202,192)
#E0D0C7
(224,208,199)
#E3D6CE
(227,214,206)
#E6DCD5
(230,220,213)
#E9E2DC
(233,226,220)
#ECE8E3
(236,232,227)
#EFEEEA
(239,238,234)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B8AB color. Also use rgb(212,184,171) instead hex code.

Text Font Color

.myTextColor { color: #D4B8AB; }

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

This text font color is #D4B8AB.


Background Color

.myBgColor { background-color: #D4B8AB; }

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

This div background color is #D4B8AB.


Border color

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

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

This div border color is #D4B8AB.


Opacity

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

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

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

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

This text has shadow with #D4B8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B8AB on black background.


Color preview on white background

This text has color #D4B8AB on white background.



Black color preview on #D4B8AB background

This text has black color on #D4B8AB background.


White color preview on #D4B8AB background

This text has white color on #D4B8AB background.