COLOR #D1A297

HEX: #D1A297
RGB: (209,162,151)

Color info

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

RGB color model

#D1A297 color RGB value is (209,162,151).

  • red value is 209;
  • green value is 162;
  • blue value is 151.
RGB:
(209,162,151)
(82%,64%,59%)

RGB channels and saturation

R 209 of 255 = 82%
G 162 of 255 = 64%
B 151 of 255 = 59%

209
162
151

R + G + B ~ 68%. #D1A297 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 162 + 151 = 522 (100%)
R 209 of 522 ~ 40.04%
G 162 of 522 ~ 31.03%
B 151 of 522 ~ 28.93%

%40.04
%31.03
%28.93

CMYK color model

#D1A297 color CMYK value is (0,22,28,18).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(0,22,28,18)
C0M22Y28K18 
(0%,22%,28%,18%)
(0.00/0.22/0.28/0.18)	

CMYK percentages

%0
%22.49
%27.75
%18.04

Codes

Color #D1A297 in popluar color models

D1A297
RGB209162151
HSL11°38.67%70.59%
HSB/HSV11°27.75%81.96%
CMYK0.00%22.49%27.75%
18.04%

Color #D1A297 in popluar number systems.

HEXD1A297
Decimal209162151
Binary110100011010001010010111
Octal321242227

Shades and tints

Shades of #D1A297

#D1A297
(209,162,151)
#BE948A
(190,148,138)
#AB867D
(171,134,125)
#987870
(152,120,112)
#856A63
(133,106,99)
#725C56
(114,92,86)
#5F4E49
(95,78,73)
#4C403C
(76,64,60)
#39322F
(57,50,47)
#262422
(38,36,34)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #D1A297

#D1A297
(209,162,151)
#D5AAA0
(213,170,160)
#D9B2A9
(217,178,169)
#DDBAB2
(221,186,178)
#E1C2BB
(225,194,187)
#E5CAC4
(229,202,196)
#E9D2CD
(233,210,205)
#EDDAD6
(237,218,214)
#F1E2DF
(241,226,223)
#F5EAE8
(245,234,232)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A297 color. Also use rgb(209,162,151) instead hex code.

Text Font Color

.myTextColor { color: #D1A297; }

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

This text font color is #D1A297.


Background Color

.myBgColor { background-color: #D1A297; }

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

This div background color is #D1A297.


Border color

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

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

This div border color is #D1A297.


Opacity

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

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

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

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

This text has shadow with #D1A297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A297 on black background.


Color preview on white background

This text has color #D1A297 on white background.



Black color preview on #D1A297 background

This text has black color on #D1A297 background.


White color preview on #D1A297 background

This text has white color on #D1A297 background.