COLOR #E1B1AB

HEX: #E1B1AB RGB: (225,177,171)

Color info

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

RGB color model

#E1B1AB color RGB value is (225,177,171).

RGB: (225,177,171) (88%, 69%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 171 of 255 = 67%

225
177
171

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

Portions of RGB colors in percentages

R + G + B = 225 + 177 + 171 = 573 (100%)
R 225 of 573 ~ 39.27%
G 177 of 573 ~ 30.89%
B 171 of 573 ~ 29.84'%

%39.27
%30.89
%29.84

CMYK color model

#E1B1AB color CMYK value is (0,21,24,12).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 24.00%
  • key color value is 11.76%

CMYK: (0,21,24,12)
C0M21Y24K12 (0%, 21%, 24%, 12%)
(0.00 / 0.21 / 0.24 / 0.12)

CMYK percentages

%0
%21.33
%24
%11.76

Codes

Color #E1B1AB in popluar color models

E1 B1 AB
RGB 225 177 171
HSL 47.37% 77.65%
HSB/HSV 24.00% 88.24%
CMYK 0.00% 21.33% 24.00%
11.76%

Color #E1B1AB in popluar number systems.

HEX E1 B1 AB
Decimal 225 177 171
Binary 11100001 10110001 10101011
Octal 341 261 253

Shades and tints

Shades of #E1B1AB

#E1B1AB
(225,177,171)
#CDA19C
(205,161,156)
#B9918D
(185,145,141)
#A5817E
(165,129,126)
#91716F
(145,113,111)
#7D6160
(125,97,96)
#695151
(105,81,81)
#554142
(85,65,66)
#413133
(65,49,51)
#2D2124
(45,33,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #E1B1AB

#E1B1AB
(225,177,171)
#E3B8B2
(227,184,178)
#E5BFB9
(229,191,185)
#E7C6C0
(231,198,192)
#E9CDC7
(233,205,199)
#EBD4CE
(235,212,206)
#EDDBD5
(237,219,213)
#EFE2DC
(239,226,220)
#F1E9E3
(241,233,227)
#F3F0EA
(243,240,234)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B1AB color. Also use rgb(225,177,171) instead hex code.

Text Font Color

.myTextColor { color: #E1B1AB; }

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

This text font color is #E1B1AB.

Background Color

.myBgColor { background-color: #E1B1AB; }

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

This div background color is #E1B1AB.

Border color

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

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

This div border color is #E1B1AB.

Opacity

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

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

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

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

This text has shadow with #E1B1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B1AB.

Preview

Color preview on black background

This text has color #E1B1AB on black background.


Color preview on white background

This text has color #E1B1AB on white background.


Black color preview on #E1B1AB background

This text has black color on #E1B1AB background.


White color preview on #E1B1AB background

This text has white color on #E1B1AB background.


Related colors

Complementary color

Complementary color for #hex is #1E4E54.


I love getcolorcode.com

Triadic colors

1 #ABE1B1 and #B1ABE1 with #E1B1AB are triadic colors.

2 #ABB1E1 and #B1E1AB with #E1B1AB are triadic colors.