COLOR #E3BBE0

HEX: #E3BBE0 RGB: (227,187,224)

Color info

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

RGB color model

#E3BBE0 color RGB value is (227,187,224).

RGB: (227,187,224) (89%, 73%, 88%)

RGB channels and saturation

R 227 of 255 = 89%
G 187 of 255 = 73%
B 224 of 255 = 88%

227
187
224

R + G + B ~ 83%. #E3BBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 187 + 224 = 638 (100%)
R 227 of 638 ~ 35.58%
G 187 of 638 ~ 29.31%
B 224 of 638 ~ 35.11'%

%35.58
%29.31
%35.11

CMYK color model

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

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

CMYK: (0,18,1,11)
C0M18Y1K11 (0%, 18%, 1%, 11%)
(0.00 / 0.18 / 0.01 / 0.11)

CMYK percentages

%0
%17.62
%1.32
%10.98

Codes

Color #E3BBE0 in popluar color models

E3 BB E0
RGB 227 187 224
HSL 305° 41.67% 81.18%
HSB/HSV 305° 17.62% 89.02%
CMYK 0.00% 17.62% 1.32%
10.98%

Color #E3BBE0 in popluar number systems.

HEX E3 BB E0
Decimal 227 187 224
Binary 11100011 10111011 11100000
Octal 343 273 340

Shades and tints

Shades of #E3BBE0

#E3BBE0
(227,187,224)
#CFAACC
(207,170,204)
#BB99B8
(187,153,184)
#A788A4
(167,136,164)
#937790
(147,119,144)
#7F667C
(127,102,124)
#6B5568
(107,85,104)
#574454
(87,68,84)
#433340
(67,51,64)
#2F222C
(47,34,44)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #E3BBE0

#E3BBE0
(227,187,224)
#E5C1E2
(229,193,226)
#E7C7E4
(231,199,228)
#E9CDE6
(233,205,230)
#EBD3E8
(235,211,232)
#EDD9EA
(237,217,234)
#EFDFEC
(239,223,236)
#F1E5EE
(241,229,238)
#F3EBF0
(243,235,240)
#F5F1F2
(245,241,242)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BBE0; }

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

This text font color is #E3BBE0.

Background Color

.myBgColor { background-color: #E3BBE0; }

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

This div background color is #E3BBE0.

Border color

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

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

This div border color is #E3BBE0.

Opacity

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

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

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

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

This text has shadow with #E3BBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BBE0.

Preview

Color preview on black background

This text has color #E3BBE0 on black background.


Color preview on white background

This text has color #E3BBE0 on white background.


Black color preview on #E3BBE0 background

This text has black color on #E3BBE0 background.


White color preview on #E3BBE0 background

This text has white color on #E3BBE0 background.


Related colors

Complementary color

Complementary color for #hex is #1C441F.


I love getcolorcode.com

Triadic colors

1 #E0E3BB and #BBE0E3 with #E3BBE0 are triadic colors.

2 #E0BBE3 and #BBE3E0 with #E3BBE0 are triadic colors.