COLOR #E1B5A6

HEX: #E1B5A6 RGB: (225,181,166)

Color info

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

RGB color model

#E1B5A6 color RGB value is (225,181,166).

RGB: (225,181,166) (88%, 71%, 65%)

RGB channels and saturation

R 225 of 255 = 88%
G 181 of 255 = 71%
B 166 of 255 = 65%

225
181
166

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

Portions of RGB colors in percentages

R + G + B = 225 + 181 + 166 = 572 (100%)
R 225 of 572 ~ 39.34%
G 181 of 572 ~ 31.64%
B 166 of 572 ~ 29.02'%

%39.34
%31.64
%29.02

CMYK color model

#E1B5A6 color CMYK value is (0,20,26,12).

  • cyan value is 0.00%
  • magenta value is 19.56%
  • yellow value is 26.22%
  • key color value is 11.76%
CMYK: (0,20,26,12) C0M20Y26K12 (0%,20%,26%,12%) (0.00/0.20/0.26/0.12) 

CMYK percentages

%0
%19.56
%26.22
%11.76

Codes

Color #E1B5A6 in popluar color models

E1 B5 A6
RGB 225 181 166
HSL 15° 49.58% 76.67%
HSB/HSV 15° 26.22% 88.24%
CMYK 0.00% 19.56% 26.22%
11.76%

Color #E1B5A6 in popluar number systems.

HEX E1 B5 A6
Decimal 225 181 166
Binary 11100001 10110101 10100110
Octal 341 265 246

Shades and tints

Shades of #E1B5A6

#E1B5A6
(225,181,166)
#CDA597
(205,165,151)
#B99588
(185,149,136)
#A58579
(165,133,121)
#91756A
(145,117,106)
#7D655B
(125,101,91)
#69554C
(105,85,76)
#55453D
(85,69,61)
#41352E
(65,53,46)
#2D251F
(45,37,31)
#191510
(25,21,16)
#000000
(0,0,0)

Tints of #E1B5A6

#E1B5A6
(225,181,166)
#E3BBAE
(227,187,174)
#E5C1B6
(229,193,182)
#E7C7BE
(231,199,190)
#E9CDC6
(233,205,198)
#EBD3CE
(235,211,206)
#EDD9D6
(237,217,214)
#EFDFDE
(239,223,222)
#F1E5E6
(241,229,230)
#F3EBEE
(243,235,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B5A6 color. Also use rgb(225,181,166) instead hex code.

Text Font Color

.myTextColor { color: #E1B5A6; }

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

This text font color is #E1B5A6.

Background Color

.myBgColor { background-color: #E1B5A6; }

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

This div background color is #E1B5A6.

Border color

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

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

This div border color is #E1B5A6.

Opacity

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

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

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

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

This text has shadow with #E1B5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B5A6.

Preview

Color preview on black background

This text has color #E1B5A6 on black background.


Color preview on white background

This text has color #E1B5A6 on white background.


Black color preview on #E1B5A6 background

This text has black color on #E1B5A6 background.


White color preview on #E1B5A6 background

This text has white color on #E1B5A6 background.


Related colors

Complementary color

Complementary color for #hex is #1E4A59.


I love getcolorcode.com

Triadic colors

1 #A6E1B5 and #B5A6E1 with #E1B5A6 are triadic colors.

2 #A6B5E1 and #B5E1A6 with #E1B5A6 are triadic colors.