COLOR #E2CFF9

HEX: #E2CFF9
RGB: (226,207,249)

Color info

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

RGB color model

#E2CFF9 color RGB value is (226,207,249).

  • red value is 226;
  • green value is 207;
  • blue value is 249.
RGB:
(226,207,249)
(89%,81%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 207 of 255 = 81%
B 249 of 255 = 98%

226
207
249

R + G + B ~ 89%. #E2CFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 207 + 249 = 682 (100%)
R 226 of 682 ~ 33.14%
G 207 of 682 ~ 30.35%
B 249 of 682 ~ 36.51%

%33.14
%30.35
%36.51

CMYK color model

#E2CFF9 color CMYK value is (9,17,0,2).

  • cyan value is 9.24%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(9,17,0,2)
C9M17Y0K2 
(9%,17%,0%,2%)
(0.09/0.17/0.00/0.02)	

CMYK percentages

%9.24
%16.87
%0
%2.35

Codes

Color #E2CFF9 in popluar color models

E2CFF9
RGB226207249
HSL267°77.78%89.41%
HSB/HSV267°16.87%97.65%
CMYK9.24%16.87%0.00%
2.35%

Color #E2CFF9 in popluar number systems.

HEXE2CFF9
Decimal226207249
Binary111000101100111111111001
Octal342317371

Shades and tints

Shades of #E2CFF9

#E2CFF9
(226,207,249)
#CEBDE3
(206,189,227)
#BAABCD
(186,171,205)
#A699B7
(166,153,183)
#9287A1
(146,135,161)
#7E758B
(126,117,139)
#6A6375
(106,99,117)
#56515F
(86,81,95)
#423F49
(66,63,73)
#2E2D33
(46,45,51)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #E2CFF9

#E2CFF9
(226,207,249)
#E4D3F9
(228,211,249)
#E6D7F9
(230,215,249)
#E8DBF9
(232,219,249)
#EADFF9
(234,223,249)
#ECE3F9
(236,227,249)
#EEE7F9
(238,231,249)
#F0EBF9
(240,235,249)
#F2EFF9
(242,239,249)
#F4F3F9
(244,243,249)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CFF9 color. Also use rgb(226,207,249) instead hex code.

Text Font Color

.myTextColor { color: #E2CFF9; }

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

This text font color is #E2CFF9.


Background Color

.myBgColor { background-color: #E2CFF9; }

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

This div background color is #E2CFF9.


Border color

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

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

This div border color is #E2CFF9.


Opacity

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

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

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

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

This text has shadow with #E2CFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CFF9 on black background.


Color preview on white background

This text has color #E2CFF9 on white background.



Black color preview on #E2CFF9 background

This text has black color on #E2CFF9 background.


White color preview on #E2CFF9 background

This text has white color on #E2CFF9 background.