COLOR #E3EDEA

HEX: #E3EDEA
RGB: (227,237,234)

Color info

#E3EDEA contains red, green and blue colors in about the same proportion. Web safe color of #E3EDEA is #CCFFFF (or #CFF).

RGB color model

#E3EDEA color RGB value is (227,237,234).

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

RGB channels and saturation

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

227
237
234

R + G + B ~ 91%. #E3EDEA is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 234 = 698 (100%)
R 227 of 698 ~ 32.52%
G 237 of 698 ~ 33.95%
B 234 of 698 ~ 33.52%

%32.52
%33.95
%33.52

CMYK color model

#E3EDEA color CMYK value is (4,0,1,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(4,0,1,7)
C4M0Y1K7 
(4%,0%,1%,7%)
(0.04/0.00/0.01/0.07)	

CMYK percentages

%4.22
%0
%1.27
%7.06

Codes

Color #E3EDEA in popluar color models

E3EDEA
RGB227237234
HSL162°21.74%90.98%
HSB/HSV162°4.22%92.94%
CMYK4.22%0.00%1.27%
7.06%

Color #E3EDEA in popluar number systems.

HEXE3EDEA
Decimal227237234
Binary111000111110110111101010
Octal343355352

Shades and tints

Shades of #E3EDEA

#E3EDEA
(227,237,234)
#CFD8D5
(207,216,213)
#BBC3C0
(187,195,192)
#A7AEAB
(167,174,171)
#939996
(147,153,150)
#7F8481
(127,132,129)
#6B6F6C
(107,111,108)
#575A57
(87,90,87)
#434542
(67,69,66)
#2F302D
(47,48,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #E3EDEA

#E3EDEA
(227,237,234)
#E5EEEB
(229,238,235)
#E7EFEC
(231,239,236)
#E9F0ED
(233,240,237)
#EBF1EE
(235,241,238)
#EDF2EF
(237,242,239)
#EFF3F0
(239,243,240)
#F1F4F1
(241,244,241)
#F3F5F2
(243,245,242)
#F5F6F3
(245,246,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EDEA; }

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

This text font color is #E3EDEA.


Background Color

.myBgColor { background-color: #E3EDEA; }

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

This div background color is #E3EDEA.


Border color

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

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

This div border color is #E3EDEA.


Opacity

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

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

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

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

This text has shadow with #E3EDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDEA on black background.


Color preview on white background

This text has color #E3EDEA on white background.



Black color preview on #E3EDEA background

This text has black color on #E3EDEA background.


White color preview on #E3EDEA background

This text has white color on #E3EDEA background.