COLOR #E8CFF4

HEX: #E8CFF4
RGB: (232,207,244)

Color info

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

RGB color model

#E8CFF4 color RGB value is (232,207,244).

  • red value is 232;
  • green value is 207;
  • blue value is 244.
RGB:
(232,207,244)
(91%,81%,96%)

RGB channels and saturation

R 232 of 255 = 91%
G 207 of 255 = 81%
B 244 of 255 = 96%

232
207
244

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

Portions of RGB colors in percentages

R + G + B =
232 + 207 + 244 = 683 (100%)
R 232 of 683 ~ 33.97%
G 207 of 683 ~ 30.31%
B 244 of 683 ~ 35.72%

%33.97
%30.31
%35.72

CMYK color model

#E8CFF4 color CMYK value is (5,15,0,4).

  • cyan value is 4.92%
  • magenta value is 15.16%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(5,15,0,4)
C5M15Y0K4 
(5%,15%,0%,4%)
(0.05/0.15/0.00/0.04)	

CMYK percentages

%4.92
%15.16
%0
%4.31

Codes

Color #E8CFF4 in popluar color models

E8CFF4
RGB232207244
HSL281°62.71%88.43%
HSB/HSV281°15.16%95.69%
CMYK4.92%15.16%0.00%
4.31%

Color #E8CFF4 in popluar number systems.

HEXE8CFF4
Decimal232207244
Binary111010001100111111110100
Octal350317364

Shades and tints

Shades of #E8CFF4

#E8CFF4
(232,207,244)
#D3BDDE
(211,189,222)
#BEABC8
(190,171,200)
#A999B2
(169,153,178)
#94879C
(148,135,156)
#7F7586
(127,117,134)
#6A6370
(106,99,112)
#55515A
(85,81,90)
#403F44
(64,63,68)
#2B2D2E
(43,45,46)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #E8CFF4

#E8CFF4
(232,207,244)
#EAD3F5
(234,211,245)
#ECD7F6
(236,215,246)
#EEDBF7
(238,219,247)
#F0DFF8
(240,223,248)
#F2E3F9
(242,227,249)
#F4E7FA
(244,231,250)
#F6EBFB
(246,235,251)
#F8EFFC
(248,239,252)
#FAF3FD
(250,243,253)
#FCF7FE
(252,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CFF4 color. Also use rgb(232,207,244) instead hex code.

Text Font Color

.myTextColor { color: #E8CFF4; }

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

This text font color is #E8CFF4.


Background Color

.myBgColor { background-color: #E8CFF4; }

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

This div background color is #E8CFF4.


Border color

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

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

This div border color is #E8CFF4.


Opacity

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

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

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

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

This text has shadow with #E8CFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CFF4 on black background.


Color preview on white background

This text has color #E8CFF4 on white background.



Black color preview on #E8CFF4 background

This text has black color on #E8CFF4 background.


White color preview on #E8CFF4 background

This text has white color on #E8CFF4 background.