COLOR #E0BFEF

HEX: #E0BFEF
RGB: (224,191,239)

Color info

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

RGB color model

#E0BFEF color RGB value is (224,191,239).

  • red value is 224;
  • green value is 191;
  • blue value is 239.
RGB:
(224,191,239)
(88%,75%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 191 of 255 = 75%
B 239 of 255 = 94%

224
191
239

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

Portions of RGB colors in percentages

R + G + B =
224 + 191 + 239 = 654 (100%)
R 224 of 654 ~ 34.25%
G 191 of 654 ~ 29.2%
B 239 of 654 ~ 36.54%

%34.25
%29.2
%36.54

CMYK color model

#E0BFEF color CMYK value is (6,20,0,6).

  • cyan value is 6.28%
  • magenta value is 20.08%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,20,0,6)
C6M20Y0K6 
(6%,20%,0%,6%)
(0.06/0.20/0.00/0.06)	

CMYK percentages

%6.28
%20.08
%0
%6.27

Codes

Color #E0BFEF in popluar color models

E0BFEF
RGB224191239
HSL281°60.00%84.31%
HSB/HSV281°20.08%93.73%
CMYK6.28%20.08%0.00%
6.27%

Color #E0BFEF in popluar number systems.

HEXE0BFEF
Decimal224191239
Binary111000001011111111101111
Octal340277357

Shades and tints

Shades of #E0BFEF

#E0BFEF
(224,191,239)
#CCAEDA
(204,174,218)
#B89DC5
(184,157,197)
#A48CB0
(164,140,176)
#907B9B
(144,123,155)
#7C6A86
(124,106,134)
#685971
(104,89,113)
#54485C
(84,72,92)
#403747
(64,55,71)
#2C2632
(44,38,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #E0BFEF

#E0BFEF
(224,191,239)
#E2C4F0
(226,196,240)
#E4C9F1
(228,201,241)
#E6CEF2
(230,206,242)
#E8D3F3
(232,211,243)
#EAD8F4
(234,216,244)
#ECDDF5
(236,221,245)
#EEE2F6
(238,226,246)
#F0E7F7
(240,231,247)
#F2ECF8
(242,236,248)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BFEF color. Also use rgb(224,191,239) instead hex code.

Text Font Color

.myTextColor { color: #E0BFEF; }

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

This text font color is #E0BFEF.


Background Color

.myBgColor { background-color: #E0BFEF; }

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

This div background color is #E0BFEF.


Border color

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

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

This div border color is #E0BFEF.


Opacity

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

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

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

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

This text has shadow with #E0BFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0BFEF on black background.


Color preview on white background

This text has color #E0BFEF on white background.



Black color preview on #E0BFEF background

This text has black color on #E0BFEF background.


White color preview on #E0BFEF background

This text has white color on #E0BFEF background.