COLOR #D19FAB

HEX: #D19FAB
RGB: (209,159,171)

Color info

#D19FAB contains red, green and blue colors in about the same proportion. Web safe color of #D19FAB is #CC9999 (or #C99).

RGB color model

#D19FAB color RGB value is (209,159,171).

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

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 171 of 255 = 67%

209
159
171

R + G + B ~ 70%. #D19FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 171 = 539 (100%)
R 209 of 539 ~ 38.78%
G 159 of 539 ~ 29.5%
B 171 of 539 ~ 31.73%

%38.78
%29.5
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 18.18%
  • key color value is 18.04%
CMYK:
(0,24,18,18)
C0M24Y18K18 
(0%,24%,18%,18%)
(0.00/0.24/0.18/0.18)	

CMYK percentages

%0
%23.92
%18.18
%18.04

Codes

Color #D19FAB in popluar color models

D19FAB
RGB209159171
HSL346°35.21%72.16%
HSB/HSV346°23.92%81.96%
CMYK0.00%23.92%18.18%
18.04%

Color #D19FAB in popluar number systems.

HEXD19FAB
Decimal209159171
Binary110100011001111110101011
Octal321237253

Shades and tints

Shades of #D19FAB

#D19FAB
(209,159,171)
#BE919C
(190,145,156)
#AB838D
(171,131,141)
#98757E
(152,117,126)
#85676F
(133,103,111)
#725960
(114,89,96)
#5F4B51
(95,75,81)
#4C3D42
(76,61,66)
#392F33
(57,47,51)
#262124
(38,33,36)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #D19FAB

#D19FAB
(209,159,171)
#D5A7B2
(213,167,178)
#D9AFB9
(217,175,185)
#DDB7C0
(221,183,192)
#E1BFC7
(225,191,199)
#E5C7CE
(229,199,206)
#E9CFD5
(233,207,213)
#EDD7DC
(237,215,220)
#F1DFE3
(241,223,227)
#F5E7EA
(245,231,234)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19FAB; }

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

This text font color is #D19FAB.


Background Color

.myBgColor { background-color: #D19FAB; }

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

This div background color is #D19FAB.


Border color

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

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

This div border color is #D19FAB.


Opacity

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

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

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

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

This text has shadow with #D19FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19FAB on black background.


Color preview on white background

This text has color #D19FAB on white background.



Black color preview on #D19FAB background

This text has black color on #D19FAB background.


White color preview on #D19FAB background

This text has white color on #D19FAB background.