COLOR #E2CBEF

HEX: #E2CBEF
RGB: (226,203,239)

Color info

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

RGB color model

#E2CBEF color RGB value is (226,203,239).

  • red value is 226;
  • green value is 203;
  • blue value is 239.
RGB:
(226,203,239)
(89%,80%,94%)

RGB channels and saturation

R 226 of 255 = 89%
G 203 of 255 = 80%
B 239 of 255 = 94%

226
203
239

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

Portions of RGB colors in percentages

R + G + B =
226 + 203 + 239 = 668 (100%)
R 226 of 668 ~ 33.83%
G 203 of 668 ~ 30.39%
B 239 of 668 ~ 35.78%

%33.83
%30.39
%35.78

CMYK color model

#E2CBEF color CMYK value is (5,15,0,6).

  • cyan value is 5.44%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,15,0,6)
C5M15Y0K6 
(5%,15%,0%,6%)
(0.05/0.15/0.00/0.06)	

CMYK percentages

%5.44
%15.06
%0
%6.27

Codes

Color #E2CBEF in popluar color models

E2CBEF
RGB226203239
HSL278°52.94%86.67%
HSB/HSV278°15.06%93.73%
CMYK5.44%15.06%0.00%
6.27%

Color #E2CBEF in popluar number systems.

HEXE2CBEF
Decimal226203239
Binary111000101100101111101111
Octal342313357

Shades and tints

Shades of #E2CBEF

#E2CBEF
(226,203,239)
#CEB9DA
(206,185,218)
#BAA7C5
(186,167,197)
#A695B0
(166,149,176)
#92839B
(146,131,155)
#7E7186
(126,113,134)
#6A5F71
(106,95,113)
#564D5C
(86,77,92)
#423B47
(66,59,71)
#2E2932
(46,41,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #E2CBEF

#E2CBEF
(226,203,239)
#E4CFF0
(228,207,240)
#E6D3F1
(230,211,241)
#E8D7F2
(232,215,242)
#EADBF3
(234,219,243)
#ECDFF4
(236,223,244)
#EEE3F5
(238,227,245)
#F0E7F6
(240,231,246)
#F2EBF7
(242,235,247)
#F4EFF8
(244,239,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CBEF color. Also use rgb(226,203,239) instead hex code.

Text Font Color

.myTextColor { color: #E2CBEF; }

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

This text font color is #E2CBEF.


Background Color

.myBgColor { background-color: #E2CBEF; }

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

This div background color is #E2CBEF.


Border color

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

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

This div border color is #E2CBEF.


Opacity

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

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

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

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

This text has shadow with #E2CBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CBEF on black background.


Color preview on white background

This text has color #E2CBEF on white background.



Black color preview on #E2CBEF background

This text has black color on #E2CBEF background.


White color preview on #E2CBEF background

This text has white color on #E2CBEF background.