COLOR #E3B7DC

HEX: #E3B7DC
RGB: (227,183,220)

Color info

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

RGB color model

#E3B7DC color RGB value is (227,183,220).

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

RGB channels and saturation

R 227 of 255 = 89%
G 183 of 255 = 72%
B 220 of 255 = 86%

227
183
220

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

Portions of RGB colors in percentages

R + G + B =
227 + 183 + 220 = 630 (100%)
R 227 of 630 ~ 36.03%
G 183 of 630 ~ 29.05%
B 220 of 630 ~ 34.92%

%36.03
%29.05
%34.92

CMYK color model

#E3B7DC color CMYK value is (0,19,3,11).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(0,19,3,11)
C0M19Y3K11 
(0%,19%,3%,11%)
(0.00/0.19/0.03/0.11)	

CMYK percentages

%0
%19.38
%3.08
%10.98

Codes

Color #E3B7DC in popluar color models

E3B7DC
RGB227183220
HSL310°44.00%80.39%
HSB/HSV310°19.38%89.02%
CMYK0.00%19.38%3.08%
10.98%

Color #E3B7DC in popluar number systems.

HEXE3B7DC
Decimal227183220
Binary111000111011011111011100
Octal343267334

Shades and tints

Shades of #E3B7DC

#E3B7DC
(227,183,220)
#CFA7C8
(207,167,200)
#BB97B4
(187,151,180)
#A787A0
(167,135,160)
#93778C
(147,119,140)
#7F6778
(127,103,120)
#6B5764
(107,87,100)
#574750
(87,71,80)
#43373C
(67,55,60)
#2F2728
(47,39,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3B7DC

#E3B7DC
(227,183,220)
#E5BDDF
(229,189,223)
#E7C3E2
(231,195,226)
#E9C9E5
(233,201,229)
#EBCFE8
(235,207,232)
#EDD5EB
(237,213,235)
#EFDBEE
(239,219,238)
#F1E1F1
(241,225,241)
#F3E7F4
(243,231,244)
#F5EDF7
(245,237,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B7DC; }

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

This text font color is #E3B7DC.


Background Color

.myBgColor { background-color: #E3B7DC; }

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

This div background color is #E3B7DC.


Border color

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

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

This div border color is #E3B7DC.


Opacity

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

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

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

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

This text has shadow with #E3B7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B7DC on black background.


Color preview on white background

This text has color #E3B7DC on white background.



Black color preview on #E3B7DC background

This text has black color on #E3B7DC background.


White color preview on #E3B7DC background

This text has white color on #E3B7DC background.