COLOR #E4BFEB

HEX: #E4BFEB RGB: (228,191,235)

Color info

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

RGB color model

#E4BFEB color RGB value is (228,191,235).

RGB: (228,191,235) (89%, 75%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 191 of 255 = 75%
B 235 of 255 = 92%

228
191
235

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

Portions of RGB colors in percentages

R + G + B = 228 + 191 + 235 = 654 (100%)
R 228 of 654 ~ 34.86%
G 191 of 654 ~ 29.2%
B 235 of 654 ~ 35.93'%

%34.86
%29.2
%35.93

CMYK color model

#E4BFEB color CMYK value is (3,19,0,8).

  • cyan value is 2.98%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,19,0,8)
C3M19Y0K8 (3%, 19%, 0%, 8%)
(0.03 / 0.19 / 0.00 / 0.08)

CMYK percentages

%2.98
%18.72
%0
%7.84

Codes

Color #E4BFEB in popluar color models

E4 BF EB
RGB 228 191 235
HSL 290° 52.38% 83.53%
HSB/HSV 290° 18.72% 92.16%
CMYK 2.98% 18.72% 0.00%
7.84%

Color #E4BFEB in popluar number systems.

HEX E4 BF EB
Decimal 228 191 235
Binary 11100100 10111111 11101011
Octal 344 277 353

Shades and tints

Shades of #E4BFEB

#E4BFEB
(228,191,235)
#D0AED6
(208,174,214)
#BC9DC1
(188,157,193)
#A88CAC
(168,140,172)
#947B97
(148,123,151)
#806A82
(128,106,130)
#6C596D
(108,89,109)
#584858
(88,72,88)
#443743
(68,55,67)
#30262E
(48,38,46)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #E4BFEB

#E4BFEB
(228,191,235)
#E6C4EC
(230,196,236)
#E8C9ED
(232,201,237)
#EACEEE
(234,206,238)
#ECD3EF
(236,211,239)
#EED8F0
(238,216,240)
#F0DDF1
(240,221,241)
#F2E2F2
(242,226,242)
#F4E7F3
(244,231,243)
#F6ECF4
(246,236,244)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BFEB color. Also use rgb(228,191,235) instead hex code.

Text Font Color

.myTextColor { color: #E4BFEB; }

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

This text font color is #E4BFEB.

Background Color

.myBgColor { background-color: #E4BFEB; }

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

This div background color is #E4BFEB.

Border color

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

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

This div border color is #E4BFEB.

Opacity

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

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

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

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

This text has shadow with #E4BFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BFEB.

Preview

Color preview on black background

This text has color #E4BFEB on black background.


Color preview on white background

This text has color #E4BFEB on white background.


Black color preview on #E4BFEB background

This text has black color on #E4BFEB background.


White color preview on #E4BFEB background

This text has white color on #E4BFEB background.


Related colors

Complementary color

Complementary color for #hex is #1B4014.


I love getcolorcode.com

Triadic colors

1 #EBE4BF and #BFEBE4 with #E4BFEB are triadic colors.

2 #EBBFE4 and #BFE4EB with #E4BFEB are triadic colors.