COLOR #E5FAAA

HEX: #E5FAAA RGB: (229,250,170)

Color info

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

RGB color model

#E5FAAA color RGB value is (229,250,170).

RGB: (229,250,170) (90%, 98%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 250 of 255 = 98%
B 170 of 255 = 67%

229
250
170

R + G + B ~ 85%. #E5FAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 250 + 170 = 649 (100%)
R 229 of 649 ~ 35.29%
G 250 of 649 ~ 38.52%
B 170 of 649 ~ 26.19'%

%35.29
%38.52
%26.19

CMYK color model

#E5FAAA color CMYK value is (8,0,32,2).

  • cyan value is 8.40%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 1.96%

CMYK: (8,0,32,2)
C8M0Y32K2 (8%, 0%, 32%, 2%)
(0.08 / 0.00 / 0.32 / 0.02)

CMYK percentages

%8.4
%0
%32
%1.96

Codes

Color #E5FAAA in popluar color models

E5 FA AA
RGB 229 250 170
HSL 76° 88.89% 82.35%
HSB/HSV 76° 32.00% 98.04%
CMYK 8.40% 0.00% 32.00%
1.96%

Color #E5FAAA in popluar number systems.

HEX E5 FA AA
Decimal 229 250 170
Binary 11100101 11111010 10101010
Octal 345 372 252

Shades and tints

Shades of #E5FAAA

#E5FAAA
(229,250,170)
#D1E49B
(209,228,155)
#BDCE8C
(189,206,140)
#A9B87D
(169,184,125)
#95A26E
(149,162,110)
#818C5F
(129,140,95)
#6D7650
(109,118,80)
#596041
(89,96,65)
#454A32
(69,74,50)
#313423
(49,52,35)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #E5FAAA

#E5FAAA
(229,250,170)
#E7FAB1
(231,250,177)
#E9FAB8
(233,250,184)
#EBFABF
(235,250,191)
#EDFAC6
(237,250,198)
#EFFACD
(239,250,205)
#F1FAD4
(241,250,212)
#F3FADB
(243,250,219)
#F5FAE2
(245,250,226)
#F7FAE9
(247,250,233)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FAAA; }

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

This text font color is #E5FAAA.

Background Color

.myBgColor { background-color: #E5FAAA; }

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

This div background color is #E5FAAA.

Border color

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

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

This div border color is #E5FAAA.

Opacity

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

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

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

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

This text has shadow with #E5FAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FAAA.

Preview

Color preview on black background

This text has color #E5FAAA on black background.


Color preview on white background

This text has color #E5FAAA on white background.


Black color preview on #E5FAAA background

This text has black color on #E5FAAA background.


White color preview on #E5FAAA background

This text has white color on #E5FAAA background.


Related colors

Complementary color

Complementary color for #hex is #1A0555.


I love getcolorcode.com

Triadic colors

1 #AAE5FA and #FAAAE5 with #E5FAAA are triadic colors.

2 #AAFAE5 and #FAE5AA with #E5FAAA are triadic colors.