COLOR #E2BBEE

HEX: #E2BBEE
RGB: (226,187,238)

Color info

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

RGB color model

#E2BBEE color RGB value is (226,187,238).

  • red value is 226;
  • green value is 187;
  • blue value is 238.
RGB:
(226,187,238)
(89%,73%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 238 of 255 = 93%

226
187
238

R + G + B ~ 85%. #E2BBEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 238 = 651 (100%)
R 226 of 651 ~ 34.72%
G 187 of 651 ~ 28.73%
B 238 of 651 ~ 36.56%

%34.72
%28.73
%36.56

CMYK color model

#E2BBEE color CMYK value is (5,21,0,7).

  • cyan value is 5.04%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,21,0,7)
C5M21Y0K7 
(5%,21%,0%,7%)
(0.05/0.21/0.00/0.07)	

CMYK percentages

%5.04
%21.43
%0
%6.67

Codes

Color #E2BBEE in popluar color models

E2BBEE
RGB226187238
HSL286°60.00%83.33%
HSB/HSV286°21.43%93.33%
CMYK5.04%21.43%0.00%
6.67%

Color #E2BBEE in popluar number systems.

HEXE2BBEE
Decimal226187238
Binary111000101011101111101110
Octal342273356

Shades and tints

Shades of #E2BBEE

#E2BBEE
(226,187,238)
#CEAAD9
(206,170,217)
#BA99C4
(186,153,196)
#A688AF
(166,136,175)
#92779A
(146,119,154)
#7E6685
(126,102,133)
#6A5570
(106,85,112)
#56445B
(86,68,91)
#423346
(66,51,70)
#2E2231
(46,34,49)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #E2BBEE

#E2BBEE
(226,187,238)
#E4C1EF
(228,193,239)
#E6C7F0
(230,199,240)
#E8CDF1
(232,205,241)
#EAD3F2
(234,211,242)
#ECD9F3
(236,217,243)
#EEDFF4
(238,223,244)
#F0E5F5
(240,229,245)
#F2EBF6
(242,235,246)
#F4F1F7
(244,241,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBEE; }

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

This text font color is #E2BBEE.


Background Color

.myBgColor { background-color: #E2BBEE; }

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

This div background color is #E2BBEE.


Border color

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

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

This div border color is #E2BBEE.


Opacity

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

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

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

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

This text has shadow with #E2BBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBEE on black background.


Color preview on white background

This text has color #E2BBEE on white background.



Black color preview on #E2BBEE background

This text has black color on #E2BBEE background.


White color preview on #E2BBEE background

This text has white color on #E2BBEE background.