COLOR #E4BBF7

HEX: #E4BBF7
RGB: (228,187,247)

Color info

#E4BBF7 contains mainly red and blue colors. Web safe color of #E4BBF7 is #CCCCFF (or #CCF).

RGB color model

#E4BBF7 color RGB value is (228,187,247).

  • red value is 228;
  • green value is 187;
  • blue value is 247.
RGB:
(228,187,247)
(89%,73%,97%)

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 247 of 255 = 97%

228
187
247

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

Portions of RGB colors in percentages

R + G + B =
228 + 187 + 247 = 662 (100%)
R 228 of 662 ~ 34.44%
G 187 of 662 ~ 28.25%
B 247 of 662 ~ 37.31%

%34.44
%28.25
%37.31

CMYK color model

#E4BBF7 color CMYK value is (8,24,0,3).

  • cyan value is 7.69%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(8,24,0,3)
C8M24Y0K3 
(8%,24%,0%,3%)
(0.08/0.24/0.00/0.03)	

CMYK percentages

%7.69
%24.29
%0
%3.14

Codes

Color #E4BBF7 in popluar color models

E4BBF7
RGB228187247
HSL281°78.95%85.10%
HSB/HSV281°24.29%96.86%
CMYK7.69%24.29%0.00%
3.14%

Color #E4BBF7 in popluar number systems.

HEXE4BBF7
Decimal228187247
Binary111001001011101111110111
Octal344273367

Shades and tints

Shades of #E4BBF7

#E4BBF7
(228,187,247)
#D0AAE1
(208,170,225)
#BC99CB
(188,153,203)
#A888B5
(168,136,181)
#94779F
(148,119,159)
#806689
(128,102,137)
#6C5573
(108,85,115)
#58445D
(88,68,93)
#443347
(68,51,71)
#302231
(48,34,49)
#1C111B
(28,17,27)
#000000
(0,0,0)

Tints of #E4BBF7

#E4BBF7
(228,187,247)
#E6C1F7
(230,193,247)
#E8C7F7
(232,199,247)
#EACDF7
(234,205,247)
#ECD3F7
(236,211,247)
#EED9F7
(238,217,247)
#F0DFF7
(240,223,247)
#F2E5F7
(242,229,247)
#F4EBF7
(244,235,247)
#F6F1F7
(246,241,247)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BBF7 color. Also use rgb(228,187,247) instead hex code.

Text Font Color

.myTextColor { color: #E4BBF7; }

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

This text font color is #E4BBF7.


Background Color

.myBgColor { background-color: #E4BBF7; }

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

This div background color is #E4BBF7.


Border color

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

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

This div border color is #E4BBF7.


Opacity

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

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

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

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

This text has shadow with #E4BBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BBF7 on black background.


Color preview on white background

This text has color #E4BBF7 on white background.



Black color preview on #E4BBF7 background

This text has black color on #E4BBF7 background.


White color preview on #E4BBF7 background

This text has white color on #E4BBF7 background.