COLOR #D19FB6

HEX: #D19FB6
RGB: (209,159,182)

Color info

#D19FB6 contains red, green and blue colors in about the same proportion. Web safe color of #D19FB6 is #CC99CC (or #C9C).

RGB color model

#D19FB6 color RGB value is (209,159,182).

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

RGB channels and saturation

R 209 of 255 = 82%
G 159 of 255 = 62%
B 182 of 255 = 71%

209
159
182

R + G + B ~ 72%. #D19FB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 159 + 182 = 550 (100%)
R 209 of 550 ~ 38%
G 159 of 550 ~ 28.91%
B 182 of 550 ~ 33.09%

%38
%28.91
%33.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.92%
  • yellow value is 12.92%
  • key color value is 18.04%
CMYK:
(0,24,13,18)
C0M24Y13K18 
(0%,24%,13%,18%)
(0.00/0.24/0.13/0.18)	

CMYK percentages

%0
%23.92
%12.92
%18.04

Codes

Color #D19FB6 in popluar color models

D19FB6
RGB209159182
HSL332°35.21%72.16%
HSB/HSV332°23.92%81.96%
CMYK0.00%23.92%12.92%
18.04%

Color #D19FB6 in popluar number systems.

HEXD19FB6
Decimal209159182
Binary110100011001111110110110
Octal321237266

Shades and tints

Shades of #D19FB6

#D19FB6
(209,159,182)
#BE91A6
(190,145,166)
#AB8396
(171,131,150)
#987586
(152,117,134)
#856776
(133,103,118)
#725966
(114,89,102)
#5F4B56
(95,75,86)
#4C3D46
(76,61,70)
#392F36
(57,47,54)
#262126
(38,33,38)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D19FB6

#D19FB6
(209,159,182)
#D5A7BC
(213,167,188)
#D9AFC2
(217,175,194)
#DDB7C8
(221,183,200)
#E1BFCE
(225,191,206)
#E5C7D4
(229,199,212)
#E9CFDA
(233,207,218)
#EDD7E0
(237,215,224)
#F1DFE6
(241,223,230)
#F5E7EC
(245,231,236)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19FB6; }

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

This text font color is #D19FB6.


Background Color

.myBgColor { background-color: #D19FB6; }

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

This div background color is #D19FB6.


Border color

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

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

This div border color is #D19FB6.


Opacity

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

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

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

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

This text has shadow with #D19FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19FB6 on black background.


Color preview on white background

This text has color #D19FB6 on white background.



Black color preview on #D19FB6 background

This text has black color on #D19FB6 background.


White color preview on #D19FB6 background

This text has white color on #D19FB6 background.