COLOR #D1A19B

HEX: #D1A19B
RGB: (209,161,155)

Color info

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

RGB color model

#D1A19B color RGB value is (209,161,155).

  • red value is 209;
  • green value is 161;
  • blue value is 155.
RGB:
(209,161,155)
(82%,63%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 161 of 255 = 63%
B 155 of 255 = 61%

209
161
155

R + G + B ~ 69%. #D1A19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 161 + 155 = 525 (100%)
R 209 of 525 ~ 39.81%
G 161 of 525 ~ 30.67%
B 155 of 525 ~ 29.52%

%39.81
%30.67
%29.52

CMYK color model

#D1A19B color CMYK value is (0,23,26,18).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(0,23,26,18)
C0M23Y26K18 
(0%,23%,26%,18%)
(0.00/0.23/0.26/0.18)	

CMYK percentages

%0
%22.97
%25.84
%18.04

Codes

Color #D1A19B in popluar color models

D1A19B
RGB209161155
HSL36.99%71.37%
HSB/HSV25.84%81.96%
CMYK0.00%22.97%25.84%
18.04%

Color #D1A19B in popluar number systems.

HEXD1A19B
Decimal209161155
Binary110100011010000110011011
Octal321241233

Shades and tints

Shades of #D1A19B

#D1A19B
(209,161,155)
#BE938D
(190,147,141)
#AB857F
(171,133,127)
#987771
(152,119,113)
#856963
(133,105,99)
#725B55
(114,91,85)
#5F4D47
(95,77,71)
#4C3F39
(76,63,57)
#39312B
(57,49,43)
#26231D
(38,35,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #D1A19B

#D1A19B
(209,161,155)
#D5A9A4
(213,169,164)
#D9B1AD
(217,177,173)
#DDB9B6
(221,185,182)
#E1C1BF
(225,193,191)
#E5C9C8
(229,201,200)
#E9D1D1
(233,209,209)
#EDD9DA
(237,217,218)
#F1E1E3
(241,225,227)
#F5E9EC
(245,233,236)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A19B color. Also use rgb(209,161,155) instead hex code.

Text Font Color

.myTextColor { color: #D1A19B; }

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

This text font color is #D1A19B.


Background Color

.myBgColor { background-color: #D1A19B; }

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

This div background color is #D1A19B.


Border color

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

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

This div border color is #D1A19B.


Opacity

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

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

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

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

This text has shadow with #D1A19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A19B on black background.


Color preview on white background

This text has color #D1A19B on white background.



Black color preview on #D1A19B background

This text has black color on #D1A19B background.


White color preview on #D1A19B background

This text has white color on #D1A19B background.