COLOR #E6D1FB

HEX: #E6D1FB
RGB: (230,209,251)

Color info

#E6D1FB contains red, green and blue colors in about the same proportion. Web safe color of #E6D1FB is #CCCCFF (or #CCF).

RGB color model

#E6D1FB color RGB value is (230,209,251).

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

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 251 of 255 = 98%

230
209
251

R + G + B ~ 90%. #E6D1FB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 209 + 251 = 690 (100%)
R 230 of 690 ~ 33.33%
G 209 of 690 ~ 30.29%
B 251 of 690 ~ 36.38%

%33.33
%30.29
%36.38

CMYK color model

#E6D1FB color CMYK value is (8,17,0,2).

  • cyan value is 8.37%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,17,0,2)
C8M17Y0K2 
(8%,17%,0%,2%)
(0.08/0.17/0.00/0.02)	

CMYK percentages

%8.37
%16.73
%0
%1.57

Codes

Color #E6D1FB in popluar color models

E6D1FB
RGB230209251
HSL270°84.00%90.20%
HSB/HSV270°16.73%98.43%
CMYK8.37%16.73%0.00%
1.57%

Color #E6D1FB in popluar number systems.

HEXE6D1FB
Decimal230209251
Binary111001101101000111111011
Octal346321373

Shades and tints

Shades of #E6D1FB

#E6D1FB
(230,209,251)
#D2BEE5
(210,190,229)
#BEABCF
(190,171,207)
#AA98B9
(170,152,185)
#9685A3
(150,133,163)
#82728D
(130,114,141)
#6E5F77
(110,95,119)
#5A4C61
(90,76,97)
#46394B
(70,57,75)
#322635
(50,38,53)
#1E131F
(30,19,31)
#000000
(0,0,0)

Tints of #E6D1FB

#E6D1FB
(230,209,251)
#E8D5FB
(232,213,251)
#EAD9FB
(234,217,251)
#ECDDFB
(236,221,251)
#EEE1FB
(238,225,251)
#F0E5FB
(240,229,251)
#F2E9FB
(242,233,251)
#F4EDFB
(244,237,251)
#F6F1FB
(246,241,251)
#F8F5FB
(248,245,251)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1FB; }

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

This text font color is #E6D1FB.


Background Color

.myBgColor { background-color: #E6D1FB; }

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

This div background color is #E6D1FB.


Border color

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

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

This div border color is #E6D1FB.


Opacity

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

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

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

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

This text has shadow with #E6D1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1FB on black background.


Color preview on white background

This text has color #E6D1FB on white background.



Black color preview on #E6D1FB background

This text has black color on #E6D1FB background.


White color preview on #E6D1FB background

This text has white color on #E6D1FB background.