COLOR #E6EFEA

HEX: #E6EFEA
RGB: (230,239,234)

Color info

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

RGB color model

#E6EFEA color RGB value is (230,239,234).

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

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 234 of 255 = 92%

230
239
234

R + G + B ~ 92%. #E6EFEA is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 239 + 234 = 703 (100%)
R 230 of 703 ~ 32.72%
G 239 of 703 ~ 34%
B 234 of 703 ~ 33.29%

%32.72
%34
%33.29

CMYK color model

#E6EFEA color CMYK value is (4,0,2,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(4,0,2,6)
C4M0Y2K6 
(4%,0%,2%,6%)
(0.04/0.00/0.02/0.06)	

CMYK percentages

%3.77
%0
%2.09
%6.27

Codes

Color #E6EFEA in popluar color models

E6EFEA
RGB230239234
HSL147°21.95%91.96%
HSB/HSV147°3.77%93.73%
CMYK3.77%0.00%2.09%
6.27%

Color #E6EFEA in popluar number systems.

HEXE6EFEA
Decimal230239234
Binary111001101110111111101010
Octal346357352

Shades and tints

Shades of #E6EFEA

#E6EFEA
(230,239,234)
#D2DAD5
(210,218,213)
#BEC5C0
(190,197,192)
#AAB0AB
(170,176,171)
#969B96
(150,155,150)
#828681
(130,134,129)
#6E716C
(110,113,108)
#5A5C57
(90,92,87)
#464742
(70,71,66)
#32322D
(50,50,45)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6EFEA

#E6EFEA
(230,239,234)
#E8F0EB
(232,240,235)
#EAF1EC
(234,241,236)
#ECF2ED
(236,242,237)
#EEF3EE
(238,243,238)
#F0F4EF
(240,244,239)
#F2F5F0
(242,245,240)
#F4F6F1
(244,246,241)
#F6F7F2
(246,247,242)
#F8F8F3
(248,248,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFEA; }

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

This text font color is #E6EFEA.


Background Color

.myBgColor { background-color: #E6EFEA; }

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

This div background color is #E6EFEA.


Border color

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

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

This div border color is #E6EFEA.


Opacity

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

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

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

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

This text has shadow with #E6EFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EFEA on black background.


Color preview on white background

This text has color #E6EFEA on white background.



Black color preview on #E6EFEA background

This text has black color on #E6EFEA background.


White color preview on #E6EFEA background

This text has white color on #E6EFEA background.