COLOR #E5B7E7

HEX: #E5B7E7 RGB: (229,183,231)

Color info

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

RGB color model

#E5B7E7 color RGB value is (229,183,231).

RGB: (229,183,231) (90%, 72%, 91%)

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 231 of 255 = 91%

229
183
231

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

Portions of RGB colors in percentages

R + G + B = 229 + 183 + 231 = 643 (100%)
R 229 of 643 ~ 35.61%
G 183 of 643 ~ 28.46%
B 231 of 643 ~ 35.93'%

%35.61
%28.46
%35.93

CMYK color model

#E5B7E7 color CMYK value is (1,21,0,9).

  • cyan value is 0.87%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (1,21,0,9)
C1M21Y0K9 (1%, 21%, 0%, 9%)
(0.01 / 0.21 / 0.00 / 0.09)

CMYK percentages

%0.87
%20.78
%0
%9.41

Codes

Color #E5B7E7 in popluar color models

E5 B7 E7
RGB 229 183 231
HSL 298° 50.00% 81.18%
HSB/HSV 298° 20.78% 90.59%
CMYK 0.87% 20.78% 0.00%
9.41%

Color #E5B7E7 in popluar number systems.

HEX E5 B7 E7
Decimal 229 183 231
Binary 11100101 10110111 11100111
Octal 345 267 347

Shades and tints

Shades of #E5B7E7

#E5B7E7
(229,183,231)
#D1A7D2
(209,167,210)
#BD97BD
(189,151,189)
#A987A8
(169,135,168)
#957793
(149,119,147)
#81677E
(129,103,126)
#6D5769
(109,87,105)
#594754
(89,71,84)
#45373F
(69,55,63)
#31272A
(49,39,42)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #E5B7E7

#E5B7E7
(229,183,231)
#E7BDE9
(231,189,233)
#E9C3EB
(233,195,235)
#EBC9ED
(235,201,237)
#EDCFEF
(237,207,239)
#EFD5F1
(239,213,241)
#F1DBF3
(241,219,243)
#F3E1F5
(243,225,245)
#F5E7F7
(245,231,247)
#F7EDF9
(247,237,249)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B7E7 color. Also use rgb(229,183,231) instead hex code.

Text Font Color

.myTextColor { color: #E5B7E7; }

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

This text font color is #E5B7E7.

Background Color

.myBgColor { background-color: #E5B7E7; }

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

This div background color is #E5B7E7.

Border color

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

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

This div border color is #E5B7E7.

Opacity

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

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

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

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

This text has shadow with #E5B7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B7E7.

Preview

Color preview on black background

This text has color #E5B7E7 on black background.


Color preview on white background

This text has color #E5B7E7 on white background.


Black color preview on #E5B7E7 background

This text has black color on #E5B7E7 background.


White color preview on #E5B7E7 background

This text has white color on #E5B7E7 background.


Related colors

Complementary color

Complementary color for #hex is #1A4818.


I love getcolorcode.com

Triadic colors

1 #E7E5B7 and #B7E7E5 with #E5B7E7 are triadic colors.

2 #E7B7E5 and #B7E5E7 with #E5B7E7 are triadic colors.