COLOR #E4B6B1

HEX: #E4B6B1 RGB: (228,182,177)

Color info

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

RGB color model

#E4B6B1 color RGB value is (228,182,177).

RGB: (228,182,177) (89%, 71%, 69%)

RGB channels and saturation

R 228 of 255 = 89%
G 182 of 255 = 71%
B 177 of 255 = 69%

228
182
177

R + G + B ~ 76%. #E4B6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 182 + 177 = 587 (100%)
R 228 of 587 ~ 38.84%
G 182 of 587 ~ 31.01%
B 177 of 587 ~ 30.15'%

%38.84
%31.01
%30.15

CMYK color model

#E4B6B1 color CMYK value is (0,20,22,11).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 22.37%
  • key color value is 10.59%
CMYK: (0,20,22,11) C0M20Y22K11 (0%,20%,22%,11%) (0.00/0.20/0.22/0.11) 

CMYK percentages

%0
%20.18
%22.37
%10.59

Codes

Color #E4B6B1 in popluar color models

E4 B6 B1
RGB 228 182 177
HSL 48.57% 79.41%
HSB/HSV 22.37% 89.41%
CMYK 0.00% 20.18% 22.37%
10.59%

Color #E4B6B1 in popluar number systems.

HEX E4 B6 B1
Decimal 228 182 177
Binary 11100100 10110110 10110001
Octal 344 266 261

Shades and tints

Shades of #E4B6B1

#E4B6B1
(228,182,177)
#D0A6A1
(208,166,161)
#BC9691
(188,150,145)
#A88681
(168,134,129)
#947671
(148,118,113)
#806661
(128,102,97)
#6C5651
(108,86,81)
#584641
(88,70,65)
#443631
(68,54,49)
#302621
(48,38,33)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #E4B6B1

#E4B6B1
(228,182,177)
#E6BCB8
(230,188,184)
#E8C2BF
(232,194,191)
#EAC8C6
(234,200,198)
#ECCECD
(236,206,205)
#EED4D4
(238,212,212)
#F0DADB
(240,218,219)
#F2E0E2
(242,224,226)
#F4E6E9
(244,230,233)
#F6ECF0
(246,236,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B6B1 color. Also use rgb(228,182,177) instead hex code.

Text Font Color

.myTextColor { color: #E4B6B1; }

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

This text font color is #E4B6B1.

Background Color

.myBgColor { background-color: #E4B6B1; }

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

This div background color is #E4B6B1.

Border color

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

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

This div border color is #E4B6B1.

Opacity

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

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

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

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

This text has shadow with #E4B6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B6B1.

Preview

Color preview on black background

This text has color #E4B6B1 on black background.


Color preview on white background

This text has color #E4B6B1 on white background.


Black color preview on #E4B6B1 background

This text has black color on #E4B6B1 background.


White color preview on #E4B6B1 background

This text has white color on #E4B6B1 background.


Related colors

Complementary color

Complementary color for #hex is #1B494E.


I love getcolorcode.com

Triadic colors

1 #B1E4B6 and #B6B1E4 with #E4B6B1 are triadic colors.

2 #B1B6E4 and #B6E4B1 with #E4B6B1 are triadic colors.