COLOR #D19ABB

HEX: #D19ABB
RGB: (209,154,187)

Color info

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

RGB color model

#D19ABB color RGB value is (209,154,187).

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

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 187 of 255 = 73%

209
154
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 154 + 187 = 550 (100%)
R 209 of 550 ~ 38%
G 154 of 550 ~ 28%
B 187 of 550 ~ 34%

%38
%28
%34

CMYK color model

#D19ABB color CMYK value is (0,26,11,18).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,26,11,18)
C0M26Y11K18 
(0%,26%,11%,18%)
(0.00/0.26/0.11/0.18)	

CMYK percentages

%0
%26.32
%10.53
%18.04

Codes

Color #D19ABB in popluar color models

D19ABB
RGB209154187
HSL324°37.41%71.18%
HSB/HSV324°26.32%81.96%
CMYK0.00%26.32%10.53%
18.04%

Color #D19ABB in popluar number systems.

HEXD19ABB
Decimal209154187
Binary110100011001101010111011
Octal321232273

Shades and tints

Shades of #D19ABB

#D19ABB
(209,154,187)
#BE8CAA
(190,140,170)
#AB7E99
(171,126,153)
#987088
(152,112,136)
#856277
(133,98,119)
#725466
(114,84,102)
#5F4655
(95,70,85)
#4C3844
(76,56,68)
#392A33
(57,42,51)
#261C22
(38,28,34)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #D19ABB

#D19ABB
(209,154,187)
#D5A3C1
(213,163,193)
#D9ACC7
(217,172,199)
#DDB5CD
(221,181,205)
#E1BED3
(225,190,211)
#E5C7D9
(229,199,217)
#E9D0DF
(233,208,223)
#EDD9E5
(237,217,229)
#F1E2EB
(241,226,235)
#F5EBF1
(245,235,241)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19ABB; }

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

This text font color is #D19ABB.


Background Color

.myBgColor { background-color: #D19ABB; }

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

This div background color is #D19ABB.


Border color

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

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

This div border color is #D19ABB.


Opacity

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

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

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

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

This text has shadow with #D19ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19ABB on black background.


Color preview on white background

This text has color #D19ABB on white background.



Black color preview on #D19ABB background

This text has black color on #D19ABB background.


White color preview on #D19ABB background

This text has white color on #D19ABB background.