COLOR #E5CFF2

HEX: #E5CFF2
RGB: (229,207,242)

Color info

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

RGB color model

#E5CFF2 color RGB value is (229,207,242).

  • red value is 229;
  • green value is 207;
  • blue value is 242.
RGB:
(229,207,242)
(90%,81%,95%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 242 of 255 = 95%

229
207
242

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

Portions of RGB colors in percentages

R + G + B =
229 + 207 + 242 = 678 (100%)
R 229 of 678 ~ 33.78%
G 207 of 678 ~ 30.53%
B 242 of 678 ~ 35.69%

%33.78
%30.53
%35.69

CMYK color model

#E5CFF2 color CMYK value is (5,14,0,5).

  • cyan value is 5.37%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(5,14,0,5)
C5M14Y0K5 
(5%,14%,0%,5%)
(0.05/0.14/0.00/0.05)	

CMYK percentages

%5.37
%14.46
%0
%5.1

Codes

Color #E5CFF2 in popluar color models

E5CFF2
RGB229207242
HSL278°57.38%88.04%
HSB/HSV278°14.46%94.90%
CMYK5.37%14.46%0.00%
5.10%

Color #E5CFF2 in popluar number systems.

HEXE5CFF2
Decimal229207242
Binary111001011100111111110010
Octal345317362

Shades and tints

Shades of #E5CFF2

#E5CFF2
(229,207,242)
#D1BDDC
(209,189,220)
#BDABC6
(189,171,198)
#A999B0
(169,153,176)
#95879A
(149,135,154)
#817584
(129,117,132)
#6D636E
(109,99,110)
#595158
(89,81,88)
#453F42
(69,63,66)
#312D2C
(49,45,44)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #E5CFF2

#E5CFF2
(229,207,242)
#E7D3F3
(231,211,243)
#E9D7F4
(233,215,244)
#EBDBF5
(235,219,245)
#EDDFF6
(237,223,246)
#EFE3F7
(239,227,247)
#F1E7F8
(241,231,248)
#F3EBF9
(243,235,249)
#F5EFFA
(245,239,250)
#F7F3FB
(247,243,251)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFF2 color. Also use rgb(229,207,242) instead hex code.

Text Font Color

.myTextColor { color: #E5CFF2; }

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

This text font color is #E5CFF2.


Background Color

.myBgColor { background-color: #E5CFF2; }

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

This div background color is #E5CFF2.


Border color

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

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

This div border color is #E5CFF2.


Opacity

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

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

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

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

This text has shadow with #E5CFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CFF2 on black background.


Color preview on white background

This text has color #E5CFF2 on white background.



Black color preview on #E5CFF2 background

This text has black color on #E5CFF2 background.


White color preview on #E5CFF2 background

This text has white color on #E5CFF2 background.