COLOR #E3E2CB

HEX: #E3E2CB
RGB: (227,226,203)

Color info

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

RGB color model

#E3E2CB color RGB value is (227,226,203).

  • red value is 227;
  • green value is 226;
  • blue value is 203.
RGB:
(227,226,203)
(89%,89%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 226 of 255 = 89%
B 203 of 255 = 80%

227
226
203

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

Portions of RGB colors in percentages

R + G + B =
227 + 226 + 203 = 656 (100%)
R 227 of 656 ~ 34.6%
G 226 of 656 ~ 34.45%
B 203 of 656 ~ 30.95%

%34.6
%34.45
%30.95

CMYK color model

#E3E2CB color CMYK value is (0,0,11,11).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(0,0,11,11)
C0M0Y11K11 
(0%,0%,11%,11%)
(0.00/0.00/0.11/0.11)	

CMYK percentages

%0
%0.44
%10.57
%10.98

Codes

Color #E3E2CB in popluar color models

E3E2CB
RGB227226203
HSL58°30.00%84.31%
HSB/HSV58°10.57%89.02%
CMYK0.00%0.44%10.57%
10.98%

Color #E3E2CB in popluar number systems.

HEXE3E2CB
Decimal227226203
Binary111000111110001011001011
Octal343342313

Shades and tints

Shades of #E3E2CB

#E3E2CB
(227,226,203)
#CFCEB9
(207,206,185)
#BBBAA7
(187,186,167)
#A7A695
(167,166,149)
#939283
(147,146,131)
#7F7E71
(127,126,113)
#6B6A5F
(107,106,95)
#57564D
(87,86,77)
#43423B
(67,66,59)
#2F2E29
(47,46,41)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #E3E2CB

#E3E2CB
(227,226,203)
#E5E4CF
(229,228,207)
#E7E6D3
(231,230,211)
#E9E8D7
(233,232,215)
#EBEADB
(235,234,219)
#EDECDF
(237,236,223)
#EFEEE3
(239,238,227)
#F1F0E7
(241,240,231)
#F3F2EB
(243,242,235)
#F5F4EF
(245,244,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E2CB color. Also use rgb(227,226,203) instead hex code.

Text Font Color

.myTextColor { color: #E3E2CB; }

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

This text font color is #E3E2CB.


Background Color

.myBgColor { background-color: #E3E2CB; }

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

This div background color is #E3E2CB.


Border color

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

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

This div border color is #E3E2CB.


Opacity

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

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

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

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

This text has shadow with #E3E2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E2CB on black background.


Color preview on white background

This text has color #E3E2CB on white background.



Black color preview on #E3E2CB background

This text has black color on #E3E2CB background.


White color preview on #E3E2CB background

This text has white color on #E3E2CB background.