COLOR #E6E2FD

HEX: #E6E2FD
RGB: (230,226,253)

Color info

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

RGB color model

#E6E2FD color RGB value is (230,226,253).

  • red value is 230;
  • green value is 226;
  • blue value is 253.
RGB:
(230,226,253)
(90%,89%,99%)

RGB channels and saturation

R 230 of 255 = 90%
G 226 of 255 = 89%
B 253 of 255 = 99%

230
226
253

R + G + B ~ 93%. #E6E2FD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 253 = 709 (100%)
R 230 of 709 ~ 32.44%
G 226 of 709 ~ 31.88%
B 253 of 709 ~ 35.68%

%32.44
%31.88
%35.68

CMYK color model

#E6E2FD color CMYK value is (9,11,0,1).

  • cyan value is 9.09%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,11,0,1)
C9M11Y0K1 
(9%,11%,0%,1%)
(0.09/0.11/0.00/0.01)	

CMYK percentages

%9.09
%10.67
%0
%0.78

Codes

Color #E6E2FD in popluar color models

E6E2FD
RGB230226253
HSL249°87.10%93.92%
HSB/HSV249°10.67%99.22%
CMYK9.09%10.67%0.00%
0.78%

Color #E6E2FD in popluar number systems.

HEXE6E2FD
Decimal230226253
Binary111001101110001011111101
Octal346342375

Shades and tints

Shades of #E6E2FD

#E6E2FD
(230,226,253)
#D2CEE6
(210,206,230)
#BEBACF
(190,186,207)
#AAA6B8
(170,166,184)
#9692A1
(150,146,161)
#827E8A
(130,126,138)
#6E6A73
(110,106,115)
#5A565C
(90,86,92)
#464245
(70,66,69)
#322E2E
(50,46,46)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6E2FD

#E6E2FD
(230,226,253)
#E8E4FD
(232,228,253)
#EAE6FD
(234,230,253)
#ECE8FD
(236,232,253)
#EEEAFD
(238,234,253)
#F0ECFD
(240,236,253)
#F2EEFD
(242,238,253)
#F4F0FD
(244,240,253)
#F6F2FD
(246,242,253)
#F8F4FD
(248,244,253)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E2FD color. Also use rgb(230,226,253) instead hex code.

Text Font Color

.myTextColor { color: #E6E2FD; }

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

This text font color is #E6E2FD.


Background Color

.myBgColor { background-color: #E6E2FD; }

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

This div background color is #E6E2FD.


Border color

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

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

This div border color is #E6E2FD.


Opacity

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

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

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

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

This text has shadow with #E6E2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2FD on black background.


Color preview on white background

This text has color #E6E2FD on white background.



Black color preview on #E6E2FD background

This text has black color on #E6E2FD background.


White color preview on #E6E2FD background

This text has white color on #E6E2FD background.