COLOR #E3B7D6

HEX: #E3B7D6
RGB: (227,183,214)

Color info

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

RGB color model

#E3B7D6 color RGB value is (227,183,214).

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

RGB channels and saturation

R 227 of 255 = 89%
G 183 of 255 = 72%
B 214 of 255 = 84%

227
183
214

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

Portions of RGB colors in percentages

R + G + B =
227 + 183 + 214 = 624 (100%)
R 227 of 624 ~ 36.38%
G 183 of 624 ~ 29.33%
B 214 of 624 ~ 34.29%

%36.38
%29.33
%34.29

CMYK color model

#E3B7D6 color CMYK value is (0,19,6,11).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(0,19,6,11)
C0M19Y6K11 
(0%,19%,6%,11%)
(0.00/0.19/0.06/0.11)	

CMYK percentages

%0
%19.38
%5.73
%10.98

Codes

Color #E3B7D6 in popluar color models

E3B7D6
RGB227183214
HSL318°44.00%80.39%
HSB/HSV318°19.38%89.02%
CMYK0.00%19.38%5.73%
10.98%

Color #E3B7D6 in popluar number systems.

HEXE3B7D6
Decimal227183214
Binary111000111011011111010110
Octal343267326

Shades and tints

Shades of #E3B7D6

#E3B7D6
(227,183,214)
#CFA7C3
(207,167,195)
#BB97B0
(187,151,176)
#A7879D
(167,135,157)
#93778A
(147,119,138)
#7F6777
(127,103,119)
#6B5764
(107,87,100)
#574751
(87,71,81)
#43373E
(67,55,62)
#2F272B
(47,39,43)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3B7D6

#E3B7D6
(227,183,214)
#E5BDD9
(229,189,217)
#E7C3DC
(231,195,220)
#E9C9DF
(233,201,223)
#EBCFE2
(235,207,226)
#EDD5E5
(237,213,229)
#EFDBE8
(239,219,232)
#F1E1EB
(241,225,235)
#F3E7EE
(243,231,238)
#F5EDF1
(245,237,241)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B7D6; }

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

This text font color is #E3B7D6.


Background Color

.myBgColor { background-color: #E3B7D6; }

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

This div background color is #E3B7D6.


Border color

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

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

This div border color is #E3B7D6.


Opacity

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

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

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

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

This text has shadow with #E3B7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B7D6 on black background.


Color preview on white background

This text has color #E3B7D6 on white background.



Black color preview on #E3B7D6 background

This text has black color on #E3B7D6 background.


White color preview on #E3B7D6 background

This text has white color on #E3B7D6 background.