COLOR #D1A69B

HEX: #D1A69B
RGB: (209,166,155)

Color info

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

RGB color model

#D1A69B color RGB value is (209,166,155).

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

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 155 of 255 = 61%

209
166
155

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

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 155 = 530 (100%)
R 209 of 530 ~ 39.43%
G 166 of 530 ~ 31.32%
B 155 of 530 ~ 29.25%

%39.43
%31.32
%29.25

CMYK color model

#D1A69B color CMYK value is (0,21,26,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(0,21,26,18)
C0M21Y26K18 
(0%,21%,26%,18%)
(0.00/0.21/0.26/0.18)	

CMYK percentages

%0
%20.57
%25.84
%18.04

Codes

Color #D1A69B in popluar color models

D1A69B
RGB209166155
HSL12°36.99%71.37%
HSB/HSV12°25.84%81.96%
CMYK0.00%20.57%25.84%
18.04%

Color #D1A69B in popluar number systems.

HEXD1A69B
Decimal209166155
Binary110100011010011010011011
Octal321246233

Shades and tints

Shades of #D1A69B

#D1A69B
(209,166,155)
#BE978D
(190,151,141)
#AB887F
(171,136,127)
#987971
(152,121,113)
#856A63
(133,106,99)
#725B55
(114,91,85)
#5F4C47
(95,76,71)
#4C3D39
(76,61,57)
#392E2B
(57,46,43)
#261F1D
(38,31,29)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #D1A69B

#D1A69B
(209,166,155)
#D5AEA4
(213,174,164)
#D9B6AD
(217,182,173)
#DDBEB6
(221,190,182)
#E1C6BF
(225,198,191)
#E5CEC8
(229,206,200)
#E9D6D1
(233,214,209)
#EDDEDA
(237,222,218)
#F1E6E3
(241,230,227)
#F5EEEC
(245,238,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A69B; }

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

This text font color is #D1A69B.


Background Color

.myBgColor { background-color: #D1A69B; }

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

This div background color is #D1A69B.


Border color

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

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

This div border color is #D1A69B.


Opacity

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

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

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

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

This text has shadow with #D1A69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A69B on black background.


Color preview on white background

This text has color #D1A69B on white background.



Black color preview on #D1A69B background

This text has black color on #D1A69B background.


White color preview on #D1A69B background

This text has white color on #D1A69B background.