COLOR #E1CEB8

HEX: #E1CEB8
RGB: (225,206,184)

Color info

#E1CEB8 contains red, green and blue colors in about the same proportion. Web safe color of #E1CEB8 is #CCCCCC (or #CCC).

RGB color model

#E1CEB8 color RGB value is (225,206,184).

  • red value is 225;
  • green value is 206;
  • blue value is 184.
RGB:
(225,206,184)
(88%,81%,72%)

RGB channels and saturation

R 225 of 255 = 88%
G 206 of 255 = 81%
B 184 of 255 = 72%

225
206
184

R + G + B ~ 80%. #E1CEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 206 + 184 = 615 (100%)
R 225 of 615 ~ 36.59%
G 206 of 615 ~ 33.5%
B 184 of 615 ~ 29.92%

%36.59
%33.5
%29.92

CMYK color model

#E1CEB8 color CMYK value is (0,8,18,12).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 18.22%
  • key color value is 11.76%
CMYK:
(0,8,18,12)
C0M8Y18K12 
(0%,8%,18%,12%)
(0.00/0.08/0.18/0.12)	

CMYK percentages

%0
%8.44
%18.22
%11.76

Codes

Color #E1CEB8 in popluar color models

E1CEB8
RGB225206184
HSL32°40.59%80.20%
HSB/HSV32°18.22%88.24%
CMYK0.00%8.44%18.22%
11.76%

Color #E1CEB8 in popluar number systems.

HEXE1CEB8
Decimal225206184
Binary111000011100111010111000
Octal341316270

Shades and tints

Shades of #E1CEB8

#E1CEB8
(225,206,184)
#CDBCA8
(205,188,168)
#B9AA98
(185,170,152)
#A59888
(165,152,136)
#918678
(145,134,120)
#7D7468
(125,116,104)
#696258
(105,98,88)
#555048
(85,80,72)
#413E38
(65,62,56)
#2D2C28
(45,44,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #E1CEB8

#E1CEB8
(225,206,184)
#E3D2BE
(227,210,190)
#E5D6C4
(229,214,196)
#E7DACA
(231,218,202)
#E9DED0
(233,222,208)
#EBE2D6
(235,226,214)
#EDE6DC
(237,230,220)
#EFEAE2
(239,234,226)
#F1EEE8
(241,238,232)
#F3F2EE
(243,242,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CEB8 color. Also use rgb(225,206,184) instead hex code.

Text Font Color

.myTextColor { color: #E1CEB8; }

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

This text font color is #E1CEB8.


Background Color

.myBgColor { background-color: #E1CEB8; }

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

This div background color is #E1CEB8.


Border color

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

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

This div border color is #E1CEB8.


Opacity

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

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

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

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

This text has shadow with #E1CEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CEB8 on black background.


Color preview on white background

This text has color #E1CEB8 on white background.



Black color preview on #E1CEB8 background

This text has black color on #E1CEB8 background.


White color preview on #E1CEB8 background

This text has white color on #E1CEB8 background.