COLOR #E1BEA6

HEX: #E1BEA6
RGB: (225,190,166)

Color info

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

RGB color model

#E1BEA6 color RGB value is (225,190,166).

  • red value is 225;
  • green value is 190;
  • blue value is 166.
RGB:
(225,190,166)
(88%,75%,65%)

RGB channels and saturation

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

225
190
166

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

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 166 = 581 (100%)
R 225 of 581 ~ 38.73%
G 190 of 581 ~ 32.7%
B 166 of 581 ~ 28.57%

%38.73
%32.7
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 26.22%
  • 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
%26.22
%11.76

Codes

Color #E1BEA6 in popluar color models

E1BEA6
RGB225190166
HSL24°49.58%76.67%
HSB/HSV24°26.22%88.24%
CMYK0.00%15.56%26.22%
11.76%

Color #E1BEA6 in popluar number systems.

HEXE1BEA6
Decimal225190166
Binary111000011011111010100110
Octal341276246

Shades and tints

Shades of #E1BEA6

#E1BEA6
(225,190,166)
#CDAD97
(205,173,151)
#B99C88
(185,156,136)
#A58B79
(165,139,121)
#917A6A
(145,122,106)
#7D695B
(125,105,91)
#69584C
(105,88,76)
#55473D
(85,71,61)
#41362E
(65,54,46)
#2D251F
(45,37,31)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #E1BEA6

#E1BEA6
(225,190,166)
#E3C3AE
(227,195,174)
#E5C8B6
(229,200,182)
#E7CDBE
(231,205,190)
#E9D2C6
(233,210,198)
#EBD7CE
(235,215,206)
#EDDCD6
(237,220,214)
#EFE1DE
(239,225,222)
#F1E6E6
(241,230,230)
#F3EBEE
(243,235,238)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BEA6; }

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

This text font color is #E1BEA6.


Background Color

.myBgColor { background-color: #E1BEA6; }

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

This div background color is #E1BEA6.


Border color

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

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

This div border color is #E1BEA6.


Opacity

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

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

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

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

This text has shadow with #E1BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BEA6 on black background.


Color preview on white background

This text has color #E1BEA6 on white background.



Black color preview on #E1BEA6 background

This text has black color on #E1BEA6 background.


White color preview on #E1BEA6 background

This text has white color on #E1BEA6 background.