COLOR #E3CEF5

HEX: #E3CEF5
RGB: (227,206,245)

Color info

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

RGB color model

#E3CEF5 color RGB value is (227,206,245).

  • red value is 227;
  • green value is 206;
  • blue value is 245.
RGB:
(227,206,245)
(89%,81%,96%)

RGB channels and saturation

R 227 of 255 = 89%
G 206 of 255 = 81%
B 245 of 255 = 96%

227
206
245

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

Portions of RGB colors in percentages

R + G + B =
227 + 206 + 245 = 678 (100%)
R 227 of 678 ~ 33.48%
G 206 of 678 ~ 30.38%
B 245 of 678 ~ 36.14%

%33.48
%30.38
%36.14

CMYK color model

#E3CEF5 color CMYK value is (7,16,0,4).

  • cyan value is 7.35%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(7,16,0,4)
C7M16Y0K4 
(7%,16%,0%,4%)
(0.07/0.16/0.00/0.04)	

CMYK percentages

%7.35
%15.92
%0
%3.92

Codes

Color #E3CEF5 in popluar color models

E3CEF5
RGB227206245
HSL272°66.10%88.43%
HSB/HSV272°15.92%96.08%
CMYK7.35%15.92%0.00%
3.92%

Color #E3CEF5 in popluar number systems.

HEXE3CEF5
Decimal227206245
Binary111000111100111011110101
Octal343316365

Shades and tints

Shades of #E3CEF5

#E3CEF5
(227,206,245)
#CFBCDF
(207,188,223)
#BBAAC9
(187,170,201)
#A798B3
(167,152,179)
#93869D
(147,134,157)
#7F7487
(127,116,135)
#6B6271
(107,98,113)
#57505B
(87,80,91)
#433E45
(67,62,69)
#2F2C2F
(47,44,47)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #E3CEF5

#E3CEF5
(227,206,245)
#E5D2F5
(229,210,245)
#E7D6F5
(231,214,245)
#E9DAF5
(233,218,245)
#EBDEF5
(235,222,245)
#EDE2F5
(237,226,245)
#EFE6F5
(239,230,245)
#F1EAF5
(241,234,245)
#F3EEF5
(243,238,245)
#F5F2F5
(245,242,245)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CEF5 color. Also use rgb(227,206,245) instead hex code.

Text Font Color

.myTextColor { color: #E3CEF5; }

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

This text font color is #E3CEF5.


Background Color

.myBgColor { background-color: #E3CEF5; }

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

This div background color is #E3CEF5.


Border color

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

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

This div border color is #E3CEF5.


Opacity

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

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

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

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

This text has shadow with #E3CEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CEF5 on black background.


Color preview on white background

This text has color #E3CEF5 on white background.



Black color preview on #E3CEF5 background

This text has black color on #E3CEF5 background.


White color preview on #E3CEF5 background

This text has white color on #E3CEF5 background.