COLOR #D1A696

HEX: #D1A696
RGB: (209,166,150)

Color info

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

RGB color model

#D1A696 color RGB value is (209,166,150).

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

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 150 of 255 = 59%

209
166
150

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

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 150 = 525 (100%)
R 209 of 525 ~ 39.81%
G 166 of 525 ~ 31.62%
B 150 of 525 ~ 28.57%

%39.81
%31.62
%28.57

CMYK color model

#D1A696 color CMYK value is (0,21,28,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(0,21,28,18)
C0M21Y28K18 
(0%,21%,28%,18%)
(0.00/0.21/0.28/0.18)	

CMYK percentages

%0
%20.57
%28.23
%18.04

Codes

Color #D1A696 in popluar color models

D1A696
RGB209166150
HSL16°39.07%70.39%
HSB/HSV16°28.23%81.96%
CMYK0.00%20.57%28.23%
18.04%

Color #D1A696 in popluar number systems.

HEXD1A696
Decimal209166150
Binary110100011010011010010110
Octal321246226

Shades and tints

Shades of #D1A696

#D1A696
(209,166,150)
#BE9789
(190,151,137)
#AB887C
(171,136,124)
#98796F
(152,121,111)
#856A62
(133,106,98)
#725B55
(114,91,85)
#5F4C48
(95,76,72)
#4C3D3B
(76,61,59)
#392E2E
(57,46,46)
#261F21
(38,31,33)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #D1A696

#D1A696
(209,166,150)
#D5AE9F
(213,174,159)
#D9B6A8
(217,182,168)
#DDBEB1
(221,190,177)
#E1C6BA
(225,198,186)
#E5CEC3
(229,206,195)
#E9D6CC
(233,214,204)
#EDDED5
(237,222,213)
#F1E6DE
(241,230,222)
#F5EEE7
(245,238,231)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A696; }

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

This text font color is #D1A696.


Background Color

.myBgColor { background-color: #D1A696; }

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

This div background color is #D1A696.


Border color

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

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

This div border color is #D1A696.


Opacity

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

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

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

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

This text has shadow with #D1A696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A696 on black background.


Color preview on white background

This text has color #D1A696 on white background.



Black color preview on #D1A696 background

This text has black color on #D1A696 background.


White color preview on #D1A696 background

This text has white color on #D1A696 background.