COLOR #E3B0E3

HEX: #E3B0E3
RGB: (227,176,227)

Color info

#E3B0E3 contains red, green and blue colors in about the same proportion. Web safe color of #E3B0E3 is #CC99CC (or #C9C).

RGB color model

#E3B0E3 color RGB value is (227,176,227).

  • red value is 227;
  • green value is 176;
  • blue value is 227.
RGB:
(227,176,227)
(89%,69%,89%)

RGB channels and saturation

R 227 of 255 = 89%
G 176 of 255 = 69%
B 227 of 255 = 89%

227
176
227

R + G + B ~ 82%. #E3B0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 176 + 227 = 630 (100%)
R 227 of 630 ~ 36.03%
G 176 of 630 ~ 27.94%
B 227 of 630 ~ 36.03%

%36.03
%27.94
%36.03

CMYK color model

#E3B0E3 color CMYK value is (0,22,0,11).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(0,22,0,11)
C0M22Y0K11 
(0%,22%,0%,11%)
(0.00/0.22/0.00/0.11)	

CMYK percentages

%0
%22.47
%0
%10.98

Codes

Color #E3B0E3 in popluar color models

E3B0E3
RGB227176227
HSL300°47.66%79.02%
HSB/HSV300°22.47%89.02%
CMYK0.00%22.47%0.00%
10.98%

Color #E3B0E3 in popluar number systems.

HEXE3B0E3
Decimal227176227
Binary111000111011000011100011
Octal343260343

Shades and tints

Shades of #E3B0E3

#E3B0E3
(227,176,227)
#CFA0CF
(207,160,207)
#BB90BB
(187,144,187)
#A780A7
(167,128,167)
#937093
(147,112,147)
#7F607F
(127,96,127)
#6B506B
(107,80,107)
#574057
(87,64,87)
#433043
(67,48,67)
#2F202F
(47,32,47)
#1B101B
(27,16,27)
#000000
(0,0,0)

Tints of #E3B0E3

#E3B0E3
(227,176,227)
#E5B7E5
(229,183,229)
#E7BEE7
(231,190,231)
#E9C5E9
(233,197,233)
#EBCCEB
(235,204,235)
#EDD3ED
(237,211,237)
#EFDAEF
(239,218,239)
#F1E1F1
(241,225,241)
#F3E8F3
(243,232,243)
#F5EFF5
(245,239,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B0E3; }

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

This text font color is #E3B0E3.


Background Color

.myBgColor { background-color: #E3B0E3; }

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

This div background color is #E3B0E3.


Border color

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

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

This div border color is #E3B0E3.


Opacity

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

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

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

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

This text has shadow with #E3B0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B0E3 on black background.


Color preview on white background

This text has color #E3B0E3 on white background.



Black color preview on #E3B0E3 background

This text has black color on #E3B0E3 background.


White color preview on #E3B0E3 background

This text has white color on #E3B0E3 background.