COLOR #E1B6AA

HEX: #E1B6AA RGB: (225,182,170)

Color info

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

RGB color model

#E1B6AA color RGB value is (225,182,170).

RGB: (225,182,170) (88%, 71%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 182 of 255 = 71%
B 170 of 255 = 67%

225
182
170

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

Portions of RGB colors in percentages

R + G + B = 225 + 182 + 170 = 577 (100%)
R 225 of 577 ~ 38.99%
G 182 of 577 ~ 31.54%
B 170 of 577 ~ 29.46'%

%38.99
%31.54
%29.46

CMYK color model

#E1B6AA color CMYK value is (0,19,24,12).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 24.44%
  • key color value is 11.76%

CMYK: (0,19,24,12)
C0M19Y24K12 (0%, 19%, 24%, 12%)
(0.00 / 0.19 / 0.24 / 0.12)

CMYK percentages

%0
%19.11
%24.44
%11.76

Codes

Color #E1B6AA in popluar color models

E1 B6 AA
RGB 225 182 170
HSL 13° 47.83% 77.45%
HSB/HSV 13° 24.44% 88.24%
CMYK 0.00% 19.11% 24.44%
11.76%

Color #E1B6AA in popluar number systems.

HEX E1 B6 AA
Decimal 225 182 170
Binary 11100001 10110110 10101010
Octal 341 266 252

Shades and tints

Shades of #E1B6AA

#E1B6AA
(225,182,170)
#CDA69B
(205,166,155)
#B9968C
(185,150,140)
#A5867D
(165,134,125)
#91766E
(145,118,110)
#7D665F
(125,102,95)
#695650
(105,86,80)
#554641
(85,70,65)
#413632
(65,54,50)
#2D2623
(45,38,35)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #E1B6AA

#E1B6AA
(225,182,170)
#E3BCB1
(227,188,177)
#E5C2B8
(229,194,184)
#E7C8BF
(231,200,191)
#E9CEC6
(233,206,198)
#EBD4CD
(235,212,205)
#EDDAD4
(237,218,212)
#EFE0DB
(239,224,219)
#F1E6E2
(241,230,226)
#F3ECE9
(243,236,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B6AA color. Also use rgb(225,182,170) instead hex code.

Text Font Color

.myTextColor { color: #E1B6AA; }

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

This text font color is #E1B6AA.

Background Color

.myBgColor { background-color: #E1B6AA; }

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

This div background color is #E1B6AA.

Border color

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

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

This div border color is #E1B6AA.

Opacity

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

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

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

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

This text has shadow with #E1B6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1B6AA.

Preview

Color preview on black background

This text has color #E1B6AA on black background.


Color preview on white background

This text has color #E1B6AA on white background.


Black color preview on #E1B6AA background

This text has black color on #E1B6AA background.


White color preview on #E1B6AA background

This text has white color on #E1B6AA background.


Related colors

Complementary color

Complementary color for #hex is #1E4955.


I love getcolorcode.com

Triadic colors

1 #AAE1B6 and #B6AAE1 with #E1B6AA are triadic colors.

2 #AAB6E1 and #B6E1AA with #E1B6AA are triadic colors.