COLOR #D1A490

HEX: #D1A490
RGB: (209,164,144)

Color info

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

RGB color model

#D1A490 color RGB value is (209,164,144).

  • red value is 209;
  • green value is 164;
  • blue value is 144.
RGB:
(209,164,144)
(82%,64%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 164 of 255 = 64%
B 144 of 255 = 56%

209
164
144

R + G + B ~ 67%. #D1A490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 164 + 144 = 517 (100%)
R 209 of 517 ~ 40.43%
G 164 of 517 ~ 31.72%
B 144 of 517 ~ 27.85%

%40.43
%31.72
%27.85

CMYK color model

#D1A490 color CMYK value is (0,22,31,18).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(0,22,31,18)
C0M22Y31K18 
(0%,22%,31%,18%)
(0.00/0.22/0.31/0.18)	

CMYK percentages

%0
%21.53
%31.1
%18.04

Codes

Color #D1A490 in popluar color models

D1A490
RGB209164144
HSL18°41.40%69.22%
HSB/HSV18°31.10%81.96%
CMYK0.00%21.53%31.10%
18.04%

Color #D1A490 in popluar number systems.

HEXD1A490
Decimal209164144
Binary110100011010010010010000
Octal321244220

Shades and tints

Shades of #D1A490

#D1A490
(209,164,144)
#BE9683
(190,150,131)
#AB8876
(171,136,118)
#987A69
(152,122,105)
#856C5C
(133,108,92)
#725E4F
(114,94,79)
#5F5042
(95,80,66)
#4C4235
(76,66,53)
#393428
(57,52,40)
#26261B
(38,38,27)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #D1A490

#D1A490
(209,164,144)
#D5AC9A
(213,172,154)
#D9B4A4
(217,180,164)
#DDBCAE
(221,188,174)
#E1C4B8
(225,196,184)
#E5CCC2
(229,204,194)
#E9D4CC
(233,212,204)
#EDDCD6
(237,220,214)
#F1E4E0
(241,228,224)
#F5ECEA
(245,236,234)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A490 color. Also use rgb(209,164,144) instead hex code.

Text Font Color

.myTextColor { color: #D1A490; }

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

This text font color is #D1A490.


Background Color

.myBgColor { background-color: #D1A490; }

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

This div background color is #D1A490.


Border color

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

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

This div border color is #D1A490.


Opacity

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

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

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

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

This text has shadow with #D1A490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A490 on black background.


Color preview on white background

This text has color #D1A490 on white background.



Black color preview on #D1A490 background

This text has black color on #D1A490 background.


White color preview on #D1A490 background

This text has white color on #D1A490 background.