COLOR #D19BCB

HEX: #D19BCB
RGB: (209,155,203)

Color info

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

RGB color model

#D19BCB color RGB value is (209,155,203).

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

RGB channels and saturation

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

209
155
203

R + G + B ~ 74%. #D19BCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 155 + 203 = 567 (100%)
R 209 of 567 ~ 36.86%
G 155 of 567 ~ 27.34%
B 203 of 567 ~ 35.8%

%36.86
%27.34
%35.8

CMYK color model

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

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

CMYK percentages

%0
%25.84
%2.87
%18.04

Codes

Color #D19BCB in popluar color models

D19BCB
RGB209155203
HSL307°36.99%71.37%
HSB/HSV307°25.84%81.96%
CMYK0.00%25.84%2.87%
18.04%

Color #D19BCB in popluar number systems.

HEXD19BCB
Decimal209155203
Binary110100011001101111001011
Octal321233313

Shades and tints

Shades of #D19BCB

#D19BCB
(209,155,203)
#BE8DB9
(190,141,185)
#AB7FA7
(171,127,167)
#987195
(152,113,149)
#856383
(133,99,131)
#725571
(114,85,113)
#5F475F
(95,71,95)
#4C394D
(76,57,77)
#392B3B
(57,43,59)
#261D29
(38,29,41)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #D19BCB

#D19BCB
(209,155,203)
#D5A4CF
(213,164,207)
#D9ADD3
(217,173,211)
#DDB6D7
(221,182,215)
#E1BFDB
(225,191,219)
#E5C8DF
(229,200,223)
#E9D1E3
(233,209,227)
#EDDAE7
(237,218,231)
#F1E3EB
(241,227,235)
#F5ECEF
(245,236,239)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19BCB; }

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

This text font color is #D19BCB.


Background Color

.myBgColor { background-color: #D19BCB; }

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

This div background color is #D19BCB.


Border color

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

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

This div border color is #D19BCB.


Opacity

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

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

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

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

This text has shadow with #D19BCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19BCB on black background.


Color preview on white background

This text has color #D19BCB on white background.



Black color preview on #D19BCB background

This text has black color on #D19BCB background.


White color preview on #D19BCB background

This text has white color on #D19BCB background.