COLOR #E3BBF1

HEX: #E3BBF1
RGB: (227,187,241)

Color info

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

RGB color model

#E3BBF1 color RGB value is (227,187,241).

  • red value is 227;
  • green value is 187;
  • blue value is 241.
RGB:
(227,187,241)
(89%,73%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 187 of 255 = 73%
B 241 of 255 = 95%

227
187
241

R + G + B ~ 86%. #E3BBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 187 + 241 = 655 (100%)
R 227 of 655 ~ 34.66%
G 187 of 655 ~ 28.55%
B 241 of 655 ~ 36.79%

%34.66
%28.55
%36.79

CMYK color model

#E3BBF1 color CMYK value is (6,22,0,5).

  • cyan value is 5.81%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(6,22,0,5)
C6M22Y0K5 
(6%,22%,0%,5%)
(0.06/0.22/0.00/0.05)	

CMYK percentages

%5.81
%22.41
%0
%5.49

Codes

Color #E3BBF1 in popluar color models

E3BBF1
RGB227187241
HSL284°65.85%83.92%
HSB/HSV284°22.41%94.51%
CMYK5.81%22.41%0.00%
5.49%

Color #E3BBF1 in popluar number systems.

HEXE3BBF1
Decimal227187241
Binary111000111011101111110001
Octal343273361

Shades and tints

Shades of #E3BBF1

#E3BBF1
(227,187,241)
#CFAADC
(207,170,220)
#BB99C7
(187,153,199)
#A788B2
(167,136,178)
#93779D
(147,119,157)
#7F6688
(127,102,136)
#6B5573
(107,85,115)
#57445E
(87,68,94)
#433349
(67,51,73)
#2F2234
(47,34,52)
#1B111F
(27,17,31)
#000000
(0,0,0)

Tints of #E3BBF1

#E3BBF1
(227,187,241)
#E5C1F2
(229,193,242)
#E7C7F3
(231,199,243)
#E9CDF4
(233,205,244)
#EBD3F5
(235,211,245)
#EDD9F6
(237,217,246)
#EFDFF7
(239,223,247)
#F1E5F8
(241,229,248)
#F3EBF9
(243,235,249)
#F5F1FA
(245,241,250)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BBF1; }

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

This text font color is #E3BBF1.


Background Color

.myBgColor { background-color: #E3BBF1; }

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

This div background color is #E3BBF1.


Border color

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

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

This div border color is #E3BBF1.


Opacity

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

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

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

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

This text has shadow with #E3BBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BBF1 on black background.


Color preview on white background

This text has color #E3BBF1 on white background.



Black color preview on #E3BBF1 background

This text has black color on #E3BBF1 background.


White color preview on #E3BBF1 background

This text has white color on #E3BBF1 background.