COLOR #D19EFC

HEX: #D19EFC
RGB: (209,158,252)

Color info

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

RGB color model

#D19EFC color RGB value is (209,158,252).

  • red value is 209;
  • green value is 158;
  • blue value is 252.
RGB:
(209,158,252)
(82%,62%,99%)

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 252 of 255 = 99%

209
158
252

R + G + B ~ 81%. #D19EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 158 + 252 = 619 (100%)
R 209 of 619 ~ 33.76%
G 158 of 619 ~ 25.53%
B 252 of 619 ~ 40.71%

%33.76
%25.53
%40.71

CMYK color model

#D19EFC color CMYK value is (17,37,0,1).

  • cyan value is 17.06%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(17,37,0,1)
C17M37Y0K1 
(17%,37%,0%,1%)
(0.17/0.37/0.00/0.01)	

CMYK percentages

%17.06
%37.3
%0
%1.18

Codes

Color #D19EFC in popluar color models

D19EFC
RGB209158252
HSL273°94.00%80.39%
HSB/HSV273°37.30%98.82%
CMYK17.06%37.30%0.00%
1.18%

Color #D19EFC in popluar number systems.

HEXD19EFC
Decimal209158252
Binary110100011001111011111100
Octal321236374

Shades and tints

Shades of #D19EFC

#D19EFC
(209,158,252)
#BE90E6
(190,144,230)
#AB82D0
(171,130,208)
#9874BA
(152,116,186)
#8566A4
(133,102,164)
#72588E
(114,88,142)
#5F4A78
(95,74,120)
#4C3C62
(76,60,98)
#392E4C
(57,46,76)
#262036
(38,32,54)
#131220
(19,18,32)
#000000
(0,0,0)

Tints of #D19EFC

#D19EFC
(209,158,252)
#D5A6FC
(213,166,252)
#D9AEFC
(217,174,252)
#DDB6FC
(221,182,252)
#E1BEFC
(225,190,252)
#E5C6FC
(229,198,252)
#E9CEFC
(233,206,252)
#EDD6FC
(237,214,252)
#F1DEFC
(241,222,252)
#F5E6FC
(245,230,252)
#F9EEFC
(249,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19EFC; }

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

This text font color is #D19EFC.


Background Color

.myBgColor { background-color: #D19EFC; }

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

This div background color is #D19EFC.


Border color

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

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

This div border color is #D19EFC.


Opacity

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

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

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

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

This text has shadow with #D19EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19EFC on black background.


Color preview on white background

This text has color #D19EFC on white background.



Black color preview on #D19EFC background

This text has black color on #D19EFC background.


White color preview on #D19EFC background

This text has white color on #D19EFC background.