COLOR #E3EAE3

HEX: #E3EAE3
RGB: (227,234,227)

Color info

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

RGB color model

#E3EAE3 color RGB value is (227,234,227).

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

RGB channels and saturation

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

227
234
227

R + G + B ~ 90%. #E3EAE3 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 227 = 688 (100%)
R 227 of 688 ~ 32.99%
G 234 of 688 ~ 34.01%
B 227 of 688 ~ 32.99%

%32.99
%34.01
%32.99

CMYK color model

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

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

CMYK percentages

%2.99
%0
%2.99
%8.24

Codes

Color #E3EAE3 in popluar color models

E3EAE3
RGB227234227
HSL120°14.29%90.39%
HSB/HSV120°2.99%91.76%
CMYK2.99%0.00%2.99%
8.24%

Color #E3EAE3 in popluar number systems.

HEXE3EAE3
Decimal227234227
Binary111000111110101011100011
Octal343352343

Shades and tints

Shades of #E3EAE3

#E3EAE3
(227,234,227)
#CFD5CF
(207,213,207)
#BBC0BB
(187,192,187)
#A7ABA7
(167,171,167)
#939693
(147,150,147)
#7F817F
(127,129,127)
#6B6C6B
(107,108,107)
#575757
(87,87,87)
#434243
(67,66,67)
#2F2D2F
(47,45,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #E3EAE3

#E3EAE3
(227,234,227)
#E5EBE5
(229,235,229)
#E7ECE7
(231,236,231)
#E9EDE9
(233,237,233)
#EBEEEB
(235,238,235)
#EDEFED
(237,239,237)
#EFF0EF
(239,240,239)
#F1F1F1
(241,241,241)
#F3F2F3
(243,242,243)
#F5F3F5
(245,243,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EAE3; }

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

This text font color is #E3EAE3.


Background Color

.myBgColor { background-color: #E3EAE3; }

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

This div background color is #E3EAE3.


Border color

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

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

This div border color is #E3EAE3.


Opacity

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

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

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

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

This text has shadow with #E3EAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAE3 on black background.


Color preview on white background

This text has color #E3EAE3 on white background.



Black color preview on #E3EAE3 background

This text has black color on #E3EAE3 background.


White color preview on #E3EAE3 background

This text has white color on #E3EAE3 background.