COLOR #E1CBBA

HEX: #E1CBBA
RGB: (225,203,186)

Color info

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

RGB color model

#E1CBBA color RGB value is (225,203,186).

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

RGB channels and saturation

R 225 of 255 = 88%
G 203 of 255 = 80%
B 186 of 255 = 73%

225
203
186

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

Portions of RGB colors in percentages

R + G + B =
225 + 203 + 186 = 614 (100%)
R 225 of 614 ~ 36.64%
G 203 of 614 ~ 33.06%
B 186 of 614 ~ 30.29%

%36.64
%33.06
%30.29

CMYK color model

#E1CBBA color CMYK value is (0,10,17,12).

  • cyan value is 0.00%
  • magenta value is 9.78%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(0,10,17,12)
C0M10Y17K12 
(0%,10%,17%,12%)
(0.00/0.10/0.17/0.12)	

CMYK percentages

%0
%9.78
%17.33
%11.76

Codes

Color #E1CBBA in popluar color models

E1CBBA
RGB225203186
HSL26°39.39%80.59%
HSB/HSV26°17.33%88.24%
CMYK0.00%9.78%17.33%
11.76%

Color #E1CBBA in popluar number systems.

HEXE1CBBA
Decimal225203186
Binary111000011100101110111010
Octal341313272

Shades and tints

Shades of #E1CBBA

#E1CBBA
(225,203,186)
#CDB9AA
(205,185,170)
#B9A79A
(185,167,154)
#A5958A
(165,149,138)
#91837A
(145,131,122)
#7D716A
(125,113,106)
#695F5A
(105,95,90)
#554D4A
(85,77,74)
#413B3A
(65,59,58)
#2D292A
(45,41,42)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #E1CBBA

#E1CBBA
(225,203,186)
#E3CFC0
(227,207,192)
#E5D3C6
(229,211,198)
#E7D7CC
(231,215,204)
#E9DBD2
(233,219,210)
#EBDFD8
(235,223,216)
#EDE3DE
(237,227,222)
#EFE7E4
(239,231,228)
#F1EBEA
(241,235,234)
#F3EFF0
(243,239,240)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CBBA; }

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

This text font color is #E1CBBA.


Background Color

.myBgColor { background-color: #E1CBBA; }

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

This div background color is #E1CBBA.


Border color

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

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

This div border color is #E1CBBA.


Opacity

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

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

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

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

This text has shadow with #E1CBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1CBBA on black background.


Color preview on white background

This text has color #E1CBBA on white background.



Black color preview on #E1CBBA background

This text has black color on #E1CBBA background.


White color preview on #E1CBBA background

This text has white color on #E1CBBA background.