COLOR #E2BEE2

HEX: #E2BEE2
RGB: (226,190,226)

Color info

#E2BEE2 contains red, green and blue colors in about the same proportion. Web safe color of #E2BEE2 is #CCCCCC (or #CCC).

RGB color model

#E2BEE2 color RGB value is (226,190,226).

  • red value is 226;
  • green value is 190;
  • blue value is 226.
RGB:
(226,190,226)
(89%,75%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 190 of 255 = 75%
B 226 of 255 = 89%

226
190
226

R + G + B ~ 84%. #E2BEE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 190 + 226 = 642 (100%)
R 226 of 642 ~ 35.2%
G 190 of 642 ~ 29.6%
B 226 of 642 ~ 35.2%

%35.2
%29.6
%35.2

CMYK color model

#E2BEE2 color CMYK value is (0,16,0,11).

  • cyan value is 0.00%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(0,16,0,11)
C0M16Y0K11 
(0%,16%,0%,11%)
(0.00/0.16/0.00/0.11)	

CMYK percentages

%0
%15.93
%0
%11.37

Codes

Color #E2BEE2 in popluar color models

E2BEE2
RGB226190226
HSL300°38.30%81.57%
HSB/HSV300°15.93%88.63%
CMYK0.00%15.93%0.00%
11.37%

Color #E2BEE2 in popluar number systems.

HEXE2BEE2
Decimal226190226
Binary111000101011111011100010
Octal342276342

Shades and tints

Shades of #E2BEE2

#E2BEE2
(226,190,226)
#CEADCE
(206,173,206)
#BA9CBA
(186,156,186)
#A68BA6
(166,139,166)
#927A92
(146,122,146)
#7E697E
(126,105,126)
#6A586A
(106,88,106)
#564756
(86,71,86)
#423642
(66,54,66)
#2E252E
(46,37,46)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2BEE2

#E2BEE2
(226,190,226)
#E4C3E4
(228,195,228)
#E6C8E6
(230,200,230)
#E8CDE8
(232,205,232)
#EAD2EA
(234,210,234)
#ECD7EC
(236,215,236)
#EEDCEE
(238,220,238)
#F0E1F0
(240,225,240)
#F2E6F2
(242,230,242)
#F4EBF4
(244,235,244)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BEE2; }

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

This text font color is #E2BEE2.


Background Color

.myBgColor { background-color: #E2BEE2; }

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

This div background color is #E2BEE2.


Border color

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

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

This div border color is #E2BEE2.


Opacity

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

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

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

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

This text has shadow with #E2BEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BEE2 on black background.


Color preview on white background

This text has color #E2BEE2 on white background.



Black color preview on #E2BEE2 background

This text has black color on #E2BEE2 background.


White color preview on #E2BEE2 background

This text has white color on #E2BEE2 background.