COLOR #D1B8A0

HEX: #D1B8A0
RGB: (209,184,160)

Color info

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

RGB color model

#D1B8A0 color RGB value is (209,184,160).

  • red value is 209;
  • green value is 184;
  • blue value is 160.
RGB:
(209,184,160)
(82%,72%,63%)

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 160 of 255 = 63%

209
184
160

R + G + B ~ 72%. #D1B8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 184 + 160 = 553 (100%)
R 209 of 553 ~ 37.79%
G 184 of 553 ~ 33.27%
B 160 of 553 ~ 28.93%

%37.79
%33.27
%28.93

CMYK color model

#D1B8A0 color CMYK value is (0,12,23,18).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 23.44%
  • key color value is 18.04%
CMYK:
(0,12,23,18)
C0M12Y23K18 
(0%,12%,23%,18%)
(0.00/0.12/0.23/0.18)	

CMYK percentages

%0
%11.96
%23.44
%18.04

Codes

Color #D1B8A0 in popluar color models

D1B8A0
RGB209184160
HSL29°34.75%72.35%
HSB/HSV29°23.44%81.96%
CMYK0.00%11.96%23.44%
18.04%

Color #D1B8A0 in popluar number systems.

HEXD1B8A0
Decimal209184160
Binary110100011011100010100000
Octal321270240

Shades and tints

Shades of #D1B8A0

#D1B8A0
(209,184,160)
#BEA892
(190,168,146)
#AB9884
(171,152,132)
#988876
(152,136,118)
#857868
(133,120,104)
#72685A
(114,104,90)
#5F584C
(95,88,76)
#4C483E
(76,72,62)
#393830
(57,56,48)
#262822
(38,40,34)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #D1B8A0

#D1B8A0
(209,184,160)
#D5BEA8
(213,190,168)
#D9C4B0
(217,196,176)
#DDCAB8
(221,202,184)
#E1D0C0
(225,208,192)
#E5D6C8
(229,214,200)
#E9DCD0
(233,220,208)
#EDE2D8
(237,226,216)
#F1E8E0
(241,232,224)
#F5EEE8
(245,238,232)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B8A0 color. Also use rgb(209,184,160) instead hex code.

Text Font Color

.myTextColor { color: #D1B8A0; }

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

This text font color is #D1B8A0.


Background Color

.myBgColor { background-color: #D1B8A0; }

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

This div background color is #D1B8A0.


Border color

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

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

This div border color is #D1B8A0.


Opacity

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

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

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

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

This text has shadow with #D1B8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B8A0 on black background.


Color preview on white background

This text has color #D1B8A0 on white background.



Black color preview on #D1B8A0 background

This text has black color on #D1B8A0 background.


White color preview on #D1B8A0 background

This text has white color on #D1B8A0 background.