COLOR #E1BEB0

HEX: #E1BEB0
RGB: (225,190,176)

Color info

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

RGB color model

#E1BEB0 color RGB value is (225,190,176).

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

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 176 of 255 = 69%

225
190
176

R + G + B ~ 77%. #E1BEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 190 + 176 = 591 (100%)
R 225 of 591 ~ 38.07%
G 190 of 591 ~ 32.15%
B 176 of 591 ~ 29.78%

%38.07
%32.15
%29.78

CMYK color model

#E1BEB0 color CMYK value is (0,16,22,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 21.78%
  • key color value is 11.76%
CMYK:
(0,16,22,12)
C0M16Y22K12 
(0%,16%,22%,12%)
(0.00/0.16/0.22/0.12)	

CMYK percentages

%0
%15.56
%21.78
%11.76

Codes

Color #E1BEB0 in popluar color models

E1BEB0
RGB225190176
HSL17°44.95%78.63%
HSB/HSV17°21.78%88.24%
CMYK0.00%15.56%21.78%
11.76%

Color #E1BEB0 in popluar number systems.

HEXE1BEB0
Decimal225190176
Binary111000011011111010110000
Octal341276260

Shades and tints

Shades of #E1BEB0

#E1BEB0
(225,190,176)
#CDADA0
(205,173,160)
#B99C90
(185,156,144)
#A58B80
(165,139,128)
#917A70
(145,122,112)
#7D6960
(125,105,96)
#695850
(105,88,80)
#554740
(85,71,64)
#413630
(65,54,48)
#2D2520
(45,37,32)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #E1BEB0

#E1BEB0
(225,190,176)
#E3C3B7
(227,195,183)
#E5C8BE
(229,200,190)
#E7CDC5
(231,205,197)
#E9D2CC
(233,210,204)
#EBD7D3
(235,215,211)
#EDDCDA
(237,220,218)
#EFE1E1
(239,225,225)
#F1E6E8
(241,230,232)
#F3EBEF
(243,235,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1BEB0; }

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

This text font color is #E1BEB0.


Background Color

.myBgColor { background-color: #E1BEB0; }

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

This div background color is #E1BEB0.


Border color

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

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

This div border color is #E1BEB0.


Opacity

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

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

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

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

This text has shadow with #E1BEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BEB0 on black background.


Color preview on white background

This text has color #E1BEB0 on white background.



Black color preview on #E1BEB0 background

This text has black color on #E1BEB0 background.


White color preview on #E1BEB0 background

This text has white color on #E1BEB0 background.