COLOR #E3BEE0

HEX: #E3BEE0
RGB: (227,190,224)

Color info

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

RGB color model

#E3BEE0 color RGB value is (227,190,224).

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

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 224 of 255 = 88%

227
190
224

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

Portions of RGB colors in percentages

R + G + B =
227 + 190 + 224 = 641 (100%)
R 227 of 641 ~ 35.41%
G 190 of 641 ~ 29.64%
B 224 of 641 ~ 34.95%

%35.41
%29.64
%34.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.30%
  • yellow value is 1.32%
  • key color value is 10.98%
CMYK:
(0,16,1,11)
C0M16Y1K11 
(0%,16%,1%,11%)
(0.00/0.16/0.01/0.11)	

CMYK percentages

%0
%16.3
%1.32
%10.98

Codes

Color #E3BEE0 in popluar color models

E3BEE0
RGB227190224
HSL305°39.78%81.76%
HSB/HSV305°16.30%89.02%
CMYK0.00%16.30%1.32%
10.98%

Color #E3BEE0 in popluar number systems.

HEXE3BEE0
Decimal227190224
Binary111000111011111011100000
Octal343276340

Shades and tints

Shades of #E3BEE0

#E3BEE0
(227,190,224)
#CFADCC
(207,173,204)
#BB9CB8
(187,156,184)
#A78BA4
(167,139,164)
#937A90
(147,122,144)
#7F697C
(127,105,124)
#6B5868
(107,88,104)
#574754
(87,71,84)
#433640
(67,54,64)
#2F252C
(47,37,44)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3BEE0

#E3BEE0
(227,190,224)
#E5C3E2
(229,195,226)
#E7C8E4
(231,200,228)
#E9CDE6
(233,205,230)
#EBD2E8
(235,210,232)
#EDD7EA
(237,215,234)
#EFDCEC
(239,220,236)
#F1E1EE
(241,225,238)
#F3E6F0
(243,230,240)
#F5EBF2
(245,235,242)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BEE0; }

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

This text font color is #E3BEE0.


Background Color

.myBgColor { background-color: #E3BEE0; }

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

This div background color is #E3BEE0.


Border color

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

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

This div border color is #E3BEE0.


Opacity

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

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

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

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

This text has shadow with #E3BEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BEE0 on black background.


Color preview on white background

This text has color #E3BEE0 on white background.



Black color preview on #E3BEE0 background

This text has black color on #E3BEE0 background.


White color preview on #E3BEE0 background

This text has white color on #E3BEE0 background.