COLOR #E4B1AA

HEX: #E4B1AA RGB: (228,177,170)

Color info

#E4B1AA contains red, green and blue colors in about the same proportion. Web safe color of #E4B1AA is #CC9999 (or #C99).

RGB color model

#E4B1AA color RGB value is (228,177,170).

RGB: (228,177,170) (89%, 69%, 67%)

RGB channels and saturation

R 228 of 255 = 89%
G 177 of 255 = 69%
B 170 of 255 = 67%

228
177
170

R + G + B ~ 75%. #E4B1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 177 + 170 = 575 (100%)
R 228 of 575 ~ 39.65%
G 177 of 575 ~ 30.78%
B 170 of 575 ~ 29.57'%

%39.65
%30.78
%29.57

CMYK color model

#E4B1AA color CMYK value is (0,22,25,11).

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

CMYK: (0,22,25,11)
C0M22Y25K11 (0%, 22%, 25%, 11%)
(0.00 / 0.22 / 0.25 / 0.11)

CMYK percentages

%0
%22.37
%25.44
%10.59

Codes

Color #E4B1AA in popluar color models

E4 B1 AA
RGB 228 177 170
HSL 51.79% 78.04%
HSB/HSV 25.44% 89.41%
CMYK 0.00% 22.37% 25.44%
10.59%

Color #E4B1AA in popluar number systems.

HEX E4 B1 AA
Decimal 228 177 170
Binary 11100100 10110001 10101010
Octal 344 261 252

Shades and tints

Shades of #E4B1AA

#E4B1AA
(228,177,170)
#D0A19B
(208,161,155)
#BC918C
(188,145,140)
#A8817D
(168,129,125)
#94716E
(148,113,110)
#80615F
(128,97,95)
#6C5150
(108,81,80)
#584141
(88,65,65)
#443132
(68,49,50)
#302123
(48,33,35)
#1C1114
(28,17,20)
#000000
(0,0,0)

Tints of #E4B1AA

#E4B1AA
(228,177,170)
#E6B8B1
(230,184,177)
#E8BFB8
(232,191,184)
#EAC6BF
(234,198,191)
#ECCDC6
(236,205,198)
#EED4CD
(238,212,205)
#F0DBD4
(240,219,212)
#F2E2DB
(242,226,219)
#F4E9E2
(244,233,226)
#F6F0E9
(246,240,233)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B1AA; }

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

This text font color is #E4B1AA.

Background Color

.myBgColor { background-color: #E4B1AA; }

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

This div background color is #E4B1AA.

Border color

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

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

This div border color is #E4B1AA.

Opacity

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

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

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

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

This text has shadow with #E4B1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B1AA.

Preview

Color preview on black background

This text has color #E4B1AA on black background.


Color preview on white background

This text has color #E4B1AA on white background.


Black color preview on #E4B1AA background

This text has black color on #E4B1AA background.


White color preview on #E4B1AA background

This text has white color on #E4B1AA background.


Related colors

Complementary color

Complementary color for #hex is #1B4E55.


I love getcolorcode.com

Triadic colors

1 #AAE4B1 and #B1AAE4 with #E4B1AA are triadic colors.

2 #AAB1E4 and #B1E4AA with #E4B1AA are triadic colors.