COLOR #E5B8D0

HEX: #E5B8D0
RGB: (229,184,208)

Color info

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

RGB color model

#E5B8D0 color RGB value is (229,184,208).

  • red value is 229;
  • green value is 184;
  • blue value is 208.
RGB:
(229,184,208)
(90%,72%,82%)

RGB channels and saturation

R 229 of 255 = 90%
G 184 of 255 = 72%
B 208 of 255 = 82%

229
184
208

R + G + B ~ 81%. #E5B8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 184 + 208 = 621 (100%)
R 229 of 621 ~ 36.88%
G 184 of 621 ~ 29.63%
B 208 of 621 ~ 33.49%

%36.88
%29.63
%33.49

CMYK color model

#E5B8D0 color CMYK value is (0,20,9,10).

  • cyan value is 0.00%
  • magenta value is 19.65%
  • yellow value is 9.17%
  • key color value is 10.20%
CMYK:
(0,20,9,10)
C0M20Y9K10 
(0%,20%,9%,10%)
(0.00/0.20/0.09/0.10)	

CMYK percentages

%0
%19.65
%9.17
%10.2

Codes

Color #E5B8D0 in popluar color models

E5B8D0
RGB229184208
HSL328°46.39%80.98%
HSB/HSV328°19.65%89.80%
CMYK0.00%19.65%9.17%
10.20%

Color #E5B8D0 in popluar number systems.

HEXE5B8D0
Decimal229184208
Binary111001011011100011010000
Octal345270320

Shades and tints

Shades of #E5B8D0

#E5B8D0
(229,184,208)
#D1A8BE
(209,168,190)
#BD98AC
(189,152,172)
#A9889A
(169,136,154)
#957888
(149,120,136)
#816876
(129,104,118)
#6D5864
(109,88,100)
#594852
(89,72,82)
#453840
(69,56,64)
#31282E
(49,40,46)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #E5B8D0

#E5B8D0
(229,184,208)
#E7BED4
(231,190,212)
#E9C4D8
(233,196,216)
#EBCADC
(235,202,220)
#EDD0E0
(237,208,224)
#EFD6E4
(239,214,228)
#F1DCE8
(241,220,232)
#F3E2EC
(243,226,236)
#F5E8F0
(245,232,240)
#F7EEF4
(247,238,244)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B8D0 color. Also use rgb(229,184,208) instead hex code.

Text Font Color

.myTextColor { color: #E5B8D0; }

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

This text font color is #E5B8D0.


Background Color

.myBgColor { background-color: #E5B8D0; }

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

This div background color is #E5B8D0.


Border color

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

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

This div border color is #E5B8D0.


Opacity

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

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

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

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

This text has shadow with #E5B8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B8D0 on black background.


Color preview on white background

This text has color #E5B8D0 on white background.



Black color preview on #E5B8D0 background

This text has black color on #E5B8D0 background.


White color preview on #E5B8D0 background

This text has white color on #E5B8D0 background.