COLOR #E3CBF5

HEX: #E3CBF5
RGB: (227,203,245)

Color info

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

RGB color model

#E3CBF5 color RGB value is (227,203,245).

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

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 245 of 255 = 96%

227
203
245

R + G + B ~ 88%. #E3CBF5 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 203 + 245 = 675 (100%)
R 227 of 675 ~ 33.63%
G 203 of 675 ~ 30.07%
B 245 of 675 ~ 36.3%

%33.63
%30.07
%36.3

CMYK color model

#E3CBF5 color CMYK value is (7,17,0,4).

  • cyan value is 7.35%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(7,17,0,4)
C7M17Y0K4 
(7%,17%,0%,4%)
(0.07/0.17/0.00/0.04)	

CMYK percentages

%7.35
%17.14
%0
%3.92

Codes

Color #E3CBF5 in popluar color models

E3CBF5
RGB227203245
HSL274°67.74%87.84%
HSB/HSV274°17.14%96.08%
CMYK7.35%17.14%0.00%
3.92%

Color #E3CBF5 in popluar number systems.

HEXE3CBF5
Decimal227203245
Binary111000111100101111110101
Octal343313365

Shades and tints

Shades of #E3CBF5

#E3CBF5
(227,203,245)
#CFB9DF
(207,185,223)
#BBA7C9
(187,167,201)
#A795B3
(167,149,179)
#93839D
(147,131,157)
#7F7187
(127,113,135)
#6B5F71
(107,95,113)
#574D5B
(87,77,91)
#433B45
(67,59,69)
#2F292F
(47,41,47)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #E3CBF5

#E3CBF5
(227,203,245)
#E5CFF5
(229,207,245)
#E7D3F5
(231,211,245)
#E9D7F5
(233,215,245)
#EBDBF5
(235,219,245)
#EDDFF5
(237,223,245)
#EFE3F5
(239,227,245)
#F1E7F5
(241,231,245)
#F3EBF5
(243,235,245)
#F5EFF5
(245,239,245)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CBF5; }

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

This text font color is #E3CBF5.


Background Color

.myBgColor { background-color: #E3CBF5; }

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

This div background color is #E3CBF5.


Border color

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

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

This div border color is #E3CBF5.


Opacity

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

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

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

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

This text has shadow with #E3CBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CBF5 on black background.


Color preview on white background

This text has color #E3CBF5 on white background.



Black color preview on #E3CBF5 background

This text has black color on #E3CBF5 background.


White color preview on #E3CBF5 background

This text has white color on #E3CBF5 background.