COLOR #E3E2C6

HEX: #E3E2C6
RGB: (227,226,198)

Color info

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

RGB color model

#E3E2C6 color RGB value is (227,226,198).

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

RGB channels and saturation

R 227 of 255 = 89%
G 226 of 255 = 89%
B 198 of 255 = 78%

227
226
198

R + G + B ~ 85%. #E3E2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 226 + 198 = 651 (100%)
R 227 of 651 ~ 34.87%
G 226 of 651 ~ 34.72%
B 198 of 651 ~ 30.41%

%34.87
%34.72
%30.41

CMYK color model

#E3E2C6 color CMYK value is (0,0,13,11).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(0,0,13,11)
C0M0Y13K11 
(0%,0%,13%,11%)
(0.00/0.00/0.13/0.11)	

CMYK percentages

%0
%0.44
%12.78
%10.98

Codes

Color #E3E2C6 in popluar color models

E3E2C6
RGB227226198
HSL58°34.12%83.33%
HSB/HSV58°12.78%89.02%
CMYK0.00%0.44%12.78%
10.98%

Color #E3E2C6 in popluar number systems.

HEXE3E2C6
Decimal227226198
Binary111000111110001011000110
Octal343342306

Shades and tints

Shades of #E3E2C6

#E3E2C6
(227,226,198)
#CFCEB4
(207,206,180)
#BBBAA2
(187,186,162)
#A7A690
(167,166,144)
#93927E
(147,146,126)
#7F7E6C
(127,126,108)
#6B6A5A
(107,106,90)
#575648
(87,86,72)
#434236
(67,66,54)
#2F2E24
(47,46,36)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #E3E2C6

#E3E2C6
(227,226,198)
#E5E4CB
(229,228,203)
#E7E6D0
(231,230,208)
#E9E8D5
(233,232,213)
#EBEADA
(235,234,218)
#EDECDF
(237,236,223)
#EFEEE4
(239,238,228)
#F1F0E9
(241,240,233)
#F3F2EE
(243,242,238)
#F5F4F3
(245,244,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E2C6; }

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

This text font color is #E3E2C6.


Background Color

.myBgColor { background-color: #E3E2C6; }

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

This div background color is #E3E2C6.


Border color

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

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

This div border color is #E3E2C6.


Opacity

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

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

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

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

This text has shadow with #E3E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E2C6 on black background.


Color preview on white background

This text has color #E3E2C6 on white background.



Black color preview on #E3E2C6 background

This text has black color on #E3E2C6 background.


White color preview on #E3E2C6 background

This text has white color on #E3E2C6 background.