COLOR #E7B6ED

HEX: #E7B6ED
RGB: (231,182,237)

Color info

#E7B6ED contains red, green and blue colors in about the same proportion. Web safe color of #E7B6ED is #FFCCFF (or #FCF).

RGB color model

#E7B6ED color RGB value is (231,182,237).

  • red value is 231;
  • green value is 182;
  • blue value is 237.
RGB:
(231,182,237)
(91%,71%,93%)

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 237 of 255 = 93%

231
182
237

R + G + B ~ 85%. #E7B6ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 182 + 237 = 650 (100%)
R 231 of 650 ~ 35.54%
G 182 of 650 ~ 28%
B 237 of 650 ~ 36.46%

%35.54
%28
%36.46

CMYK color model

#E7B6ED color CMYK value is (3,23,0,7).

  • cyan value is 2.53%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,23,0,7)
C3M23Y0K7 
(3%,23%,0%,7%)
(0.03/0.23/0.00/0.07)	

CMYK percentages

%2.53
%23.21
%0
%7.06

Codes

Color #E7B6ED in popluar color models

E7B6ED
RGB231182237
HSL293°60.44%82.16%
HSB/HSV293°23.21%92.94%
CMYK2.53%23.21%0.00%
7.06%

Color #E7B6ED in popluar number systems.

HEXE7B6ED
Decimal231182237
Binary111001111011011011101101
Octal347266355

Shades and tints

Shades of #E7B6ED

#E7B6ED
(231,182,237)
#D2A6D8
(210,166,216)
#BD96C3
(189,150,195)
#A886AE
(168,134,174)
#937699
(147,118,153)
#7E6684
(126,102,132)
#69566F
(105,86,111)
#54465A
(84,70,90)
#3F3645
(63,54,69)
#2A2630
(42,38,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #E7B6ED

#E7B6ED
(231,182,237)
#E9BCEE
(233,188,238)
#EBC2EF
(235,194,239)
#EDC8F0
(237,200,240)
#EFCEF1
(239,206,241)
#F1D4F2
(241,212,242)
#F3DAF3
(243,218,243)
#F5E0F4
(245,224,244)
#F7E6F5
(247,230,245)
#F9ECF6
(249,236,246)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B6ED color. Also use rgb(231,182,237) instead hex code.

Text Font Color

.myTextColor { color: #E7B6ED; }

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

This text font color is #E7B6ED.


Background Color

.myBgColor { background-color: #E7B6ED; }

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

This div background color is #E7B6ED.


Border color

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

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

This div border color is #E7B6ED.


Opacity

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

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

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

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

This text has shadow with #E7B6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B6ED on black background.


Color preview on white background

This text has color #E7B6ED on white background.



Black color preview on #E7B6ED background

This text has black color on #E7B6ED background.


White color preview on #E7B6ED background

This text has white color on #E7B6ED background.