COLOR #E6FAEA

HEX: #E6FAEA RGB: (230,250,234)

Color info

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

RGB color model

#E6FAEA color RGB value is (230,250,234).

RGB: (230,250,234) (90%, 98%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 234 of 255 = 92%

230
250
234

R + G + B ~ 93%. #E6FAEA is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 250 + 234 = 714 (100%)
R 230 of 714 ~ 32.21%
G 250 of 714 ~ 35.01%
B 234 of 714 ~ 32.77'%

%32.21
%35.01
%32.77

CMYK color model

#E6FAEA color CMYK value is (8,0,6,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 1.96%
CMYK: (8,0,6,2) C8M0Y6K2 (8%,0%,6%,2%) (0.08/0.00/0.06/0.02) 

CMYK percentages

%8
%0
%6.4
%1.96

Codes

Color #E6FAEA in popluar color models

E6 FA EA
RGB 230 250 234
HSL 132° 66.67% 94.12%
HSB/HSV 132° 8.00% 98.04%
CMYK 8.00% 0.00% 6.40%
1.96%

Color #E6FAEA in popluar number systems.

HEX E6 FA EA
Decimal 230 250 234
Binary 11100110 11111010 11101010
Octal 346 372 352

Shades and tints

Shades of #E6FAEA

#E6FAEA
(230,250,234)
#D2E4D5
(210,228,213)
#BECEC0
(190,206,192)
#AAB8AB
(170,184,171)
#96A296
(150,162,150)
#828C81
(130,140,129)
#6E766C
(110,118,108)
#5A6057
(90,96,87)
#464A42
(70,74,66)
#32342D
(50,52,45)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #E6FAEA

#E6FAEA
(230,250,234)
#E8FAEB
(232,250,235)
#EAFAEC
(234,250,236)
#ECFAED
(236,250,237)
#EEFAEE
(238,250,238)
#F0FAEF
(240,250,239)
#F2FAF0
(242,250,240)
#F4FAF1
(244,250,241)
#F6FAF2
(246,250,242)
#F8FAF3
(248,250,243)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FAEA; }

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

This text font color is #E6FAEA.

Background Color

.myBgColor { background-color: #E6FAEA; }

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

This div background color is #E6FAEA.

Border color

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

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

This div border color is #E6FAEA.

Opacity

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

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

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

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

This text has shadow with #E6FAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FAEA.

Preview

Color preview on black background

This text has color #E6FAEA on black background.


Color preview on white background

This text has color #E6FAEA on white background.


Black color preview on #E6FAEA background

This text has black color on #E6FAEA background.


White color preview on #E6FAEA background

This text has white color on #E6FAEA background.


Related colors

Complementary color

Complementary color for #hex is #190515.


I love getcolorcode.com

Triadic colors

1 #EAE6FA and #FAEAE6 with #E6FAEA are triadic colors.

2 #EAFAE6 and #FAE6EA with #E6FAEA are triadic colors.