COLOR #D19A89

HEX: #D19A89
RGB: (209,154,137)

Color info

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

RGB color model

#D19A89 color RGB value is (209,154,137).

  • red value is 209;
  • green value is 154;
  • blue value is 137.
RGB:
(209,154,137)
(82%,60%,54%)

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 137 of 255 = 54%

209
154
137

R + G + B ~ 65%. #D19A89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 154 + 137 = 500 (100%)
R 209 of 500 ~ 41.8%
G 154 of 500 ~ 30.8%
B 137 of 500 ~ 27.4%

%41.8
%30.8
%27.4

CMYK color model

#D19A89 color CMYK value is (0,26,34,18).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 34.45%
  • key color value is 18.04%
CMYK:
(0,26,34,18)
C0M26Y34K18 
(0%,26%,34%,18%)
(0.00/0.26/0.34/0.18)	

CMYK percentages

%0
%26.32
%34.45
%18.04

Codes

Color #D19A89 in popluar color models

D19A89
RGB209154137
HSL14°43.90%67.84%
HSB/HSV14°34.45%81.96%
CMYK0.00%26.32%34.45%
18.04%

Color #D19A89 in popluar number systems.

HEXD19A89
Decimal209154137
Binary110100011001101010001001
Octal321232211

Shades and tints

Shades of #D19A89

#D19A89
(209,154,137)
#BE8C7D
(190,140,125)
#AB7E71
(171,126,113)
#987065
(152,112,101)
#856259
(133,98,89)
#72544D
(114,84,77)
#5F4641
(95,70,65)
#4C3835
(76,56,53)
#392A29
(57,42,41)
#261C1D
(38,28,29)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #D19A89

#D19A89
(209,154,137)
#D5A393
(213,163,147)
#D9AC9D
(217,172,157)
#DDB5A7
(221,181,167)
#E1BEB1
(225,190,177)
#E5C7BB
(229,199,187)
#E9D0C5
(233,208,197)
#EDD9CF
(237,217,207)
#F1E2D9
(241,226,217)
#F5EBE3
(245,235,227)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19A89 color. Also use rgb(209,154,137) instead hex code.

Text Font Color

.myTextColor { color: #D19A89; }

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

This text font color is #D19A89.


Background Color

.myBgColor { background-color: #D19A89; }

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

This div background color is #D19A89.


Border color

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

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

This div border color is #D19A89.


Opacity

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

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

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

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

This text has shadow with #D19A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19A89 on black background.


Color preview on white background

This text has color #D19A89 on white background.



Black color preview on #D19A89 background

This text has black color on #D19A89 background.


White color preview on #D19A89 background

This text has white color on #D19A89 background.