COLOR #E3EDE6

HEX: #E3EDE6
RGB: (227,237,230)

Color info

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

RGB color model

#E3EDE6 color RGB value is (227,237,230).

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

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 230 of 255 = 90%

227
237
230

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

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 230 = 694 (100%)
R 227 of 694 ~ 32.71%
G 237 of 694 ~ 34.15%
B 230 of 694 ~ 33.14%

%32.71
%34.15
%33.14

CMYK color model

#E3EDE6 color CMYK value is (4,0,3,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(4,0,3,7)
C4M0Y3K7 
(4%,0%,3%,7%)
(0.04/0.00/0.03/0.07)	

CMYK percentages

%4.22
%0
%2.95
%7.06

Codes

Color #E3EDE6 in popluar color models

E3EDE6
RGB227237230
HSL138°21.74%90.98%
HSB/HSV138°4.22%92.94%
CMYK4.22%0.00%2.95%
7.06%

Color #E3EDE6 in popluar number systems.

HEXE3EDE6
Decimal227237230
Binary111000111110110111100110
Octal343355346

Shades and tints

Shades of #E3EDE6

#E3EDE6
(227,237,230)
#CFD8D2
(207,216,210)
#BBC3BE
(187,195,190)
#A7AEAA
(167,174,170)
#939996
(147,153,150)
#7F8482
(127,132,130)
#6B6F6E
(107,111,110)
#575A5A
(87,90,90)
#434546
(67,69,70)
#2F3032
(47,48,50)
#1B1B1E
(27,27,30)
#000000
(0,0,0)

Tints of #E3EDE6

#E3EDE6
(227,237,230)
#E5EEE8
(229,238,232)
#E7EFEA
(231,239,234)
#E9F0EC
(233,240,236)
#EBF1EE
(235,241,238)
#EDF2F0
(237,242,240)
#EFF3F2
(239,243,242)
#F1F4F4
(241,244,244)
#F3F5F6
(243,245,246)
#F5F6F8
(245,246,248)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EDE6; }

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

This text font color is #E3EDE6.


Background Color

.myBgColor { background-color: #E3EDE6; }

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

This div background color is #E3EDE6.


Border color

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

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

This div border color is #E3EDE6.


Opacity

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

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

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

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

This text has shadow with #E3EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDE6 on black background.


Color preview on white background

This text has color #E3EDE6 on white background.



Black color preview on #E3EDE6 background

This text has black color on #E3EDE6 background.


White color preview on #E3EDE6 background

This text has white color on #E3EDE6 background.