COLOR #E5B6EF

HEX: #E5B6EF
RGB: (229,182,239)

Color info

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

RGB color model

#E5B6EF color RGB value is (229,182,239).

  • red value is 229;
  • green value is 182;
  • blue value is 239.
RGB:
(229,182,239)
(90%,71%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 239 of 255 = 94%

229
182
239

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

Portions of RGB colors in percentages

R + G + B =
229 + 182 + 239 = 650 (100%)
R 229 of 650 ~ 35.23%
G 182 of 650 ~ 28%
B 239 of 650 ~ 36.77%

%35.23
%28
%36.77

CMYK color model

#E5B6EF color CMYK value is (4,24,0,6).

  • cyan value is 4.18%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,24,0,6)
C4M24Y0K6 
(4%,24%,0%,6%)
(0.04/0.24/0.00/0.06)	

CMYK percentages

%4.18
%23.85
%0
%6.27

Codes

Color #E5B6EF in popluar color models

E5B6EF
RGB229182239
HSL289°64.04%82.55%
HSB/HSV289°23.85%93.73%
CMYK4.18%23.85%0.00%
6.27%

Color #E5B6EF in popluar number systems.

HEXE5B6EF
Decimal229182239
Binary111001011011011011101111
Octal345266357

Shades and tints

Shades of #E5B6EF

#E5B6EF
(229,182,239)
#D1A6DA
(209,166,218)
#BD96C5
(189,150,197)
#A986B0
(169,134,176)
#95769B
(149,118,155)
#816686
(129,102,134)
#6D5671
(109,86,113)
#59465C
(89,70,92)
#453647
(69,54,71)
#312632
(49,38,50)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #E5B6EF

#E5B6EF
(229,182,239)
#E7BCF0
(231,188,240)
#E9C2F1
(233,194,241)
#EBC8F2
(235,200,242)
#EDCEF3
(237,206,243)
#EFD4F4
(239,212,244)
#F1DAF5
(241,218,245)
#F3E0F6
(243,224,246)
#F5E6F7
(245,230,247)
#F7ECF8
(247,236,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B6EF color. Also use rgb(229,182,239) instead hex code.

Text Font Color

.myTextColor { color: #E5B6EF; }

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

This text font color is #E5B6EF.


Background Color

.myBgColor { background-color: #E5B6EF; }

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

This div background color is #E5B6EF.


Border color

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

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

This div border color is #E5B6EF.


Opacity

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

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

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

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

This text has shadow with #E5B6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B6EF on black background.


Color preview on white background

This text has color #E5B6EF on white background.



Black color preview on #E5B6EF background

This text has black color on #E5B6EF background.


White color preview on #E5B6EF background

This text has white color on #E5B6EF background.