COLOR #E0BBF0

HEX: #E0BBF0
RGB: (224,187,240)

Color info

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

RGB color model

#E0BBF0 color RGB value is (224,187,240).

  • red value is 224;
  • green value is 187;
  • blue value is 240.
RGB:
(224,187,240)
(88%,73%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 187 of 255 = 73%
B 240 of 255 = 94%

224
187
240

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

Portions of RGB colors in percentages

R + G + B =
224 + 187 + 240 = 651 (100%)
R 224 of 651 ~ 34.41%
G 187 of 651 ~ 28.73%
B 240 of 651 ~ 36.87%

%34.41
%28.73
%36.87

CMYK color model

#E0BBF0 color CMYK value is (7,22,0,6).

  • cyan value is 6.67%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,22,0,6)
C7M22Y0K6 
(7%,22%,0%,6%)
(0.07/0.22/0.00/0.06)	

CMYK percentages

%6.67
%22.08
%0
%5.88

Codes

Color #E0BBF0 in popluar color models

E0BBF0
RGB224187240
HSL282°63.86%83.73%
HSB/HSV282°22.08%94.12%
CMYK6.67%22.08%0.00%
5.88%

Color #E0BBF0 in popluar number systems.

HEXE0BBF0
Decimal224187240
Binary111000001011101111110000
Octal340273360

Shades and tints

Shades of #E0BBF0

#E0BBF0
(224,187,240)
#CCAADB
(204,170,219)
#B899C6
(184,153,198)
#A488B1
(164,136,177)
#90779C
(144,119,156)
#7C6687
(124,102,135)
#685572
(104,85,114)
#54445D
(84,68,93)
#403348
(64,51,72)
#2C2233
(44,34,51)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #E0BBF0

#E0BBF0
(224,187,240)
#E2C1F1
(226,193,241)
#E4C7F2
(228,199,242)
#E6CDF3
(230,205,243)
#E8D3F4
(232,211,244)
#EAD9F5
(234,217,245)
#ECDFF6
(236,223,246)
#EEE5F7
(238,229,247)
#F0EBF8
(240,235,248)
#F2F1F9
(242,241,249)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0BBF0; }

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

This text font color is #E0BBF0.


Background Color

.myBgColor { background-color: #E0BBF0; }

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

This div background color is #E0BBF0.


Border color

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

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

This div border color is #E0BBF0.


Opacity

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

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

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

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

This text has shadow with #E0BBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BBF0 on black background.


Color preview on white background

This text has color #E0BBF0 on white background.



Black color preview on #E0BBF0 background

This text has black color on #E0BBF0 background.


White color preview on #E0BBF0 background

This text has white color on #E0BBF0 background.