COLOR #E3B7E7

HEX: #E3B7E7
RGB: (227,183,231)

Color info

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

RGB color model

#E3B7E7 color RGB value is (227,183,231).

  • red value is 227;
  • green value is 183;
  • blue value is 231.
RGB:
(227,183,231)
(89%,72%,91%)

RGB channels and saturation

R 227 of 255 = 89%
G 183 of 255 = 72%
B 231 of 255 = 91%

227
183
231

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

Portions of RGB colors in percentages

R + G + B =
227 + 183 + 231 = 641 (100%)
R 227 of 641 ~ 35.41%
G 183 of 641 ~ 28.55%
B 231 of 641 ~ 36.04%

%35.41
%28.55
%36.04

CMYK color model

#E3B7E7 color CMYK value is (2,21,0,9).

  • cyan value is 1.73%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,21,0,9)
C2M21Y0K9 
(2%,21%,0%,9%)
(0.02/0.21/0.00/0.09)	

CMYK percentages

%1.73
%20.78
%0
%9.41

Codes

Color #E3B7E7 in popluar color models

E3B7E7
RGB227183231
HSL295°50.00%81.18%
HSB/HSV295°20.78%90.59%
CMYK1.73%20.78%0.00%
9.41%

Color #E3B7E7 in popluar number systems.

HEXE3B7E7
Decimal227183231
Binary111000111011011111100111
Octal343267347

Shades and tints

Shades of #E3B7E7

#E3B7E7
(227,183,231)
#CFA7D2
(207,167,210)
#BB97BD
(187,151,189)
#A787A8
(167,135,168)
#937793
(147,119,147)
#7F677E
(127,103,126)
#6B5769
(107,87,105)
#574754
(87,71,84)
#43373F
(67,55,63)
#2F272A
(47,39,42)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #E3B7E7

#E3B7E7
(227,183,231)
#E5BDE9
(229,189,233)
#E7C3EB
(231,195,235)
#E9C9ED
(233,201,237)
#EBCFEF
(235,207,239)
#EDD5F1
(237,213,241)
#EFDBF3
(239,219,243)
#F1E1F5
(241,225,245)
#F3E7F7
(243,231,247)
#F5EDF9
(245,237,249)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B7E7; }

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

This text font color is #E3B7E7.


Background Color

.myBgColor { background-color: #E3B7E7; }

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

This div background color is #E3B7E7.


Border color

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

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

This div border color is #E3B7E7.


Opacity

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

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

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

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

This text has shadow with #E3B7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B7E7 on black background.


Color preview on white background

This text has color #E3B7E7 on white background.



Black color preview on #E3B7E7 background

This text has black color on #E3B7E7 background.


White color preview on #E3B7E7 background

This text has white color on #E3B7E7 background.