COLOR #E4BBEC

HEX: #E4BBEC RGB: (228,187,236)

Color info

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

RGB color model

#E4BBEC color RGB value is (228,187,236).

RGB: (228,187,236) (89%, 73%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 236 of 255 = 93%

228
187
236

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

Portions of RGB colors in percentages

R + G + B = 228 + 187 + 236 = 651 (100%)
R 228 of 651 ~ 35.02%
G 187 of 651 ~ 28.73%
B 236 of 651 ~ 36.25'%

%35.02
%28.73
%36.25

CMYK color model

#E4BBEC color CMYK value is (3,21,0,7).

  • cyan value is 3.39%
  • magenta value is 20.76%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,21,0,7)
C3M21Y0K7 (3%, 21%, 0%, 7%)
(0.03 / 0.21 / 0.00 / 0.07)

CMYK percentages

%3.39
%20.76
%0
%7.45

Codes

Color #E4BBEC in popluar color models

E4 BB EC
RGB 228 187 236
HSL 290° 56.32% 82.94%
HSB/HSV 290° 20.76% 92.55%
CMYK 3.39% 20.76% 0.00%
7.45%

Color #E4BBEC in popluar number systems.

HEX E4 BB EC
Decimal 228 187 236
Binary 11100100 10111011 11101100
Octal 344 273 354

Shades and tints

Shades of #E4BBEC

#E4BBEC
(228,187,236)
#D0AAD7
(208,170,215)
#BC99C2
(188,153,194)
#A888AD
(168,136,173)
#947798
(148,119,152)
#806683
(128,102,131)
#6C556E
(108,85,110)
#584459
(88,68,89)
#443344
(68,51,68)
#30222F
(48,34,47)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #E4BBEC

#E4BBEC
(228,187,236)
#E6C1ED
(230,193,237)
#E8C7EE
(232,199,238)
#EACDEF
(234,205,239)
#ECD3F0
(236,211,240)
#EED9F1
(238,217,241)
#F0DFF2
(240,223,242)
#F2E5F3
(242,229,243)
#F4EBF4
(244,235,244)
#F6F1F5
(246,241,245)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BBEC; }

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

This text font color is #E4BBEC.

Background Color

.myBgColor { background-color: #E4BBEC; }

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

This div background color is #E4BBEC.

Border color

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

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

This div border color is #E4BBEC.

Opacity

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

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

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

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

This text has shadow with #E4BBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BBEC.

Preview

Color preview on black background

This text has color #E4BBEC on black background.


Color preview on white background

This text has color #E4BBEC on white background.


Black color preview on #E4BBEC background

This text has black color on #E4BBEC background.


White color preview on #E4BBEC background

This text has white color on #E4BBEC background.


Related colors

Complementary color

Complementary color for #hex is #1B4413.


I love getcolorcode.com

Triadic colors

1 #ECE4BB and #BBECE4 with #E4BBEC are triadic colors.

2 #ECBBE4 and #BBE4EC with #E4BBEC are triadic colors.