COLOR #D19F8E

HEX: #D19F8E
RGB: (209,159,142)

Color info

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

RGB color model

#D19F8E color RGB value is (209,159,142).

  • red value is 209;
  • green value is 159;
  • blue value is 142.
RGB:
(209,159,142)
(82%,62%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 142 of 255 = 56%

209
159
142

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

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 142 = 510 (100%)
R 209 of 510 ~ 40.98%
G 159 of 510 ~ 31.18%
B 142 of 510 ~ 27.84%

%40.98
%31.18
%27.84

CMYK color model

#D19F8E color CMYK value is (0,24,32,18).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(0,24,32,18)
C0M24Y32K18 
(0%,24%,32%,18%)
(0.00/0.24/0.32/0.18)	

CMYK percentages

%0
%23.92
%32.06
%18.04

Codes

Color #D19F8E in popluar color models

D19F8E
RGB209159142
HSL15°42.14%68.82%
HSB/HSV15°32.06%81.96%
CMYK0.00%23.92%32.06%
18.04%

Color #D19F8E in popluar number systems.

HEXD19F8E
Decimal209159142
Binary110100011001111110001110
Octal321237216

Shades and tints

Shades of #D19F8E

#D19F8E
(209,159,142)
#BE9182
(190,145,130)
#AB8376
(171,131,118)
#98756A
(152,117,106)
#85675E
(133,103,94)
#725952
(114,89,82)
#5F4B46
(95,75,70)
#4C3D3A
(76,61,58)
#392F2E
(57,47,46)
#262122
(38,33,34)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D19F8E

#D19F8E
(209,159,142)
#D5A798
(213,167,152)
#D9AFA2
(217,175,162)
#DDB7AC
(221,183,172)
#E1BFB6
(225,191,182)
#E5C7C0
(229,199,192)
#E9CFCA
(233,207,202)
#EDD7D4
(237,215,212)
#F1DFDE
(241,223,222)
#F5E7E8
(245,231,232)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19F8E color. Also use rgb(209,159,142) instead hex code.

Text Font Color

.myTextColor { color: #D19F8E; }

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

This text font color is #D19F8E.


Background Color

.myBgColor { background-color: #D19F8E; }

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

This div background color is #D19F8E.


Border color

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

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

This div border color is #D19F8E.


Opacity

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

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

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

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

This text has shadow with #D19F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19F8E on black background.


Color preview on white background

This text has color #D19F8E on white background.



Black color preview on #D19F8E background

This text has black color on #D19F8E background.


White color preview on #D19F8E background

This text has white color on #D19F8E background.