COLOR #E6E1CB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

230
225
203

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

Portions of RGB colors in percentages

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

%34.95
%34.19
%30.85

CMYK color model

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

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

CMYK percentages

%0
%2.17
%11.74
%9.8

Codes

Color #E6E1CB in popluar color models

E6E1CB
RGB230225203
HSL49°35.06%84.90%
HSB/HSV49°11.74%90.20%
CMYK0.00%2.17%11.74%
9.80%

Color #E6E1CB in popluar number systems.

HEXE6E1CB
Decimal230225203
Binary111001101110000111001011
Octal346341313

Shades and tints

Shades of #E6E1CB

#E6E1CB
(230,225,203)
#D2CDB9
(210,205,185)
#BEB9A7
(190,185,167)
#AAA595
(170,165,149)
#969183
(150,145,131)
#827D71
(130,125,113)
#6E695F
(110,105,95)
#5A554D
(90,85,77)
#46413B
(70,65,59)
#322D29
(50,45,41)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6E1CB

#E6E1CB
(230,225,203)
#E8E3CF
(232,227,207)
#EAE5D3
(234,229,211)
#ECE7D7
(236,231,215)
#EEE9DB
(238,233,219)
#F0EBDF
(240,235,223)
#F2EDE3
(242,237,227)
#F4EFE7
(244,239,231)
#F6F1EB
(246,241,235)
#F8F3EF
(248,243,239)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1CB; }

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

This text font color is #E6E1CB.


Background Color

.myBgColor { background-color: #E6E1CB; }

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

This div background color is #E6E1CB.


Border color

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

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

This div border color is #E6E1CB.


Opacity

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

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

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

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

This text has shadow with #E6E1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E1CB on black background.


Color preview on white background

This text has color #E6E1CB on white background.



Black color preview on #E6E1CB background

This text has black color on #E6E1CB background.


White color preview on #E6E1CB background

This text has white color on #E6E1CB background.