COLOR #E1CBB7

HEX: #E1CBB7
RGB: (225,203,183)

Color info

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

RGB color model

#E1CBB7 color RGB value is (225,203,183).

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

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 183 of 255 = 72%

225
203
183

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

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 183 = 611 (100%)
R 225 of 611 ~ 36.82%
G 203 of 611 ~ 33.22%
B 183 of 611 ~ 29.95%

%36.82
%33.22
%29.95

CMYK color model

#E1CBB7 color CMYK value is (0,10,19,12).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(0,10,19,12)
C0M10Y19K12 
(0%,10%,19%,12%)
(0.00/0.10/0.19/0.12)	

CMYK percentages

%0
%9.78
%18.67
%11.76

Codes

Color #E1CBB7 in popluar color models

E1CBB7
RGB225203183
HSL29°41.18%80.00%
HSB/HSV29°18.67%88.24%
CMYK0.00%9.78%18.67%
11.76%

Color #E1CBB7 in popluar number systems.

HEXE1CBB7
Decimal225203183
Binary111000011100101110110111
Octal341313267

Shades and tints

Shades of #E1CBB7

#E1CBB7
(225,203,183)
#CDB9A7
(205,185,167)
#B9A797
(185,167,151)
#A59587
(165,149,135)
#918377
(145,131,119)
#7D7167
(125,113,103)
#695F57
(105,95,87)
#554D47
(85,77,71)
#413B37
(65,59,55)
#2D2927
(45,41,39)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1CBB7

#E1CBB7
(225,203,183)
#E3CFBD
(227,207,189)
#E5D3C3
(229,211,195)
#E7D7C9
(231,215,201)
#E9DBCF
(233,219,207)
#EBDFD5
(235,223,213)
#EDE3DB
(237,227,219)
#EFE7E1
(239,231,225)
#F1EBE7
(241,235,231)
#F3EFED
(243,239,237)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CBB7; }

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

This text font color is #E1CBB7.


Background Color

.myBgColor { background-color: #E1CBB7; }

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

This div background color is #E1CBB7.


Border color

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

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

This div border color is #E1CBB7.


Opacity

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

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

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

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

This text has shadow with #E1CBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CBB7 on black background.


Color preview on white background

This text has color #E1CBB7 on white background.



Black color preview on #E1CBB7 background

This text has black color on #E1CBB7 background.


White color preview on #E1CBB7 background

This text has white color on #E1CBB7 background.