COLOR #E2FAAD

HEX: #E2FAAD RGB: (226,250,173)

Color info

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

RGB color model

#E2FAAD color RGB value is (226,250,173).

RGB: (226,250,173) (89%, 98%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 250 of 255 = 98%
B 173 of 255 = 68%

226
250
173

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

Portions of RGB colors in percentages

R + G + B = 226 + 250 + 173 = 649 (100%)
R 226 of 649 ~ 34.82%
G 250 of 649 ~ 38.52%
B 173 of 649 ~ 26.66'%

%34.82
%38.52
%26.66

CMYK color model

#E2FAAD color CMYK value is (10,0,31,2).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 1.96%

CMYK: (10,0,31,2)
C10M0Y31K2 (10%, 0%, 31%, 2%)
(0.10 / 0.00 / 0.31 / 0.02)

CMYK percentages

%9.6
%0
%30.8
%1.96

Codes

Color #E2FAAD in popluar color models

E2 FA AD
RGB 226 250 173
HSL 79° 88.51% 82.94%
HSB/HSV 79° 30.80% 98.04%
CMYK 9.60% 0.00% 30.80%
1.96%

Color #E2FAAD in popluar number systems.

HEX E2 FA AD
Decimal 226 250 173
Binary 11100010 11111010 10101101
Octal 342 372 255

Shades and tints

Shades of #E2FAAD

#E2FAAD
(226,250,173)
#CEE49E
(206,228,158)
#BACE8F
(186,206,143)
#A6B880
(166,184,128)
#92A271
(146,162,113)
#7E8C62
(126,140,98)
#6A7653
(106,118,83)
#566044
(86,96,68)
#424A35
(66,74,53)
#2E3426
(46,52,38)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #E2FAAD

#E2FAAD
(226,250,173)
#E4FAB4
(228,250,180)
#E6FABB
(230,250,187)
#E8FAC2
(232,250,194)
#EAFAC9
(234,250,201)
#ECFAD0
(236,250,208)
#EEFAD7
(238,250,215)
#F0FADE
(240,250,222)
#F2FAE5
(242,250,229)
#F4FAEC
(244,250,236)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FAAD color. Also use rgb(226,250,173) instead hex code.

Text Font Color

.myTextColor { color: #E2FAAD; }

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

This text font color is #E2FAAD.

Background Color

.myBgColor { background-color: #E2FAAD; }

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

This div background color is #E2FAAD.

Border color

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

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

This div border color is #E2FAAD.

Opacity

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

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

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

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

This text has shadow with #E2FAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FAAD.

Preview

Color preview on black background

This text has color #E2FAAD on black background.


Color preview on white background

This text has color #E2FAAD on white background.


Black color preview on #E2FAAD background

This text has black color on #E2FAAD background.


White color preview on #E2FAAD background

This text has white color on #E2FAAD background.


Related colors

Complementary color

Complementary color for #hex is #1D0552.


I love getcolorcode.com

Triadic colors

1 #ADE2FA and #FAADE2 with #E2FAAD are triadic colors.

2 #ADFAE2 and #FAE2AD with #E2FAAD are triadic colors.