COLOR #D19DBB

HEX: #D19DBB
RGB: (209,157,187)

Color info

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

RGB color model

#D19DBB color RGB value is (209,157,187).

  • red value is 209;
  • green value is 157;
  • blue value is 187.
RGB:
(209,157,187)
(82%,62%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 157 of 255 = 62%
B 187 of 255 = 73%

209
157
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 157 + 187 = 553 (100%)
R 209 of 553 ~ 37.79%
G 157 of 553 ~ 28.39%
B 187 of 553 ~ 33.82%

%37.79
%28.39
%33.82

CMYK color model

#D19DBB color CMYK value is (0,25,11,18).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,25,11,18)
C0M25Y11K18 
(0%,25%,11%,18%)
(0.00/0.25/0.11/0.18)	

CMYK percentages

%0
%24.88
%10.53
%18.04

Codes

Color #D19DBB in popluar color models

D19DBB
RGB209157187
HSL325°36.11%71.76%
HSB/HSV325°24.88%81.96%
CMYK0.00%24.88%10.53%
18.04%

Color #D19DBB in popluar number systems.

HEXD19DBB
Decimal209157187
Binary110100011001110110111011
Octal321235273

Shades and tints

Shades of #D19DBB

#D19DBB
(209,157,187)
#BE8FAA
(190,143,170)
#AB8199
(171,129,153)
#987388
(152,115,136)
#856577
(133,101,119)
#725766
(114,87,102)
#5F4955
(95,73,85)
#4C3B44
(76,59,68)
#392D33
(57,45,51)
#261F22
(38,31,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #D19DBB

#D19DBB
(209,157,187)
#D5A5C1
(213,165,193)
#D9ADC7
(217,173,199)
#DDB5CD
(221,181,205)
#E1BDD3
(225,189,211)
#E5C5D9
(229,197,217)
#E9CDDF
(233,205,223)
#EDD5E5
(237,213,229)
#F1DDEB
(241,221,235)
#F5E5F1
(245,229,241)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19DBB color. Also use rgb(209,157,187) instead hex code.

Text Font Color

.myTextColor { color: #D19DBB; }

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

This text font color is #D19DBB.


Background Color

.myBgColor { background-color: #D19DBB; }

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

This div background color is #D19DBB.


Border color

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

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

This div border color is #D19DBB.


Opacity

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

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

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

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

This text has shadow with #D19DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19DBB on black background.


Color preview on white background

This text has color #D19DBB on white background.



Black color preview on #D19DBB background

This text has black color on #D19DBB background.


White color preview on #D19DBB background

This text has white color on #D19DBB background.