COLOR #D19BD1

HEX: #D19BD1
RGB: (209,155,209)

Color info

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

RGB color model

#D19BD1 color RGB value is (209,155,209).

  • red value is 209;
  • green value is 155;
  • blue value is 209.
RGB:
(209,155,209)
(82%,61%,82%)

RGB channels and saturation

R 209 of 255 = 82%
G 155 of 255 = 61%
B 209 of 255 = 82%

209
155
209

R + G + B ~ 75%. #D19BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 209 = 573 (100%)
R 209 of 573 ~ 36.47%
G 155 of 573 ~ 27.05%
B 209 of 573 ~ 36.47%

%36.47
%27.05
%36.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(0,26,0,18)
C0M26Y0K18 
(0%,26%,0%,18%)
(0.00/0.26/0.00/0.18)	

CMYK percentages

%0
%25.84
%0
%18.04

Codes

Color #D19BD1 in popluar color models

D19BD1
RGB209155209
HSL300°36.99%71.37%
HSB/HSV300°25.84%81.96%
CMYK0.00%25.84%0.00%
18.04%

Color #D19BD1 in popluar number systems.

HEXD19BD1
Decimal209155209
Binary110100011001101111010001
Octal321233321

Shades and tints

Shades of #D19BD1

#D19BD1
(209,155,209)
#BE8DBE
(190,141,190)
#AB7FAB
(171,127,171)
#987198
(152,113,152)
#856385
(133,99,133)
#725572
(114,85,114)
#5F475F
(95,71,95)
#4C394C
(76,57,76)
#392B39
(57,43,57)
#261D26
(38,29,38)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #D19BD1

#D19BD1
(209,155,209)
#D5A4D5
(213,164,213)
#D9ADD9
(217,173,217)
#DDB6DD
(221,182,221)
#E1BFE1
(225,191,225)
#E5C8E5
(229,200,229)
#E9D1E9
(233,209,233)
#EDDAED
(237,218,237)
#F1E3F1
(241,227,241)
#F5ECF5
(245,236,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BD1; }

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

This text font color is #D19BD1.


Background Color

.myBgColor { background-color: #D19BD1; }

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

This div background color is #D19BD1.


Border color

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

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

This div border color is #D19BD1.


Opacity

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

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

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

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

This text has shadow with #D19BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BD1 on black background.


Color preview on white background

This text has color #D19BD1 on white background.



Black color preview on #D19BD1 background

This text has black color on #D19BD1 background.


White color preview on #D19BD1 background

This text has white color on #D19BD1 background.