COLOR #E7B3E6

HEX: #E7B3E6 RGB: (231,179,230)

Color info

#E7B3E6 contains red, green and blue colors in about the same proportion. Web safe color of #E7B3E6 is #FF99CC (or #F9C).

RGB color model

#E7B3E6 color RGB value is (231,179,230).

RGB: (231,179,230) (91%, 70%, 90%)

RGB channels and saturation

R 231 of 255 = 91%
G 179 of 255 = 70%
B 230 of 255 = 90%

231
179
230

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

Portions of RGB colors in percentages

R + G + B = 231 + 179 + 230 = 640 (100%)
R 231 of 640 ~ 36.09%
G 179 of 640 ~ 27.97%
B 230 of 640 ~ 35.94'%

%36.09
%27.97
%35.94

CMYK color model

#E7B3E6 color CMYK value is (0,23,0,9).

  • cyan value is 0.00%
  • magenta value is 22.51%
  • yellow value is 0.43%
  • key color value is 9.41%

CMYK: (0,23,0,9)
C0M23Y0K9 (0%, 23%, 0%, 9%)
(0.00 / 0.23 / 0.00 / 0.09)

CMYK percentages

%0
%22.51
%0.43
%9.41

Codes

Color #E7B3E6 in popluar color models

E7 B3 E6
RGB 231 179 230
HSL 301° 52.00% 80.39%
HSB/HSV 301° 22.51% 90.59%
CMYK 0.00% 22.51% 0.43%
9.41%

Color #E7B3E6 in popluar number systems.

HEX E7 B3 E6
Decimal 231 179 230
Binary 11100111 10110011 11100110
Octal 347 263 346

Shades and tints

Shades of #E7B3E6

#E7B3E6
(231,179,230)
#D2A3D2
(210,163,210)
#BD93BE
(189,147,190)
#A883AA
(168,131,170)
#937396
(147,115,150)
#7E6382
(126,99,130)
#69536E
(105,83,110)
#54435A
(84,67,90)
#3F3346
(63,51,70)
#2A2332
(42,35,50)
#15131E
(21,19,30)
#000000
(0,0,0)

Tints of #E7B3E6

#E7B3E6
(231,179,230)
#E9B9E8
(233,185,232)
#EBBFEA
(235,191,234)
#EDC5EC
(237,197,236)
#EFCBEE
(239,203,238)
#F1D1F0
(241,209,240)
#F3D7F2
(243,215,242)
#F5DDF4
(245,221,244)
#F7E3F6
(247,227,246)
#F9E9F8
(249,233,248)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B3E6 color. Also use rgb(231,179,230) instead hex code.

Text Font Color

.myTextColor { color: #E7B3E6; }

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

This text font color is #E7B3E6.

Background Color

.myBgColor { background-color: #E7B3E6; }

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

This div background color is #E7B3E6.

Border color

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

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

This div border color is #E7B3E6.

Opacity

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

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

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

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

This text has shadow with #E7B3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B3E6.

Preview

Color preview on black background

This text has color #E7B3E6 on black background.


Color preview on white background

This text has color #E7B3E6 on white background.


Black color preview on #E7B3E6 background

This text has black color on #E7B3E6 background.


White color preview on #E7B3E6 background

This text has white color on #E7B3E6 background.


Related colors

Complementary color

Complementary color for #hex is #184C19.


I love getcolorcode.com

Triadic colors

1 #E6E7B3 and #B3E6E7 with #E7B3E6 are triadic colors.

2 #E6B3E7 and #B3E7E6 with #E7B3E6 are triadic colors.