COLOR #E5B6E4

HEX: #E5B6E4 RGB: (229,182,228)

Color info

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

RGB color model

#E5B6E4 color RGB value is (229,182,228).

RGB: (229,182,228) (90%, 71%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 228 of 255 = 89%

229
182
228

R + G + B ~ 83%. #E5B6E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 182 + 228 = 639 (100%)
R 229 of 639 ~ 35.84%
G 182 of 639 ~ 28.48%
B 228 of 639 ~ 35.68'%

%35.84
%28.48
%35.68

CMYK color model

#E5B6E4 color CMYK value is (0,21,0,10).

  • cyan value is 0.00%
  • magenta value is 20.52%
  • yellow value is 0.44%
  • key color value is 10.20%

CMYK: (0,21,0,10)
C0M21Y0K10 (0%, 21%, 0%, 10%)
(0.00 / 0.21 / 0.00 / 0.10)

CMYK percentages

%0
%20.52
%0.44
%10.2

Codes

Color #E5B6E4 in popluar color models

E5 B6 E4
RGB 229 182 228
HSL 301° 47.47% 80.59%
HSB/HSV 301° 20.52% 89.80%
CMYK 0.00% 20.52% 0.44%
10.20%

Color #E5B6E4 in popluar number systems.

HEX E5 B6 E4
Decimal 229 182 228
Binary 11100101 10110110 11100100
Octal 345 266 344

Shades and tints

Shades of #E5B6E4

#E5B6E4
(229,182,228)
#D1A6D0
(209,166,208)
#BD96BC
(189,150,188)
#A986A8
(169,134,168)
#957694
(149,118,148)
#816680
(129,102,128)
#6D566C
(109,86,108)
#594658
(89,70,88)
#453644
(69,54,68)
#312630
(49,38,48)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #E5B6E4

#E5B6E4
(229,182,228)
#E7BCE6
(231,188,230)
#E9C2E8
(233,194,232)
#EBC8EA
(235,200,234)
#EDCEEC
(237,206,236)
#EFD4EE
(239,212,238)
#F1DAF0
(241,218,240)
#F3E0F2
(243,224,242)
#F5E6F4
(245,230,244)
#F7ECF6
(247,236,246)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B6E4; }

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

This text font color is #E5B6E4.

Background Color

.myBgColor { background-color: #E5B6E4; }

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

This div background color is #E5B6E4.

Border color

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

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

This div border color is #E5B6E4.

Opacity

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

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

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

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

This text has shadow with #E5B6E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B6E4.

Preview

Color preview on black background

This text has color #E5B6E4 on black background.


Color preview on white background

This text has color #E5B6E4 on white background.


Black color preview on #E5B6E4 background

This text has black color on #E5B6E4 background.


White color preview on #E5B6E4 background

This text has white color on #E5B6E4 background.


Related colors

Complementary color

Complementary color for #hex is #1A491B.


I love getcolorcode.com

Triadic colors

1 #E4E5B6 and #B6E4E5 with #E5B6E4 are triadic colors.

2 #E4B6E5 and #B6E5E4 with #E5B6E4 are triadic colors.