COLOR #E3BEE4

HEX: #E3BEE4
RGB: (227,190,228)

Color info

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

RGB color model

#E3BEE4 color RGB value is (227,190,228).

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

RGB channels and saturation

R 227 of 255 = 89%
G 190 of 255 = 75%
B 228 of 255 = 89%

227
190
228

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

Portions of RGB colors in percentages

R + G + B =
227 + 190 + 228 = 645 (100%)
R 227 of 645 ~ 35.19%
G 190 of 645 ~ 29.46%
B 228 of 645 ~ 35.35%

%35.19
%29.46
%35.35

CMYK color model

#E3BEE4 color CMYK value is (0,17,0,11).

  • cyan value is 0.44%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(0,17,0,11)
C0M17Y0K11 
(0%,17%,0%,11%)
(0.00/0.17/0.00/0.11)	

CMYK percentages

%0.44
%16.67
%0
%10.59

Codes

Color #E3BEE4 in popluar color models

E3BEE4
RGB227190228
HSL298°41.30%81.96%
HSB/HSV298°16.67%89.41%
CMYK0.44%16.67%0.00%
10.59%

Color #E3BEE4 in popluar number systems.

HEXE3BEE4
Decimal227190228
Binary111000111011111011100100
Octal343276344

Shades and tints

Shades of #E3BEE4

#E3BEE4
(227,190,228)
#CFADD0
(207,173,208)
#BB9CBC
(187,156,188)
#A78BA8
(167,139,168)
#937A94
(147,122,148)
#7F6980
(127,105,128)
#6B586C
(107,88,108)
#574758
(87,71,88)
#433644
(67,54,68)
#2F2530
(47,37,48)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #E3BEE4

#E3BEE4
(227,190,228)
#E5C3E6
(229,195,230)
#E7C8E8
(231,200,232)
#E9CDEA
(233,205,234)
#EBD2EC
(235,210,236)
#EDD7EE
(237,215,238)
#EFDCF0
(239,220,240)
#F1E1F2
(241,225,242)
#F3E6F4
(243,230,244)
#F5EBF6
(245,235,246)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BEE4; }

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

This text font color is #E3BEE4.


Background Color

.myBgColor { background-color: #E3BEE4; }

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

This div background color is #E3BEE4.


Border color

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

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

This div border color is #E3BEE4.


Opacity

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

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

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

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

This text has shadow with #E3BEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BEE4 on black background.


Color preview on white background

This text has color #E3BEE4 on white background.



Black color preview on #E3BEE4 background

This text has black color on #E3BEE4 background.


White color preview on #E3BEE4 background

This text has white color on #E3BEE4 background.