COLOR #D19CFB

HEX: #D19CFB
RGB: (209,156,251)

Color info

#D19CFB contains mainly red and blue colors. Web safe color of #D19CFB is #CC99FF (or #C9F).

RGB color model

#D19CFB color RGB value is (209,156,251).

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

RGB channels and saturation

R 209 of 255 = 82%
G 156 of 255 = 61%
B 251 of 255 = 98%

209
156
251

R + G + B ~ 80%. #D19CFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 156 + 251 = 616 (100%)
R 209 of 616 ~ 33.93%
G 156 of 616 ~ 25.32%
B 251 of 616 ~ 40.75%

%33.93
%25.32
%40.75

CMYK color model

#D19CFB color CMYK value is (17,38,0,2).

  • cyan value is 16.73%
  • magenta value is 37.85%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(17,38,0,2)
C17M38Y0K2 
(17%,38%,0%,2%)
(0.17/0.38/0.00/0.02)	

CMYK percentages

%16.73
%37.85
%0
%1.57

Codes

Color #D19CFB in popluar color models

D19CFB
RGB209156251
HSL273°92.23%79.80%
HSB/HSV273°37.85%98.43%
CMYK16.73%37.85%0.00%
1.57%

Color #D19CFB in popluar number systems.

HEXD19CFB
Decimal209156251
Binary110100011001110011111011
Octal321234373

Shades and tints

Shades of #D19CFB

#D19CFB
(209,156,251)
#BE8EE5
(190,142,229)
#AB80CF
(171,128,207)
#9872B9
(152,114,185)
#8564A3
(133,100,163)
#72568D
(114,86,141)
#5F4877
(95,72,119)
#4C3A61
(76,58,97)
#392C4B
(57,44,75)
#261E35
(38,30,53)
#13101F
(19,16,31)
#000000
(0,0,0)

Tints of #D19CFB

#D19CFB
(209,156,251)
#D5A5FB
(213,165,251)
#D9AEFB
(217,174,251)
#DDB7FB
(221,183,251)
#E1C0FB
(225,192,251)
#E5C9FB
(229,201,251)
#E9D2FB
(233,210,251)
#EDDBFB
(237,219,251)
#F1E4FB
(241,228,251)
#F5EDFB
(245,237,251)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19CFB; }

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

This text font color is #D19CFB.


Background Color

.myBgColor { background-color: #D19CFB; }

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

This div background color is #D19CFB.


Border color

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

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

This div border color is #D19CFB.


Opacity

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

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

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

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

This text has shadow with #D19CFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19CFB on black background.


Color preview on white background

This text has color #D19CFB on white background.



Black color preview on #D19CFB background

This text has black color on #D19CFB background.


White color preview on #D19CFB background

This text has white color on #D19CFB background.