COLOR #E2BBE3

HEX: #E2BBE3 RGB: (226,187,227)

Color info

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

RGB color model

#E2BBE3 color RGB value is (226,187,227).

RGB: (226,187,227) (89%, 73%, 89%)

RGB channels and saturation

R 226 of 255 = 89%
G 187 of 255 = 73%
B 227 of 255 = 89%

226
187
227

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

Portions of RGB colors in percentages

R + G + B = 226 + 187 + 227 = 640 (100%)
R 226 of 640 ~ 35.31%
G 187 of 640 ~ 29.22%
B 227 of 640 ~ 35.47'%

%35.31
%29.22
%35.47

CMYK color model

#E2BBE3 color CMYK value is (0,18,0,11).

  • cyan value is 0.44%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (0,18,0,11)
C0M18Y0K11 (0%, 18%, 0%, 11%)
(0.00 / 0.18 / 0.00 / 0.11)

CMYK percentages

%0.44
%17.62
%0
%10.98

Codes

Color #E2BBE3 in popluar color models

E2 BB E3
RGB 226 187 227
HSL 299° 41.67% 81.18%
HSB/HSV 299° 17.62% 89.02%
CMYK 0.44% 17.62% 0.00%
10.98%

Color #E2BBE3 in popluar number systems.

HEX E2 BB E3
Decimal 226 187 227
Binary 11100010 10111011 11100011
Octal 342 273 343

Shades and tints

Shades of #E2BBE3

#E2BBE3
(226,187,227)
#CEAACF
(206,170,207)
#BA99BB
(186,153,187)
#A688A7
(166,136,167)
#927793
(146,119,147)
#7E667F
(126,102,127)
#6A556B
(106,85,107)
#564457
(86,68,87)
#423343
(66,51,67)
#2E222F
(46,34,47)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #E2BBE3

#E2BBE3
(226,187,227)
#E4C1E5
(228,193,229)
#E6C7E7
(230,199,231)
#E8CDE9
(232,205,233)
#EAD3EB
(234,211,235)
#ECD9ED
(236,217,237)
#EEDFEF
(238,223,239)
#F0E5F1
(240,229,241)
#F2EBF3
(242,235,243)
#F4F1F5
(244,241,245)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2BBE3; }

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

This text font color is #E2BBE3.

Background Color

.myBgColor { background-color: #E2BBE3; }

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

This div background color is #E2BBE3.

Border color

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

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

This div border color is #E2BBE3.

Opacity

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

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

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

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

This text has shadow with #E2BBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BBE3.

Preview

Color preview on black background

This text has color #E2BBE3 on black background.


Color preview on white background

This text has color #E2BBE3 on white background.


Black color preview on #E2BBE3 background

This text has black color on #E2BBE3 background.


White color preview on #E2BBE3 background

This text has white color on #E2BBE3 background.


Related colors

Complementary color

Complementary color for #hex is #1D441C.


I love getcolorcode.com

Triadic colors

1 #E3E2BB and #BBE3E2 with #E2BBE3 are triadic colors.

2 #E3BBE2 and #BBE2E3 with #E2BBE3 are triadic colors.