COLOR #D19FB1

HEX: #D19FB1
RGB: (209,159,177)

Color info

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

RGB color model

#D19FB1 color RGB value is (209,159,177).

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

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 177 of 255 = 69%

209
159
177

R + G + B ~ 71%. #D19FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 177 = 545 (100%)
R 209 of 545 ~ 38.35%
G 159 of 545 ~ 29.17%
B 177 of 545 ~ 32.48%

%38.35
%29.17
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 15.31%
  • key color value is 18.04%
CMYK:
(0,24,15,18)
C0M24Y15K18 
(0%,24%,15%,18%)
(0.00/0.24/0.15/0.18)	

CMYK percentages

%0
%23.92
%15.31
%18.04

Codes

Color #D19FB1 in popluar color models

D19FB1
RGB209159177
HSL338°35.21%72.16%
HSB/HSV338°23.92%81.96%
CMYK0.00%23.92%15.31%
18.04%

Color #D19FB1 in popluar number systems.

HEXD19FB1
Decimal209159177
Binary110100011001111110110001
Octal321237261

Shades and tints

Shades of #D19FB1

#D19FB1
(209,159,177)
#BE91A1
(190,145,161)
#AB8391
(171,131,145)
#987581
(152,117,129)
#856771
(133,103,113)
#725961
(114,89,97)
#5F4B51
(95,75,81)
#4C3D41
(76,61,65)
#392F31
(57,47,49)
#262121
(38,33,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #D19FB1

#D19FB1
(209,159,177)
#D5A7B8
(213,167,184)
#D9AFBF
(217,175,191)
#DDB7C6
(221,183,198)
#E1BFCD
(225,191,205)
#E5C7D4
(229,199,212)
#E9CFDB
(233,207,219)
#EDD7E2
(237,215,226)
#F1DFE9
(241,223,233)
#F5E7F0
(245,231,240)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19FB1; }

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

This text font color is #D19FB1.


Background Color

.myBgColor { background-color: #D19FB1; }

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

This div background color is #D19FB1.


Border color

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

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

This div border color is #D19FB1.


Opacity

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

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

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

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

This text has shadow with #D19FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19FB1 on black background.


Color preview on white background

This text has color #D19FB1 on white background.



Black color preview on #D19FB1 background

This text has black color on #D19FB1 background.


White color preview on #D19FB1 background

This text has white color on #D19FB1 background.