COLOR #D1B2A8

HEX: #D1B2A8
RGB: (209,178,168)

Color info

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

RGB color model

#D1B2A8 color RGB value is (209,178,168).

  • red value is 209;
  • green value is 178;
  • blue value is 168.
RGB:
(209,178,168)
(82%,70%,66%)

RGB channels and saturation

R 209 of 255 = 82%
G 178 of 255 = 70%
B 168 of 255 = 66%

209
178
168

R + G + B ~ 73%. #D1B2A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 178 + 168 = 555 (100%)
R 209 of 555 ~ 37.66%
G 178 of 555 ~ 32.07%
B 168 of 555 ~ 30.27%

%37.66
%32.07
%30.27

CMYK color model

#D1B2A8 color CMYK value is (0,15,20,18).

  • cyan value is 0.00%
  • magenta value is 14.83%
  • yellow value is 19.62%
  • key color value is 18.04%
CMYK:
(0,15,20,18)
C0M15Y20K18 
(0%,15%,20%,18%)
(0.00/0.15/0.20/0.18)	

CMYK percentages

%0
%14.83
%19.62
%18.04

Codes

Color #D1B2A8 in popluar color models

D1B2A8
RGB209178168
HSL15°30.83%73.92%
HSB/HSV15°19.62%81.96%
CMYK0.00%14.83%19.62%
18.04%

Color #D1B2A8 in popluar number systems.

HEXD1B2A8
Decimal209178168
Binary110100011011001010101000
Octal321262250

Shades and tints

Shades of #D1B2A8

#D1B2A8
(209,178,168)
#BEA299
(190,162,153)
#AB928A
(171,146,138)
#98827B
(152,130,123)
#85726C
(133,114,108)
#72625D
(114,98,93)
#5F524E
(95,82,78)
#4C423F
(76,66,63)
#393230
(57,50,48)
#262221
(38,34,33)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #D1B2A8

#D1B2A8
(209,178,168)
#D5B9AF
(213,185,175)
#D9C0B6
(217,192,182)
#DDC7BD
(221,199,189)
#E1CEC4
(225,206,196)
#E5D5CB
(229,213,203)
#E9DCD2
(233,220,210)
#EDE3D9
(237,227,217)
#F1EAE0
(241,234,224)
#F5F1E7
(245,241,231)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B2A8 color. Also use rgb(209,178,168) instead hex code.

Text Font Color

.myTextColor { color: #D1B2A8; }

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

This text font color is #D1B2A8.


Background Color

.myBgColor { background-color: #D1B2A8; }

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

This div background color is #D1B2A8.


Border color

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

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

This div border color is #D1B2A8.


Opacity

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

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

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

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

This text has shadow with #D1B2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B2A8 on black background.


Color preview on white background

This text has color #D1B2A8 on white background.



Black color preview on #D1B2A8 background

This text has black color on #D1B2A8 background.


White color preview on #D1B2A8 background

This text has white color on #D1B2A8 background.