COLOR #E2BBE6

HEX: #E2BBE6
RGB: (226,187,230)

Color info

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

RGB color model

#E2BBE6 color RGB value is (226,187,230).

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

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 230 of 255 = 90%

226
187
230

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

Portions of RGB colors in percentages

R + G + B =
226 + 187 + 230 = 643 (100%)
R 226 of 643 ~ 35.15%
G 187 of 643 ~ 29.08%
B 230 of 643 ~ 35.77%

%35.15
%29.08
%35.77

CMYK color model

#E2BBE6 color CMYK value is (2,19,0,10).

  • cyan value is 1.74%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(2,19,0,10)
C2M19Y0K10 
(2%,19%,0%,10%)
(0.02/0.19/0.00/0.10)	

CMYK percentages

%1.74
%18.7
%0
%9.8

Codes

Color #E2BBE6 in popluar color models

E2BBE6
RGB226187230
HSL294°46.24%81.76%
HSB/HSV294°18.70%90.20%
CMYK1.74%18.70%0.00%
9.80%

Color #E2BBE6 in popluar number systems.

HEXE2BBE6
Decimal226187230
Binary111000101011101111100110
Octal342273346

Shades and tints

Shades of #E2BBE6

#E2BBE6
(226,187,230)
#CEAAD2
(206,170,210)
#BA99BE
(186,153,190)
#A688AA
(166,136,170)
#927796
(146,119,150)
#7E6682
(126,102,130)
#6A556E
(106,85,110)
#56445A
(86,68,90)
#423346
(66,51,70)
#2E2232
(46,34,50)
#1A111E
(26,17,30)
#000000
(0,0,0)

Tints of #E2BBE6

#E2BBE6
(226,187,230)
#E4C1E8
(228,193,232)
#E6C7EA
(230,199,234)
#E8CDEC
(232,205,236)
#EAD3EE
(234,211,238)
#ECD9F0
(236,217,240)
#EEDFF2
(238,223,242)
#F0E5F4
(240,229,244)
#F2EBF6
(242,235,246)
#F4F1F8
(244,241,248)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBE6; }

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

This text font color is #E2BBE6.


Background Color

.myBgColor { background-color: #E2BBE6; }

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

This div background color is #E2BBE6.


Border color

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

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

This div border color is #E2BBE6.


Opacity

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

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

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

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

This text has shadow with #E2BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2BBE6 on black background.


Color preview on white background

This text has color #E2BBE6 on white background.



Black color preview on #E2BBE6 background

This text has black color on #E2BBE6 background.


White color preview on #E2BBE6 background

This text has white color on #E2BBE6 background.