COLOR #E1BBEC

HEX: #E1BBEC
RGB: (225,187,236)

Color info

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

RGB color model

#E1BBEC color RGB value is (225,187,236).

  • red value is 225;
  • green value is 187;
  • blue value is 236.
RGB:
(225,187,236)
(88%,73%,93%)

RGB channels and saturation

R 225 of 255 = 88%
G 187 of 255 = 73%
B 236 of 255 = 93%

225
187
236

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

Portions of RGB colors in percentages

R + G + B =
225 + 187 + 236 = 648 (100%)
R 225 of 648 ~ 34.72%
G 187 of 648 ~ 28.86%
B 236 of 648 ~ 36.42%

%34.72
%28.86
%36.42

CMYK color model

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

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

CMYK percentages

%4.66
%20.76
%0
%7.45

Codes

Color #E1BBEC in popluar color models

E1BBEC
RGB225187236
HSL287°56.32%82.94%
HSB/HSV287°20.76%92.55%
CMYK4.66%20.76%0.00%
7.45%

Color #E1BBEC in popluar number systems.

HEXE1BBEC
Decimal225187236
Binary111000011011101111101100
Octal341273354

Shades and tints

Shades of #E1BBEC

#E1BBEC
(225,187,236)
#CDAAD7
(205,170,215)
#B999C2
(185,153,194)
#A588AD
(165,136,173)
#917798
(145,119,152)
#7D6683
(125,102,131)
#69556E
(105,85,110)
#554459
(85,68,89)
#413344
(65,51,68)
#2D222F
(45,34,47)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #E1BBEC

#E1BBEC
(225,187,236)
#E3C1ED
(227,193,237)
#E5C7EE
(229,199,238)
#E7CDEF
(231,205,239)
#E9D3F0
(233,211,240)
#EBD9F1
(235,217,241)
#EDDFF2
(237,223,242)
#EFE5F3
(239,229,243)
#F1EBF4
(241,235,244)
#F3F1F5
(243,241,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BBEC color. Also use rgb(225,187,236) instead hex code.

Text Font Color

.myTextColor { color: #E1BBEC; }

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

This text font color is #E1BBEC.


Background Color

.myBgColor { background-color: #E1BBEC; }

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

This div background color is #E1BBEC.


Border color

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

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

This div border color is #E1BBEC.


Opacity

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

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

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

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

This text has shadow with #E1BBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BBEC on black background.


Color preview on white background

This text has color #E1BBEC on white background.



Black color preview on #E1BBEC background

This text has black color on #E1BBEC background.


White color preview on #E1BBEC background

This text has white color on #E1BBEC background.