COLOR #E5BBEB

HEX: #E5BBEB
RGB: (229,187,235)

Color info

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

RGB color model

#E5BBEB color RGB value is (229,187,235).

  • red value is 229;
  • green value is 187;
  • blue value is 235.
RGB:
(229,187,235)
(90%,73%,92%)

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 235 of 255 = 92%

229
187
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 187 + 235 = 651 (100%)
R 229 of 651 ~ 35.18%
G 187 of 651 ~ 28.73%
B 235 of 651 ~ 36.1%

%35.18
%28.73
%36.1

CMYK color model

#E5BBEB color CMYK value is (3,20,0,8).

  • cyan value is 2.55%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,20,0,8)
C3M20Y0K8 
(3%,20%,0%,8%)
(0.03/0.20/0.00/0.08)	

CMYK percentages

%2.55
%20.43
%0
%7.84

Codes

Color #E5BBEB in popluar color models

E5BBEB
RGB229187235
HSL293°54.55%82.75%
HSB/HSV293°20.43%92.16%
CMYK2.55%20.43%0.00%
7.84%

Color #E5BBEB in popluar number systems.

HEXE5BBEB
Decimal229187235
Binary111001011011101111101011
Octal345273353

Shades and tints

Shades of #E5BBEB

#E5BBEB
(229,187,235)
#D1AAD6
(209,170,214)
#BD99C1
(189,153,193)
#A988AC
(169,136,172)
#957797
(149,119,151)
#816682
(129,102,130)
#6D556D
(109,85,109)
#594458
(89,68,88)
#453343
(69,51,67)
#31222E
(49,34,46)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #E5BBEB

#E5BBEB
(229,187,235)
#E7C1EC
(231,193,236)
#E9C7ED
(233,199,237)
#EBCDEE
(235,205,238)
#EDD3EF
(237,211,239)
#EFD9F0
(239,217,240)
#F1DFF1
(241,223,241)
#F3E5F2
(243,229,242)
#F5EBF3
(245,235,243)
#F7F1F4
(247,241,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BBEB color. Also use rgb(229,187,235) instead hex code.

Text Font Color

.myTextColor { color: #E5BBEB; }

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

This text font color is #E5BBEB.


Background Color

.myBgColor { background-color: #E5BBEB; }

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

This div background color is #E5BBEB.


Border color

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

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

This div border color is #E5BBEB.


Opacity

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

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

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

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

This text has shadow with #E5BBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBEB on black background.


Color preview on white background

This text has color #E5BBEB on white background.



Black color preview on #E5BBEB background

This text has black color on #E5BBEB background.


White color preview on #E5BBEB background

This text has white color on #E5BBEB background.