COLOR #E1CB9F

HEX: #E1CB9F
RGB: (225,203,159)

Color info

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

RGB color model

#E1CB9F color RGB value is (225,203,159).

  • red value is 225;
  • green value is 203;
  • blue value is 159.
RGB:
(225,203,159)
(88%,80%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 159 of 255 = 62%

225
203
159

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

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 159 = 587 (100%)
R 225 of 587 ~ 38.33%
G 203 of 587 ~ 34.58%
B 159 of 587 ~ 27.09%

%38.33
%34.58
%27.09

CMYK color model

#E1CB9F color CMYK value is (0,10,29,12).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 29.33%
  • key color value is 11.76%
CMYK:
(0,10,29,12)
C0M10Y29K12 
(0%,10%,29%,12%)
(0.00/0.10/0.29/0.12)	

CMYK percentages

%0
%9.78
%29.33
%11.76

Codes

Color #E1CB9F in popluar color models

E1CB9F
RGB225203159
HSL40°52.38%75.29%
HSB/HSV40°29.33%88.24%
CMYK0.00%9.78%29.33%
11.76%

Color #E1CB9F in popluar number systems.

HEXE1CB9F
Decimal225203159
Binary111000011100101110011111
Octal341313237

Shades and tints

Shades of #E1CB9F

#E1CB9F
(225,203,159)
#CDB991
(205,185,145)
#B9A783
(185,167,131)
#A59575
(165,149,117)
#918367
(145,131,103)
#7D7159
(125,113,89)
#695F4B
(105,95,75)
#554D3D
(85,77,61)
#413B2F
(65,59,47)
#2D2921
(45,41,33)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #E1CB9F

#E1CB9F
(225,203,159)
#E3CFA7
(227,207,167)
#E5D3AF
(229,211,175)
#E7D7B7
(231,215,183)
#E9DBBF
(233,219,191)
#EBDFC7
(235,223,199)
#EDE3CF
(237,227,207)
#EFE7D7
(239,231,215)
#F1EBDF
(241,235,223)
#F3EFE7
(243,239,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CB9F color. Also use rgb(225,203,159) instead hex code.

Text Font Color

.myTextColor { color: #E1CB9F; }

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

This text font color is #E1CB9F.


Background Color

.myBgColor { background-color: #E1CB9F; }

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

This div background color is #E1CB9F.


Border color

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

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

This div border color is #E1CB9F.


Opacity

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

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

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

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

This text has shadow with #E1CB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CB9F on black background.


Color preview on white background

This text has color #E1CB9F on white background.



Black color preview on #E1CB9F background

This text has black color on #E1CB9F background.


White color preview on #E1CB9F background

This text has white color on #E1CB9F background.