COLOR #E5B3B7

HEX: #E5B3B7 RGB: (229,179,183)

Color info

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

RGB color model

#E5B3B7 color RGB value is (229,179,183).

RGB: (229,179,183) (90%, 70%, 72%)

RGB channels and saturation

R 229 of 255 = 90%
G 179 of 255 = 70%
B 183 of 255 = 72%

229
179
183

R + G + B ~ 77%. #E5B3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 179 + 183 = 591 (100%)
R 229 of 591 ~ 38.75%
G 179 of 591 ~ 30.29%
B 183 of 591 ~ 30.96'%

%38.75
%30.29
%30.96

CMYK color model

#E5B3B7 color CMYK value is (0,22,20,10).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 20.09%
  • key color value is 10.20%

CMYK: (0,22,20,10)
C0M22Y20K10 (0%, 22%, 20%, 10%)
(0.00 / 0.22 / 0.20 / 0.10)

CMYK percentages

%0
%21.83
%20.09
%10.2

Codes

Color #E5B3B7 in popluar color models

E5 B3 B7
RGB 229 179 183
HSL 355° 49.02% 80.00%
HSB/HSV 355° 21.83% 89.80%
CMYK 0.00% 21.83% 20.09%
10.20%

Color #E5B3B7 in popluar number systems.

HEX E5 B3 B7
Decimal 229 179 183
Binary 11100101 10110011 10110111
Octal 345 263 267

Shades and tints

Shades of #E5B3B7

#E5B3B7
(229,179,183)
#D1A3A7
(209,163,167)
#BD9397
(189,147,151)
#A98387
(169,131,135)
#957377
(149,115,119)
#816367
(129,99,103)
#6D5357
(109,83,87)
#594347
(89,67,71)
#453337
(69,51,55)
#312327
(49,35,39)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5B3B7

#E5B3B7
(229,179,183)
#E7B9BD
(231,185,189)
#E9BFC3
(233,191,195)
#EBC5C9
(235,197,201)
#EDCBCF
(237,203,207)
#EFD1D5
(239,209,213)
#F1D7DB
(241,215,219)
#F3DDE1
(243,221,225)
#F5E3E7
(245,227,231)
#F7E9ED
(247,233,237)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B3B7; }

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

This text font color is #E5B3B7.

Background Color

.myBgColor { background-color: #E5B3B7; }

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

This div background color is #E5B3B7.

Border color

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

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

This div border color is #E5B3B7.

Opacity

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

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

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

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

This text has shadow with #E5B3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B3B7.

Preview

Color preview on black background

This text has color #E5B3B7 on black background.


Color preview on white background

This text has color #E5B3B7 on white background.


Black color preview on #E5B3B7 background

This text has black color on #E5B3B7 background.


White color preview on #E5B3B7 background

This text has white color on #E5B3B7 background.


Related colors

Complementary color

Complementary color for #hex is #1A4C48.


I love getcolorcode.com

Triadic colors

1 #B7E5B3 and #B3B7E5 with #E5B3B7 are triadic colors.

2 #B7B3E5 and #B3E5B7 with #E5B3B7 are triadic colors.