COLOR #E3BFE2

HEX: #E3BFE2
RGB: (227,191,226)

Color info

#E3BFE2 contains red, green and blue colors in about the same proportion. Web safe color of #E3BFE2 is #CCCCCC (or #CCC).

RGB color model

#E3BFE2 color RGB value is (227,191,226).

  • red value is 227;
  • green value is 191;
  • blue value is 226.
RGB:
(227,191,226)
(89%,75%,89%)

RGB channels and saturation

R 227 of 255 = 89%
G 191 of 255 = 75%
B 226 of 255 = 89%

227
191
226

R + G + B ~ 84%. #E3BFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 191 + 226 = 644 (100%)
R 227 of 644 ~ 35.25%
G 191 of 644 ~ 29.66%
B 226 of 644 ~ 35.09%

%35.25
%29.66
%35.09

CMYK color model

#E3BFE2 color CMYK value is (0,16,0,11).

  • cyan value is 0.00%
  • magenta value is 15.86%
  • yellow value is 0.44%
  • key color value is 10.98%
CMYK:
(0,16,0,11)
C0M16Y0K11 
(0%,16%,0%,11%)
(0.00/0.16/0.00/0.11)	

CMYK percentages

%0
%15.86
%0.44
%10.98

Codes

Color #E3BFE2 in popluar color models

E3BFE2
RGB227191226
HSL302°39.13%81.96%
HSB/HSV302°15.86%89.02%
CMYK0.00%15.86%0.44%
10.98%

Color #E3BFE2 in popluar number systems.

HEXE3BFE2
Decimal227191226
Binary111000111011111111100010
Octal343277342

Shades and tints

Shades of #E3BFE2

#E3BFE2
(227,191,226)
#CFAECE
(207,174,206)
#BB9DBA
(187,157,186)
#A78CA6
(167,140,166)
#937B92
(147,123,146)
#7F6A7E
(127,106,126)
#6B596A
(107,89,106)
#574856
(87,72,86)
#433742
(67,55,66)
#2F262E
(47,38,46)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #E3BFE2

#E3BFE2
(227,191,226)
#E5C4E4
(229,196,228)
#E7C9E6
(231,201,230)
#E9CEE8
(233,206,232)
#EBD3EA
(235,211,234)
#EDD8EC
(237,216,236)
#EFDDEE
(239,221,238)
#F1E2F0
(241,226,240)
#F3E7F2
(243,231,242)
#F5ECF4
(245,236,244)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BFE2 color. Also use rgb(227,191,226) instead hex code.

Text Font Color

.myTextColor { color: #E3BFE2; }

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

This text font color is #E3BFE2.


Background Color

.myBgColor { background-color: #E3BFE2; }

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

This div background color is #E3BFE2.


Border color

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

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

This div border color is #E3BFE2.


Opacity

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

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

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

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

This text has shadow with #E3BFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BFE2 on black background.


Color preview on white background

This text has color #E3BFE2 on white background.



Black color preview on #E3BFE2 background

This text has black color on #E3BFE2 background.


White color preview on #E3BFE2 background

This text has white color on #E3BFE2 background.