COLOR #E5B2B9

HEX: #E5B2B9
RGB: (229,178,185)

Color info

#E5B2B9 contains red, green and blue colors in about the same proportion. Web safe color of #E5B2B9 is #CC99CC (or #C9C).

RGB color model

#E5B2B9 color RGB value is (229,178,185).

  • red value is 229;
  • green value is 178;
  • blue value is 185.
RGB:
(229,178,185)
(90%,70%,73%)

RGB channels and saturation

R 229 of 255 = 90%
G 178 of 255 = 70%
B 185 of 255 = 73%

229
178
185

R + G + B ~ 78%. #E5B2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 178 + 185 = 592 (100%)
R 229 of 592 ~ 38.68%
G 178 of 592 ~ 30.07%
B 185 of 592 ~ 31.25%

%38.68
%30.07
%31.25

CMYK color model

#E5B2B9 color CMYK value is (0,22,19,10).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 19.21%
  • key color value is 10.20%
CMYK:
(0,22,19,10)
C0M22Y19K10 
(0%,22%,19%,10%)
(0.00/0.22/0.19/0.10)	

CMYK percentages

%0
%22.27
%19.21
%10.2

Codes

Color #E5B2B9 in popluar color models

E5B2B9
RGB229178185
HSL352°49.51%79.80%
HSB/HSV352°22.27%89.80%
CMYK0.00%22.27%19.21%
10.20%

Color #E5B2B9 in popluar number systems.

HEXE5B2B9
Decimal229178185
Binary111001011011001010111001
Octal345262271

Shades and tints

Shades of #E5B2B9

#E5B2B9
(229,178,185)
#D1A2A9
(209,162,169)
#BD9299
(189,146,153)
#A98289
(169,130,137)
#957279
(149,114,121)
#816269
(129,98,105)
#6D5259
(109,82,89)
#594249
(89,66,73)
#453239
(69,50,57)
#312229
(49,34,41)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #E5B2B9

#E5B2B9
(229,178,185)
#E7B9BF
(231,185,191)
#E9C0C5
(233,192,197)
#EBC7CB
(235,199,203)
#EDCED1
(237,206,209)
#EFD5D7
(239,213,215)
#F1DCDD
(241,220,221)
#F3E3E3
(243,227,227)
#F5EAE9
(245,234,233)
#F7F1EF
(247,241,239)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B2B9 color. Also use rgb(229,178,185) instead hex code.

Text Font Color

.myTextColor { color: #E5B2B9; }

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

This text font color is #E5B2B9.


Background Color

.myBgColor { background-color: #E5B2B9; }

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

This div background color is #E5B2B9.


Border color

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

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

This div border color is #E5B2B9.


Opacity

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

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

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

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

This text has shadow with #E5B2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B2B9 on black background.


Color preview on white background

This text has color #E5B2B9 on white background.



Black color preview on #E5B2B9 background

This text has black color on #E5B2B9 background.


White color preview on #E5B2B9 background

This text has white color on #E5B2B9 background.