COLOR #E9CFF8

HEX: #E9CFF8
RGB: (233,207,248)

Color info

#E9CFF8 contains red, green and blue colors in about the same proportion. Web safe color of #E9CFF8 is #FFCCFF (or #FCF).

RGB color model

#E9CFF8 color RGB value is (233,207,248).

  • red value is 233;
  • green value is 207;
  • blue value is 248.
RGB:
(233,207,248)
(91%,81%,97%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 248 of 255 = 97%

233
207
248

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

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 248 = 688 (100%)
R 233 of 688 ~ 33.87%
G 207 of 688 ~ 30.09%
B 248 of 688 ~ 36.05%

%33.87
%30.09
%36.05

CMYK color model

#E9CFF8 color CMYK value is (6,17,0,3).

  • cyan value is 6.05%
  • magenta value is 16.53%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,17,0,3)
C6M17Y0K3 
(6%,17%,0%,3%)
(0.06/0.17/0.00/0.03)	

CMYK percentages

%6.05
%16.53
%0
%2.75

Codes

Color #E9CFF8 in popluar color models

E9CFF8
RGB233207248
HSL278°74.55%89.22%
HSB/HSV278°16.53%97.25%
CMYK6.05%16.53%0.00%
2.75%

Color #E9CFF8 in popluar number systems.

HEXE9CFF8
Decimal233207248
Binary111010011100111111111000
Octal351317370

Shades and tints

Shades of #E9CFF8

#E9CFF8
(233,207,248)
#D4BDE2
(212,189,226)
#BFABCC
(191,171,204)
#AA99B6
(170,153,182)
#9587A0
(149,135,160)
#80758A
(128,117,138)
#6B6374
(107,99,116)
#56515E
(86,81,94)
#413F48
(65,63,72)
#2C2D32
(44,45,50)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #E9CFF8

#E9CFF8
(233,207,248)
#EBD3F8
(235,211,248)
#EDD7F8
(237,215,248)
#EFDBF8
(239,219,248)
#F1DFF8
(241,223,248)
#F3E3F8
(243,227,248)
#F5E7F8
(245,231,248)
#F7EBF8
(247,235,248)
#F9EFF8
(249,239,248)
#FBF3F8
(251,243,248)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9CFF8 color. Also use rgb(233,207,248) instead hex code.

Text Font Color

.myTextColor { color: #E9CFF8; }

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

This text font color is #E9CFF8.


Background Color

.myBgColor { background-color: #E9CFF8; }

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

This div background color is #E9CFF8.


Border color

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

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

This div border color is #E9CFF8.


Opacity

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

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

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

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

This text has shadow with #E9CFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CFF8 on black background.


Color preview on white background

This text has color #E9CFF8 on white background.



Black color preview on #E9CFF8 background

This text has black color on #E9CFF8 background.


White color preview on #E9CFF8 background

This text has white color on #E9CFF8 background.