COLOR #E1E6CB

HEX: #E1E6CB
RGB: (225,230,203)

Color info

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

RGB color model

#E1E6CB color RGB value is (225,230,203).

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

RGB channels and saturation

R 225 of 255 = 88%
G 230 of 255 = 90%
B 203 of 255 = 80%

225
230
203

R + G + B ~ 86%. #E1E6CB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 230 + 203 = 658 (100%)
R 225 of 658 ~ 34.19%
G 230 of 658 ~ 34.95%
B 203 of 658 ~ 30.85%

%34.19
%34.95
%30.85

CMYK color model

#E1E6CB color CMYK value is (2,0,12,10).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(2,0,12,10)
C2M0Y12K10 
(2%,0%,12%,10%)
(0.02/0.00/0.12/0.10)	

CMYK percentages

%2.17
%0
%11.74
%9.8

Codes

Color #E1E6CB in popluar color models

E1E6CB
RGB225230203
HSL71°35.06%84.90%
HSB/HSV71°11.74%90.20%
CMYK2.17%0.00%11.74%
9.80%

Color #E1E6CB in popluar number systems.

HEXE1E6CB
Decimal225230203
Binary111000011110011011001011
Octal341346313

Shades and tints

Shades of #E1E6CB

#E1E6CB
(225,230,203)
#CDD2B9
(205,210,185)
#B9BEA7
(185,190,167)
#A5AA95
(165,170,149)
#919683
(145,150,131)
#7D8271
(125,130,113)
#696E5F
(105,110,95)
#555A4D
(85,90,77)
#41463B
(65,70,59)
#2D3229
(45,50,41)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #E1E6CB

#E1E6CB
(225,230,203)
#E3E8CF
(227,232,207)
#E5EAD3
(229,234,211)
#E7ECD7
(231,236,215)
#E9EEDB
(233,238,219)
#EBF0DF
(235,240,223)
#EDF2E3
(237,242,227)
#EFF4E7
(239,244,231)
#F1F6EB
(241,246,235)
#F3F8EF
(243,248,239)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E6CB; }

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

This text font color is #E1E6CB.


Background Color

.myBgColor { background-color: #E1E6CB; }

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

This div background color is #E1E6CB.


Border color

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

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

This div border color is #E1E6CB.


Opacity

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

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

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

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

This text has shadow with #E1E6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E6CB on black background.


Color preview on white background

This text has color #E1E6CB on white background.



Black color preview on #E1E6CB background

This text has black color on #E1E6CB background.


White color preview on #E1E6CB background

This text has white color on #E1E6CB background.