COLOR #E6EEAE

HEX: #E6EEAE RGB: (230,238,174)

Color info

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

RGB color model

#E6EEAE color RGB value is (230,238,174).

RGB: (230,238,174) (90%, 93%, 68%)

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 174 of 255 = 68%

230
238
174

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

Portions of RGB colors in percentages

R + G + B = 230 + 238 + 174 = 642 (100%)
R 230 of 642 ~ 35.83%
G 238 of 642 ~ 37.07%
B 174 of 642 ~ 27.1'%

%35.83
%37.07
%27.1

CMYK color model

#E6EEAE color CMYK value is (3,0,27,7).

  • cyan value is 3.36%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 6.67%

CMYK: (3,0,27,7)
C3M0Y27K7 (3%, 0%, 27%, 7%)
(0.03 / 0.00 / 0.27 / 0.07)

CMYK percentages

%3.36
%0
%26.89
%6.67

Codes

Color #E6EEAE in popluar color models

E6 EE AE
RGB 230 238 174
HSL 68° 65.31% 80.78%
HSB/HSV 68° 26.89% 93.33%
CMYK 3.36% 0.00% 26.89%
6.67%

Color #E6EEAE in popluar number systems.

HEX E6 EE AE
Decimal 230 238 174
Binary 11100110 11101110 10101110
Octal 346 356 256

Shades and tints

Shades of #E6EEAE

#E6EEAE
(230,238,174)
#D2D99F
(210,217,159)
#BEC490
(190,196,144)
#AAAF81
(170,175,129)
#969A72
(150,154,114)
#828563
(130,133,99)
#6E7054
(110,112,84)
#5A5B45
(90,91,69)
#464636
(70,70,54)
#323127
(50,49,39)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #E6EEAE

#E6EEAE
(230,238,174)
#E8EFB5
(232,239,181)
#EAF0BC
(234,240,188)
#ECF1C3
(236,241,195)
#EEF2CA
(238,242,202)
#F0F3D1
(240,243,209)
#F2F4D8
(242,244,216)
#F4F5DF
(244,245,223)
#F6F6E6
(246,246,230)
#F8F7ED
(248,247,237)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EEAE color. Also use rgb(230,238,174) instead hex code.

Text Font Color

.myTextColor { color: #E6EEAE; }

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

This text font color is #E6EEAE.

Background Color

.myBgColor { background-color: #E6EEAE; }

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

This div background color is #E6EEAE.

Border color

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

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

This div border color is #E6EEAE.

Opacity

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

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

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

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

This text has shadow with #E6EEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EEAE.

Preview

Color preview on black background

This text has color #E6EEAE on black background.


Color preview on white background

This text has color #E6EEAE on white background.


Black color preview on #E6EEAE background

This text has black color on #E6EEAE background.


White color preview on #E6EEAE background

This text has white color on #E6EEAE background.


Related colors

Complementary color

Complementary color for #hex is #191151.


I love getcolorcode.com

Triadic colors

1 #AEE6EE and #EEAEE6 with #E6EEAE are triadic colors.

2 #AEEEE6 and #EEE6AE with #E6EEAE are triadic colors.