COLOR #E4B1A6

HEX: #E4B1A6 RGB: (228,177,166)

Color info

#E4B1A6 contains mainly red and green colors. Web safe color of #E4B1A6 is #CC9999 (or #C99).

RGB color model

#E4B1A6 color RGB value is (228,177,166).

RGB: (228,177,166) (89%, 69%, 65%)

RGB channels and saturation

R 228 of 255 = 89%
G 177 of 255 = 69%
B 166 of 255 = 65%

228
177
166

R + G + B ~ 74%. #E4B1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 177 + 166 = 571 (100%)
R 228 of 571 ~ 39.93%
G 177 of 571 ~ 31%
B 166 of 571 ~ 29.07'%

%39.93
%31
%29.07

CMYK color model

#E4B1A6 color CMYK value is (0,22,27,11).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 27.19%
  • key color value is 10.59%

CMYK: (0,22,27,11)
C0M22Y27K11 (0%, 22%, 27%, 11%)
(0.00 / 0.22 / 0.27 / 0.11)

CMYK percentages

%0
%22.37
%27.19
%10.59

Codes

Color #E4B1A6 in popluar color models

E4 B1 A6
RGB 228 177 166
HSL 11° 53.45% 77.25%
HSB/HSV 11° 27.19% 89.41%
CMYK 0.00% 22.37% 27.19%
10.59%

Color #E4B1A6 in popluar number systems.

HEX E4 B1 A6
Decimal 228 177 166
Binary 11100100 10110001 10100110
Octal 344 261 246

Shades and tints

Shades of #E4B1A6

#E4B1A6
(228,177,166)
#D0A197
(208,161,151)
#BC9188
(188,145,136)
#A88179
(168,129,121)
#94716A
(148,113,106)
#80615B
(128,97,91)
#6C514C
(108,81,76)
#58413D
(88,65,61)
#44312E
(68,49,46)
#30211F
(48,33,31)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #E4B1A6

#E4B1A6
(228,177,166)
#E6B8AE
(230,184,174)
#E8BFB6
(232,191,182)
#EAC6BE
(234,198,190)
#ECCDC6
(236,205,198)
#EED4CE
(238,212,206)
#F0DBD6
(240,219,214)
#F2E2DE
(242,226,222)
#F4E9E6
(244,233,230)
#F6F0EE
(246,240,238)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B1A6; }

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

This text font color is #E4B1A6.

Background Color

.myBgColor { background-color: #E4B1A6; }

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

This div background color is #E4B1A6.

Border color

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

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

This div border color is #E4B1A6.

Opacity

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

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

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

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

This text has shadow with #E4B1A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B1A6.

Preview

Color preview on black background

This text has color #E4B1A6 on black background.


Color preview on white background

This text has color #E4B1A6 on white background.


Black color preview on #E4B1A6 background

This text has black color on #E4B1A6 background.


White color preview on #E4B1A6 background

This text has white color on #E4B1A6 background.


Related colors

Complementary color

Complementary color for #hex is #1B4E59.


I love getcolorcode.com

Triadic colors

1 #A6E4B1 and #B1A6E4 with #E4B1A6 are triadic colors.

2 #A6B1E4 and #B1E4A6 with #E4B1A6 are triadic colors.