COLOR #E5FFAA

HEX: #E5FFAA
RGB: (229,255,170)

Color info

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

RGB color model

#E5FFAA color RGB value is (229,255,170).

  • red value is 229;
  • green value is 255;
  • blue value is 170.
RGB:
(229,255,170)
(90%,100%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 170 of 255 = 67%

229
255
170

R + G + B ~ 86%. #E5FFAA is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 170 = 654 (100%)
R 229 of 654 ~ 35.02%
G 255 of 654 ~ 38.99%
B 170 of 654 ~ 25.99%

%35.02
%38.99
%25.99

CMYK color model

#E5FFAA color CMYK value is (10,0,33,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 0.00%
CMYK:
(10,0,33,0)
C10M0Y33K0 
(10%,0%,33%,0%)
(0.10/0.00/0.33/0.00)	

CMYK percentages

%10.2
%0
%33.33
%0

Codes

Color #E5FFAA in popluar color models

E5FFAA
RGB229255170
HSL78°100.00%83.33%
HSB/HSV78°33.33%100.00%
CMYK10.20%0.00%33.33%
0.00%

Color #E5FFAA in popluar number systems.

HEXE5FFAA
Decimal229255170
Binary111001011111111110101010
Octal345377252

Shades and tints

Shades of #E5FFAA

#E5FFAA
(229,255,170)
#D1E89B
(209,232,155)
#BDD18C
(189,209,140)
#A9BA7D
(169,186,125)
#95A36E
(149,163,110)
#818C5F
(129,140,95)
#6D7550
(109,117,80)
#595E41
(89,94,65)
#454732
(69,71,50)
#313023
(49,48,35)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #E5FFAA

#E5FFAA
(229,255,170)
#E7FFB1
(231,255,177)
#E9FFB8
(233,255,184)
#EBFFBF
(235,255,191)
#EDFFC6
(237,255,198)
#EFFFCD
(239,255,205)
#F1FFD4
(241,255,212)
#F3FFDB
(243,255,219)
#F5FFE2
(245,255,226)
#F7FFE9
(247,255,233)
#F9FFF0
(249,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FFAA color. Also use rgb(229,255,170) instead hex code.

Text Font Color

.myTextColor { color: #E5FFAA; }

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

This text font color is #E5FFAA.


Background Color

.myBgColor { background-color: #E5FFAA; }

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

This div background color is #E5FFAA.


Border color

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

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

This div border color is #E5FFAA.


Opacity

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

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

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

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

This text has shadow with #E5FFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFAA on black background.


Color preview on white background

This text has color #E5FFAA on white background.



Black color preview on #E5FFAA background

This text has black color on #E5FFAA background.


White color preview on #E5FFAA background

This text has white color on #E5FFAA background.