COLOR #E3EAC7

HEX: #E3EAC7
RGB: (227,234,199)

Color info

#E3EAC7 contains red, green and blue colors in about the same proportion. Web safe color of #E3EAC7 is #CCFFCC (or #CFC).

RGB color model

#E3EAC7 color RGB value is (227,234,199).

  • red value is 227;
  • green value is 234;
  • blue value is 199.
RGB:
(227,234,199)
(89%,92%,78%)

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 199 of 255 = 78%

227
234
199

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

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 199 = 660 (100%)
R 227 of 660 ~ 34.39%
G 234 of 660 ~ 35.45%
B 199 of 660 ~ 30.15%

%34.39
%35.45
%30.15

CMYK color model

#E3EAC7 color CMYK value is (3,0,15,8).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(3,0,15,8)
C3M0Y15K8 
(3%,0%,15%,8%)
(0.03/0.00/0.15/0.08)	

CMYK percentages

%2.99
%0
%14.96
%8.24

Codes

Color #E3EAC7 in popluar color models

E3EAC7
RGB227234199
HSL72°45.45%84.90%
HSB/HSV72°14.96%91.76%
CMYK2.99%0.00%14.96%
8.24%

Color #E3EAC7 in popluar number systems.

HEXE3EAC7
Decimal227234199
Binary111000111110101011000111
Octal343352307

Shades and tints

Shades of #E3EAC7

#E3EAC7
(227,234,199)
#CFD5B5
(207,213,181)
#BBC0A3
(187,192,163)
#A7AB91
(167,171,145)
#93967F
(147,150,127)
#7F816D
(127,129,109)
#6B6C5B
(107,108,91)
#575749
(87,87,73)
#434237
(67,66,55)
#2F2D25
(47,45,37)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #E3EAC7

#E3EAC7
(227,234,199)
#E5EBCC
(229,235,204)
#E7ECD1
(231,236,209)
#E9EDD6
(233,237,214)
#EBEEDB
(235,238,219)
#EDEFE0
(237,239,224)
#EFF0E5
(239,240,229)
#F1F1EA
(241,241,234)
#F3F2EF
(243,242,239)
#F5F3F4
(245,243,244)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EAC7 color. Also use rgb(227,234,199) instead hex code.

Text Font Color

.myTextColor { color: #E3EAC7; }

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

This text font color is #E3EAC7.


Background Color

.myBgColor { background-color: #E3EAC7; }

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

This div background color is #E3EAC7.


Border color

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

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

This div border color is #E3EAC7.


Opacity

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

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

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

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

This text has shadow with #E3EAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAC7 on black background.


Color preview on white background

This text has color #E3EAC7 on white background.



Black color preview on #E3EAC7 background

This text has black color on #E3EAC7 background.


White color preview on #E3EAC7 background

This text has white color on #E3EAC7 background.