COLOR #E6EE80

HEX: #E6EE80 RGB: (230,238,128)

Color info

#E6EE80 contains mainly red and green colors. Web safe color of #E6EE80 is #CCFF66 (or #CF6).

RGB color model

#E6EE80 color RGB value is (230,238,128).

RGB: (230,238,128) (90%, 93%, 50%)

RGB channels and saturation

R 230 of 255 = 90%
G 238 of 255 = 93%
B 128 of 255 = 50%

230
238
128

R + G + B ~ 78%. #E6EE80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 238 + 128 = 596 (100%)
R 230 of 596 ~ 38.59%
G 238 of 596 ~ 39.93%
B 128 of 596 ~ 21.48'%

%38.59
%39.93
%21.48

CMYK color model

#E6EE80 color CMYK value is (3,0,46,7).

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

CMYK: (3,0,46,7)
C3M0Y46K7 (3%, 0%, 46%, 7%)
(0.03 / 0.00 / 0.46 / 0.07)

CMYK percentages

%3.36
%0
%46.22
%6.67

Codes

Color #E6EE80 in popluar color models

E6 EE 80
RGB 230 238 128
HSL 64° 76.39% 71.76%
HSB/HSV 64° 46.22% 93.33%
CMYK 3.36% 0.00% 46.22%
6.67%

Color #E6EE80 in popluar number systems.

HEX E6 EE 80
Decimal 230 238 128
Binary 11100110 11101110 10000000
Octal 346 356 200

Shades and tints

Shades of #E6EE80

#E6EE80
(230,238,128)
#D2D975
(210,217,117)
#BEC46A
(190,196,106)
#AAAF5F
(170,175,95)
#969A54
(150,154,84)
#828549
(130,133,73)
#6E703E
(110,112,62)
#5A5B33
(90,91,51)
#464628
(70,70,40)
#32311D
(50,49,29)
#1E1C12
(30,28,18)
#000000
(0,0,0)

Tints of #E6EE80

#E6EE80
(230,238,128)
#E8EF8B
(232,239,139)
#EAF096
(234,240,150)
#ECF1A1
(236,241,161)
#EEF2AC
(238,242,172)
#F0F3B7
(240,243,183)
#F2F4C2
(242,244,194)
#F4F5CD
(244,245,205)
#F6F6D8
(246,246,216)
#F8F7E3
(248,247,227)
#FAF8EE
(250,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EE80; }

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

This text font color is #E6EE80.

Background Color

.myBgColor { background-color: #E6EE80; }

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

This div background color is #E6EE80.

Border color

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

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

This div border color is #E6EE80.

Opacity

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

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

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

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

This text has shadow with #E6EE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6EE80.

Preview

Color preview on black background

This text has color #E6EE80 on black background.


Color preview on white background

This text has color #E6EE80 on white background.


Black color preview on #E6EE80 background

This text has black color on #E6EE80 background.


White color preview on #E6EE80 background

This text has white color on #E6EE80 background.


Related colors

Complementary color

Complementary color for #hex is #19117F.


I love getcolorcode.com

Triadic colors

1 #80E6EE and #EE80E6 with #E6EE80 are triadic colors.

2 #80EEE6 and #EEE680 with #E6EE80 are triadic colors.