COLOR #E6EFE2

HEX: #E6EFE2
RGB: (230,239,226)

Color info

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

RGB color model

#E6EFE2 color RGB value is (230,239,226).

  • red value is 230;
  • green value is 239;
  • blue value is 226.
RGB:
(230,239,226)
(90%,94%,89%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 226 of 255 = 89%

230
239
226

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

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 226 = 695 (100%)
R 230 of 695 ~ 33.09%
G 239 of 695 ~ 34.39%
B 226 of 695 ~ 32.52%

%33.09
%34.39
%32.52

CMYK color model

#E6EFE2 color CMYK value is (4,0,5,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(4,0,5,6)
C4M0Y5K6 
(4%,0%,5%,6%)
(0.04/0.00/0.05/0.06)	

CMYK percentages

%3.77
%0
%5.44
%6.27

Codes

Color #E6EFE2 in popluar color models

E6EFE2
RGB230239226
HSL102°28.89%91.18%
HSB/HSV102°5.44%93.73%
CMYK3.77%0.00%5.44%
6.27%

Color #E6EFE2 in popluar number systems.

HEXE6EFE2
Decimal230239226
Binary111001101110111111100010
Octal346357342

Shades and tints

Shades of #E6EFE2

#E6EFE2
(230,239,226)
#D2DACE
(210,218,206)
#BEC5BA
(190,197,186)
#AAB0A6
(170,176,166)
#969B92
(150,155,146)
#82867E
(130,134,126)
#6E716A
(110,113,106)
#5A5C56
(90,92,86)
#464742
(70,71,66)
#32322E
(50,50,46)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #E6EFE2

#E6EFE2
(230,239,226)
#E8F0E4
(232,240,228)
#EAF1E6
(234,241,230)
#ECF2E8
(236,242,232)
#EEF3EA
(238,243,234)
#F0F4EC
(240,244,236)
#F2F5EE
(242,245,238)
#F4F6F0
(244,246,240)
#F6F7F2
(246,247,242)
#F8F8F4
(248,248,244)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EFE2 color. Also use rgb(230,239,226) instead hex code.

Text Font Color

.myTextColor { color: #E6EFE2; }

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

This text font color is #E6EFE2.


Background Color

.myBgColor { background-color: #E6EFE2; }

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

This div background color is #E6EFE2.


Border color

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

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

This div border color is #E6EFE2.


Opacity

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

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

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

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

This text has shadow with #E6EFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFE2 on black background.


Color preview on white background

This text has color #E6EFE2 on white background.



Black color preview on #E6EFE2 background

This text has black color on #E6EFE2 background.


White color preview on #E6EFE2 background

This text has white color on #E6EFE2 background.