COLOR #E1BEA7

HEX: #E1BEA7 RGB: (225,190,167)

Color info

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

RGB color model

#E1BEA7 color RGB value is (225,190,167).

RGB: (225,190,167) (88%, 75%, 65%)

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 167 of 255 = 65%

225
190
167

R + G + B ~ 76%. #E1BEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 190 + 167 = 582 (100%)
R 225 of 582 ~ 38.66%
G 190 of 582 ~ 32.65%
B 167 of 582 ~ 28.69'%

%38.66
%32.65
%28.69

CMYK color model

#E1BEA7 color CMYK value is (0,16,26,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 25.78%
  • key color value is 11.76%
CMYK: (0,16,26,12) C0M16Y26K12 (0%,16%,26%,12%) (0.00/0.16/0.26/0.12) 

CMYK percentages

%0
%15.56
%25.78
%11.76

Codes

Color #E1BEA7 in popluar color models

E1 BE A7
RGB 225 190 167
HSL 24° 49.15% 76.86%
HSB/HSV 24° 25.78% 88.24%
CMYK 0.00% 15.56% 25.78%
11.76%

Color #E1BEA7 in popluar number systems.

HEX E1 BE A7
Decimal 225 190 167
Binary 11100001 10111110 10100111
Octal 341 276 247

Shades and tints

Shades of #E1BEA7

#E1BEA7
(225,190,167)
#CDAD98
(205,173,152)
#B99C89
(185,156,137)
#A58B7A
(165,139,122)
#917A6B
(145,122,107)
#7D695C
(125,105,92)
#69584D
(105,88,77)
#55473E
(85,71,62)
#41362F
(65,54,47)
#2D2520
(45,37,32)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #E1BEA7

#E1BEA7
(225,190,167)
#E3C3AF
(227,195,175)
#E5C8B7
(229,200,183)
#E7CDBF
(231,205,191)
#E9D2C7
(233,210,199)
#EBD7CF
(235,215,207)
#EDDCD7
(237,220,215)
#EFE1DF
(239,225,223)
#F1E6E7
(241,230,231)
#F3EBEF
(243,235,239)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BEA7 color. Also use rgb(225,190,167) instead hex code.

Text Font Color

.myTextColor { color: #E1BEA7; }

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

This text font color is #E1BEA7.

Background Color

.myBgColor { background-color: #E1BEA7; }

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

This div background color is #E1BEA7.

Border color

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

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

This div border color is #E1BEA7.

Opacity

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

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

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

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

This text has shadow with #E1BEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BEA7.

Preview

Color preview on black background

This text has color #E1BEA7 on black background.


Color preview on white background

This text has color #E1BEA7 on white background.


Black color preview on #E1BEA7 background

This text has black color on #E1BEA7 background.


White color preview on #E1BEA7 background

This text has white color on #E1BEA7 background.


Related colors

Complementary color

Complementary color for #hex is #1E4158.


I love getcolorcode.com

Triadic colors

1 #A7E1BE and #BEA7E1 with #E1BEA7 are triadic colors.

2 #A7BEE1 and #BEE1A7 with #E1BEA7 are triadic colors.