COLOR #D19F90

HEX: #D19F90
RGB: (209,159,144)

Color info

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

RGB color model

#D19F90 color RGB value is (209,159,144).

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

RGB channels and saturation

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

209
159
144

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

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 144 = 512 (100%)
R 209 of 512 ~ 40.82%
G 159 of 512 ~ 31.05%
B 144 of 512 ~ 28.13%

%40.82
%31.05
%28.13

CMYK color model

#D19F90 color CMYK value is (0,24,31,18).

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(0,24,31,18)
C0M24Y31K18 
(0%,24%,31%,18%)
(0.00/0.24/0.31/0.18)	

CMYK percentages

%0
%23.92
%31.1
%18.04

Codes

Color #D19F90 in popluar color models

D19F90
RGB209159144
HSL14°41.40%69.22%
HSB/HSV14°31.10%81.96%
CMYK0.00%23.92%31.10%
18.04%

Color #D19F90 in popluar number systems.

HEXD19F90
Decimal209159144
Binary110100011001111110010000
Octal321237220

Shades and tints

Shades of #D19F90

#D19F90
(209,159,144)
#BE9183
(190,145,131)
#AB8376
(171,131,118)
#987569
(152,117,105)
#85675C
(133,103,92)
#72594F
(114,89,79)
#5F4B42
(95,75,66)
#4C3D35
(76,61,53)
#392F28
(57,47,40)
#26211B
(38,33,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #D19F90

#D19F90
(209,159,144)
#D5A79A
(213,167,154)
#D9AFA4
(217,175,164)
#DDB7AE
(221,183,174)
#E1BFB8
(225,191,184)
#E5C7C2
(229,199,194)
#E9CFCC
(233,207,204)
#EDD7D6
(237,215,214)
#F1DFE0
(241,223,224)
#F5E7EA
(245,231,234)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19F90; }

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

This text font color is #D19F90.


Background Color

.myBgColor { background-color: #D19F90; }

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

This div background color is #D19F90.


Border color

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

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

This div border color is #D19F90.


Opacity

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

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

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

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

This text has shadow with #D19F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19F90 on black background.


Color preview on white background

This text has color #D19F90 on white background.



Black color preview on #D19F90 background

This text has black color on #D19F90 background.


White color preview on #D19F90 background

This text has white color on #D19F90 background.