COLOR #E4BEEF

HEX: #E4BEEF
RGB: (228,190,239)

Color info

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

RGB color model

#E4BEEF color RGB value is (228,190,239).

  • red value is 228;
  • green value is 190;
  • blue value is 239.
RGB:
(228,190,239)
(89%,75%,94%)

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 239 of 255 = 94%

228
190
239

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

Portions of RGB colors in percentages

R + G + B =
228 + 190 + 239 = 657 (100%)
R 228 of 657 ~ 34.7%
G 190 of 657 ~ 28.92%
B 239 of 657 ~ 36.38%

%34.7
%28.92
%36.38

CMYK color model

#E4BEEF color CMYK value is (5,21,0,6).

  • cyan value is 4.60%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,21,0,6)
C5M21Y0K6 
(5%,21%,0%,6%)
(0.05/0.21/0.00/0.06)	

CMYK percentages

%4.6
%20.5
%0
%6.27

Codes

Color #E4BEEF in popluar color models

E4BEEF
RGB228190239
HSL287°60.49%84.12%
HSB/HSV287°20.50%93.73%
CMYK4.60%20.50%0.00%
6.27%

Color #E4BEEF in popluar number systems.

HEXE4BEEF
Decimal228190239
Binary111001001011111011101111
Octal344276357

Shades and tints

Shades of #E4BEEF

#E4BEEF
(228,190,239)
#D0ADDA
(208,173,218)
#BC9CC5
(188,156,197)
#A88BB0
(168,139,176)
#947A9B
(148,122,155)
#806986
(128,105,134)
#6C5871
(108,88,113)
#58475C
(88,71,92)
#443647
(68,54,71)
#302532
(48,37,50)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #E4BEEF

#E4BEEF
(228,190,239)
#E6C3F0
(230,195,240)
#E8C8F1
(232,200,241)
#EACDF2
(234,205,242)
#ECD2F3
(236,210,243)
#EED7F4
(238,215,244)
#F0DCF5
(240,220,245)
#F2E1F6
(242,225,246)
#F4E6F7
(244,230,247)
#F6EBF8
(246,235,248)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BEEF color. Also use rgb(228,190,239) instead hex code.

Text Font Color

.myTextColor { color: #E4BEEF; }

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

This text font color is #E4BEEF.


Background Color

.myBgColor { background-color: #E4BEEF; }

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

This div background color is #E4BEEF.


Border color

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

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

This div border color is #E4BEEF.


Opacity

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

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

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

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

This text has shadow with #E4BEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEEF on black background.


Color preview on white background

This text has color #E4BEEF on white background.



Black color preview on #E4BEEF background

This text has black color on #E4BEEF background.


White color preview on #E4BEEF background

This text has white color on #E4BEEF background.