COLOR #E6EFAA

HEX: #E6EFAA RGB: (230,239,170)

Color info

#E6EFAA contains mainly red and green colors. Web safe color of #E6EFAA is #CCFF99 (or #CF9).

RGB color model

#E6EFAA color RGB value is (230,239,170).

RGB: (230,239,170) (90%, 94%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 239 of 255 = 94%
B 170 of 255 = 67%

230
239
170

R + G + B ~ 84%. #E6EFAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 239 + 170 = 639 (100%)
R 230 of 639 ~ 35.99%
G 239 of 639 ~ 37.4%
B 170 of 639 ~ 26.6'%

%35.99
%37.4
%26.6

CMYK color model

#E6EFAA color CMYK value is (4,0,29,6).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 6.27%

CMYK: (4,0,29,6)
C4M0Y29K6 (4%, 0%, 29%, 6%)
(0.04 / 0.00 / 0.29 / 0.06)

CMYK percentages

%3.77
%0
%28.87
%6.27

Codes

Color #E6EFAA in popluar color models

E6 EF AA
RGB 230 239 170
HSL 68° 68.32% 80.20%
HSB/HSV 68° 28.87% 93.73%
CMYK 3.77% 0.00% 28.87%
6.27%

Color #E6EFAA in popluar number systems.

HEX E6 EF AA
Decimal 230 239 170
Binary 11100110 11101111 10101010
Octal 346 357 252

Shades and tints

Shades of #E6EFAA

#E6EFAA
(230,239,170)
#D2DA9B
(210,218,155)
#BEC58C
(190,197,140)
#AAB07D
(170,176,125)
#969B6E
(150,155,110)
#82865F
(130,134,95)
#6E7150
(110,113,80)
#5A5C41
(90,92,65)
#464732
(70,71,50)
#323223
(50,50,35)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6EFAA

#E6EFAA
(230,239,170)
#E8F0B1
(232,240,177)
#EAF1B8
(234,241,184)
#ECF2BF
(236,242,191)
#EEF3C6
(238,243,198)
#F0F4CD
(240,244,205)
#F2F5D4
(242,245,212)
#F4F6DB
(244,246,219)
#F6F7E2
(246,247,226)
#F8F8E9
(248,248,233)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EFAA; }

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

This text font color is #E6EFAA.

Background Color

.myBgColor { background-color: #E6EFAA; }

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

This div background color is #E6EFAA.

Border color

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

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

This div border color is #E6EFAA.

Opacity

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

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

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

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

This text has shadow with #E6EFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EFAA.

Preview

Color preview on black background

This text has color #E6EFAA on black background.


Color preview on white background

This text has color #E6EFAA on white background.


Black color preview on #E6EFAA background

This text has black color on #E6EFAA background.


White color preview on #E6EFAA background

This text has white color on #E6EFAA background.


Related colors

Complementary color

Complementary color for #hex is #191055.


I love getcolorcode.com

Triadic colors

1 #AAE6EF and #EFAAE6 with #E6EFAA are triadic colors.

2 #AAEFE6 and #EFE6AA with #E6EFAA are triadic colors.