COLOR #E5B6B3

HEX: #E5B6B3 RGB: (229,182,179)

Color info

#E5B6B3 contains red, green and blue colors in about the same proportion. Web safe color of #E5B6B3 is #CCCC99 (or #CC9).

RGB color model

#E5B6B3 color RGB value is (229,182,179).

RGB: (229,182,179) (90%, 71%, 70%)

RGB channels and saturation

R 229 of 255 = 90%
G 182 of 255 = 71%
B 179 of 255 = 70%

229
182
179

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

Portions of RGB colors in percentages

R + G + B = 229 + 182 + 179 = 590 (100%)
R 229 of 590 ~ 38.81%
G 182 of 590 ~ 30.85%
B 179 of 590 ~ 30.34'%

%38.81
%30.85
%30.34

CMYK color model

#E5B6B3 color CMYK value is (0,21,22,10).

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

CMYK: (0,21,22,10)
C0M21Y22K10 (0%, 21%, 22%, 10%)
(0.00 / 0.21 / 0.22 / 0.10)

CMYK percentages

%0
%20.52
%21.83
%10.2

Codes

Color #E5B6B3 in popluar color models

E5 B6 B3
RGB 229 182 179
HSL 49.02% 80.00%
HSB/HSV 21.83% 89.80%
CMYK 0.00% 20.52% 21.83%
10.20%

Color #E5B6B3 in popluar number systems.

HEX E5 B6 B3
Decimal 229 182 179
Binary 11100101 10110110 10110011
Octal 345 266 263

Shades and tints

Shades of #E5B6B3

#E5B6B3
(229,182,179)
#D1A6A3
(209,166,163)
#BD9693
(189,150,147)
#A98683
(169,134,131)
#957673
(149,118,115)
#816663
(129,102,99)
#6D5653
(109,86,83)
#594643
(89,70,67)
#453633
(69,54,51)
#312623
(49,38,35)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5B6B3

#E5B6B3
(229,182,179)
#E7BCB9
(231,188,185)
#E9C2BF
(233,194,191)
#EBC8C5
(235,200,197)
#EDCECB
(237,206,203)
#EFD4D1
(239,212,209)
#F1DAD7
(241,218,215)
#F3E0DD
(243,224,221)
#F5E6E3
(245,230,227)
#F7ECE9
(247,236,233)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B6B3; }

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

This text font color is #E5B6B3.

Background Color

.myBgColor { background-color: #E5B6B3; }

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

This div background color is #E5B6B3.

Border color

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

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

This div border color is #E5B6B3.

Opacity

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

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

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

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

This text has shadow with #E5B6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B6B3.

Preview

Color preview on black background

This text has color #E5B6B3 on black background.


Color preview on white background

This text has color #E5B6B3 on white background.


Black color preview on #E5B6B3 background

This text has black color on #E5B6B3 background.


White color preview on #E5B6B3 background

This text has white color on #E5B6B3 background.


Related colors

Complementary color

Complementary color for #hex is #1A494C.


I love getcolorcode.com

Triadic colors

1 #B3E5B6 and #B6B3E5 with #E5B6B3 are triadic colors.

2 #B3B6E5 and #B6E5B3 with #E5B6B3 are triadic colors.