COLOR #D19087

HEX: #D19087
RGB: (209,144,135)

Color info

#D19087 contains mainly red color. Web safe color of #D19087 is #CC9999 (or #C99).

RGB color model

#D19087 color RGB value is (209,144,135).

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

RGB channels and saturation

R 209 of 255 = 82%
G 144 of 255 = 56%
B 135 of 255 = 53%

209
144
135

R + G + B ~ 64%. #D19087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 144 + 135 = 488 (100%)
R 209 of 488 ~ 42.83%
G 144 of 488 ~ 29.51%
B 135 of 488 ~ 27.66%

%42.83
%29.51
%27.66

CMYK color model

#D19087 color CMYK value is (0,31,35,18).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 35.41%
  • key color value is 18.04%
CMYK:
(0,31,35,18)
C0M31Y35K18 
(0%,31%,35%,18%)
(0.00/0.31/0.35/0.18)	

CMYK percentages

%0
%31.1
%35.41
%18.04

Codes

Color #D19087 in popluar color models

D19087
RGB209144135
HSL44.58%67.45%
HSB/HSV35.41%81.96%
CMYK0.00%31.10%35.41%
18.04%

Color #D19087 in popluar number systems.

HEXD19087
Decimal209144135
Binary110100011001000010000111
Octal321220207

Shades and tints

Shades of #D19087

#D19087
(209,144,135)
#BE837B
(190,131,123)
#AB766F
(171,118,111)
#986963
(152,105,99)
#855C57
(133,92,87)
#724F4B
(114,79,75)
#5F423F
(95,66,63)
#4C3533
(76,53,51)
#392827
(57,40,39)
#261B1B
(38,27,27)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #D19087

#D19087
(209,144,135)
#D59A91
(213,154,145)
#D9A49B
(217,164,155)
#DDAEA5
(221,174,165)
#E1B8AF
(225,184,175)
#E5C2B9
(229,194,185)
#E9CCC3
(233,204,195)
#EDD6CD
(237,214,205)
#F1E0D7
(241,224,215)
#F5EAE1
(245,234,225)
#F9F4EB
(249,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19087; }

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

This text font color is #D19087.


Background Color

.myBgColor { background-color: #D19087; }

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

This div background color is #D19087.


Border color

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

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

This div border color is #D19087.


Opacity

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

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

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

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

This text has shadow with #D19087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19087 on black background.


Color preview on white background

This text has color #D19087 on white background.



Black color preview on #D19087 background

This text has black color on #D19087 background.


White color preview on #D19087 background

This text has white color on #D19087 background.