COLOR #E1BE9C

HEX: #E1BE9C
RGB: (225,190,156)

Color info

#E1BE9C contains mainly red and green colors. Web safe color of #E1BE9C is #CCCC99 (or #CC9).

RGB color model

#E1BE9C color RGB value is (225,190,156).

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

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 156 of 255 = 61%

225
190
156

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

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 156 = 571 (100%)
R 225 of 571 ~ 39.4%
G 190 of 571 ~ 33.27%
B 156 of 571 ~ 27.32%

%39.4
%33.27
%27.32

CMYK color model

#E1BE9C color CMYK value is (0,16,31,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 30.67%
  • key color value is 11.76%
CMYK:
(0,16,31,12)
C0M16Y31K12 
(0%,16%,31%,12%)
(0.00/0.16/0.31/0.12)	

CMYK percentages

%0
%15.56
%30.67
%11.76

Codes

Color #E1BE9C in popluar color models

E1BE9C
RGB225190156
HSL30°53.49%74.71%
HSB/HSV30°30.67%88.24%
CMYK0.00%15.56%30.67%
11.76%

Color #E1BE9C in popluar number systems.

HEXE1BE9C
Decimal225190156
Binary111000011011111010011100
Octal341276234

Shades and tints

Shades of #E1BE9C

#E1BE9C
(225,190,156)
#CDAD8E
(205,173,142)
#B99C80
(185,156,128)
#A58B72
(165,139,114)
#917A64
(145,122,100)
#7D6956
(125,105,86)
#695848
(105,88,72)
#55473A
(85,71,58)
#41362C
(65,54,44)
#2D251E
(45,37,30)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #E1BE9C

#E1BE9C
(225,190,156)
#E3C3A5
(227,195,165)
#E5C8AE
(229,200,174)
#E7CDB7
(231,205,183)
#E9D2C0
(233,210,192)
#EBD7C9
(235,215,201)
#EDDCD2
(237,220,210)
#EFE1DB
(239,225,219)
#F1E6E4
(241,230,228)
#F3EBED
(243,235,237)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BE9C; }

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

This text font color is #E1BE9C.


Background Color

.myBgColor { background-color: #E1BE9C; }

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

This div background color is #E1BE9C.


Border color

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

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

This div border color is #E1BE9C.


Opacity

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

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

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

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

This text has shadow with #E1BE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BE9C on black background.


Color preview on white background

This text has color #E1BE9C on white background.



Black color preview on #E1BE9C background

This text has black color on #E1BE9C background.


White color preview on #E1BE9C background

This text has white color on #E1BE9C background.