COLOR #E5B7C3

HEX: #E5B7C3
RGB: (229,183,195)

Color info

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

RGB color model

#E5B7C3 color RGB value is (229,183,195).

  • red value is 229;
  • green value is 183;
  • blue value is 195.
RGB:
(229,183,195)
(90%,72%,76%)

RGB channels and saturation

R 229 of 255 = 90%
G 183 of 255 = 72%
B 195 of 255 = 76%

229
183
195

R + G + B ~ 79%. #E5B7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 183 + 195 = 607 (100%)
R 229 of 607 ~ 37.73%
G 183 of 607 ~ 30.15%
B 195 of 607 ~ 32.13%

%37.73
%30.15
%32.13

CMYK color model

#E5B7C3 color CMYK value is (0,20,15,10).

  • cyan value is 0.00%
  • magenta value is 20.09%
  • yellow value is 14.85%
  • key color value is 10.20%
CMYK:
(0,20,15,10)
C0M20Y15K10 
(0%,20%,15%,10%)
(0.00/0.20/0.15/0.10)	

CMYK percentages

%0
%20.09
%14.85
%10.2

Codes

Color #E5B7C3 in popluar color models

E5B7C3
RGB229183195
HSL344°46.94%80.78%
HSB/HSV344°20.09%89.80%
CMYK0.00%20.09%14.85%
10.20%

Color #E5B7C3 in popluar number systems.

HEXE5B7C3
Decimal229183195
Binary111001011011011111000011
Octal345267303

Shades and tints

Shades of #E5B7C3

#E5B7C3
(229,183,195)
#D1A7B2
(209,167,178)
#BD97A1
(189,151,161)
#A98790
(169,135,144)
#95777F
(149,119,127)
#81676E
(129,103,110)
#6D575D
(109,87,93)
#59474C
(89,71,76)
#45373B
(69,55,59)
#31272A
(49,39,42)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5B7C3

#E5B7C3
(229,183,195)
#E7BDC8
(231,189,200)
#E9C3CD
(233,195,205)
#EBC9D2
(235,201,210)
#EDCFD7
(237,207,215)
#EFD5DC
(239,213,220)
#F1DBE1
(241,219,225)
#F3E1E6
(243,225,230)
#F5E7EB
(245,231,235)
#F7EDF0
(247,237,240)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B7C3; }

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

This text font color is #E5B7C3.


Background Color

.myBgColor { background-color: #E5B7C3; }

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

This div background color is #E5B7C3.


Border color

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

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

This div border color is #E5B7C3.


Opacity

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

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

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

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

This text has shadow with #E5B7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B7C3 on black background.


Color preview on white background

This text has color #E5B7C3 on white background.



Black color preview on #E5B7C3 background

This text has black color on #E5B7C3 background.


White color preview on #E5B7C3 background

This text has white color on #E5B7C3 background.