COLOR #D1A293

HEX: #D1A293
RGB: (209,162,147)

Color info

#D1A293 contains mainly red and green colors. Web safe color of #D1A293 is #CC9999 (or #C99).

RGB color model

#D1A293 color RGB value is (209,162,147).

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

RGB channels and saturation

R 209 of 255 = 82%
G 162 of 255 = 64%
B 147 of 255 = 58%

209
162
147

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

Portions of RGB colors in percentages

R + G + B =
209 + 162 + 147 = 518 (100%)
R 209 of 518 ~ 40.35%
G 162 of 518 ~ 31.27%
B 147 of 518 ~ 28.38%

%40.35
%31.27
%28.38

CMYK color model

#D1A293 color CMYK value is (0,22,30,18).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(0,22,30,18)
C0M22Y30K18 
(0%,22%,30%,18%)
(0.00/0.22/0.30/0.18)	

CMYK percentages

%0
%22.49
%29.67
%18.04

Codes

Color #D1A293 in popluar color models

D1A293
RGB209162147
HSL15°40.26%69.80%
HSB/HSV15°29.67%81.96%
CMYK0.00%22.49%29.67%
18.04%

Color #D1A293 in popluar number systems.

HEXD1A293
Decimal209162147
Binary110100011010001010010011
Octal321242223

Shades and tints

Shades of #D1A293

#D1A293
(209,162,147)
#BE9486
(190,148,134)
#AB8679
(171,134,121)
#98786C
(152,120,108)
#856A5F
(133,106,95)
#725C52
(114,92,82)
#5F4E45
(95,78,69)
#4C4038
(76,64,56)
#39322B
(57,50,43)
#26241E
(38,36,30)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #D1A293

#D1A293
(209,162,147)
#D5AA9C
(213,170,156)
#D9B2A5
(217,178,165)
#DDBAAE
(221,186,174)
#E1C2B7
(225,194,183)
#E5CAC0
(229,202,192)
#E9D2C9
(233,210,201)
#EDDAD2
(237,218,210)
#F1E2DB
(241,226,219)
#F5EAE4
(245,234,228)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A293; }

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

This text font color is #D1A293.


Background Color

.myBgColor { background-color: #D1A293; }

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

This div background color is #D1A293.


Border color

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

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

This div border color is #D1A293.


Opacity

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

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

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

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

This text has shadow with #D1A293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A293 on black background.


Color preview on white background

This text has color #D1A293 on white background.



Black color preview on #D1A293 background

This text has black color on #D1A293 background.


White color preview on #D1A293 background

This text has white color on #D1A293 background.