COLOR #E8EEC2

HEX: #E8EEC2
RGB: (232,238,194)

Color info

#E8EEC2 contains red, green and blue colors in about the same proportion. Web safe color of #E8EEC2 is #FFFFCC (or #FFC).

RGB color model

#E8EEC2 color RGB value is (232,238,194).

  • red value is 232;
  • green value is 238;
  • blue value is 194.
RGB:
(232,238,194)
(91%,93%,76%)

RGB channels and saturation

R 232 of 255 = 91%
G 238 of 255 = 93%
B 194 of 255 = 76%

232
238
194

R + G + B ~ 87%. #E8EEC2 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 238 + 194 = 664 (100%)
R 232 of 664 ~ 34.94%
G 238 of 664 ~ 35.84%
B 194 of 664 ~ 29.22%

%34.94
%35.84
%29.22

CMYK color model

#E8EEC2 color CMYK value is (3,0,18,7).

  • cyan value is 2.52%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(3,0,18,7)
C3M0Y18K7 
(3%,0%,18%,7%)
(0.03/0.00/0.18/0.07)	

CMYK percentages

%2.52
%0
%18.49
%6.67

Codes

Color #E8EEC2 in popluar color models

E8EEC2
RGB232238194
HSL68°56.41%84.71%
HSB/HSV68°18.49%93.33%
CMYK2.52%0.00%18.49%
6.67%

Color #E8EEC2 in popluar number systems.

HEXE8EEC2
Decimal232238194
Binary111010001110111011000010
Octal350356302

Shades and tints

Shades of #E8EEC2

#E8EEC2
(232,238,194)
#D3D9B1
(211,217,177)
#BEC4A0
(190,196,160)
#A9AF8F
(169,175,143)
#949A7E
(148,154,126)
#7F856D
(127,133,109)
#6A705C
(106,112,92)
#555B4B
(85,91,75)
#40463A
(64,70,58)
#2B3129
(43,49,41)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #E8EEC2

#E8EEC2
(232,238,194)
#EAEFC7
(234,239,199)
#ECF0CC
(236,240,204)
#EEF1D1
(238,241,209)
#F0F2D6
(240,242,214)
#F2F3DB
(242,243,219)
#F4F4E0
(244,244,224)
#F6F5E5
(246,245,229)
#F8F6EA
(248,246,234)
#FAF7EF
(250,247,239)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EEC2 color. Also use rgb(232,238,194) instead hex code.

Text Font Color

.myTextColor { color: #E8EEC2; }

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

This text font color is #E8EEC2.


Background Color

.myBgColor { background-color: #E8EEC2; }

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

This div background color is #E8EEC2.


Border color

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

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

This div border color is #E8EEC2.


Opacity

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

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

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

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

This text has shadow with #E8EEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EEC2 on black background.


Color preview on white background

This text has color #E8EEC2 on white background.



Black color preview on #E8EEC2 background

This text has black color on #E8EEC2 background.


White color preview on #E8EEC2 background

This text has white color on #E8EEC2 background.