COLOR #E0BEE3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

224
190
227

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

Portions of RGB colors in percentages

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

%34.95
%29.64
%35.41

CMYK color model

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

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

CMYK percentages

%1.32
%16.3
%0
%10.98

Codes

Color #E0BEE3 in popluar color models

E0BEE3
RGB224190227
HSL295°39.78%81.76%
HSB/HSV295°16.30%89.02%
CMYK1.32%16.30%0.00%
10.98%

Color #E0BEE3 in popluar number systems.

HEXE0BEE3
Decimal224190227
Binary111000001011111011100011
Octal340276343

Shades and tints

Shades of #E0BEE3

#E0BEE3
(224,190,227)
#CCADCF
(204,173,207)
#B89CBB
(184,156,187)
#A48BA7
(164,139,167)
#907A93
(144,122,147)
#7C697F
(124,105,127)
#68586B
(104,88,107)
#544757
(84,71,87)
#403643
(64,54,67)
#2C252F
(44,37,47)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #E0BEE3

#E0BEE3
(224,190,227)
#E2C3E5
(226,195,229)
#E4C8E7
(228,200,231)
#E6CDE9
(230,205,233)
#E8D2EB
(232,210,235)
#EAD7ED
(234,215,237)
#ECDCEF
(236,220,239)
#EEE1F1
(238,225,241)
#F0E6F3
(240,230,243)
#F2EBF5
(242,235,245)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BEE3; }

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

This text font color is #E0BEE3.


Background Color

.myBgColor { background-color: #E0BEE3; }

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

This div background color is #E0BEE3.


Border color

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

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

This div border color is #E0BEE3.


Opacity

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

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

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

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

This text has shadow with #E0BEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BEE3 on black background.


Color preview on white background

This text has color #E0BEE3 on white background.



Black color preview on #E0BEE3 background

This text has black color on #E0BEE3 background.


White color preview on #E0BEE3 background

This text has white color on #E0BEE3 background.