COLOR #E2EDA8

HEX: #E2EDA8 RGB: (226,237,168)

Color info

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

RGB color model

#E2EDA8 color RGB value is (226,237,168).

RGB: (226,237,168) (89%, 93%, 66%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 168 of 255 = 66%

226
237
168

R + G + B ~ 83%. #E2EDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 168 = 631 (100%)
R 226 of 631 ~ 35.82%
G 237 of 631 ~ 37.56%
B 168 of 631 ~ 26.62'%

%35.82
%37.56
%26.62

CMYK color model

#E2EDA8 color CMYK value is (5,0,29,7).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 7.06%

CMYK: (5,0,29,7)
C5M0Y29K7 (5%, 0%, 29%, 7%)
(0.05 / 0.00 / 0.29 / 0.07)

CMYK percentages

%4.64
%0
%29.11
%7.06

Codes

Color #E2EDA8 in popluar color models

E2 ED A8
RGB 226 237 168
HSL 70° 65.71% 79.41%
HSB/HSV 70° 29.11% 92.94%
CMYK 4.64% 0.00% 29.11%
7.06%

Color #E2EDA8 in popluar number systems.

HEX E2 ED A8
Decimal 226 237 168
Binary 11100010 11101101 10101000
Octal 342 355 250

Shades and tints

Shades of #E2EDA8

#E2EDA8
(226,237,168)
#CED899
(206,216,153)
#BAC38A
(186,195,138)
#A6AE7B
(166,174,123)
#92996C
(146,153,108)
#7E845D
(126,132,93)
#6A6F4E
(106,111,78)
#565A3F
(86,90,63)
#424530
(66,69,48)
#2E3021
(46,48,33)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #E2EDA8

#E2EDA8
(226,237,168)
#E4EEAF
(228,238,175)
#E6EFB6
(230,239,182)
#E8F0BD
(232,240,189)
#EAF1C4
(234,241,196)
#ECF2CB
(236,242,203)
#EEF3D2
(238,243,210)
#F0F4D9
(240,244,217)
#F2F5E0
(242,245,224)
#F4F6E7
(244,246,231)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EDA8 color. Also use rgb(226,237,168) instead hex code.

Text Font Color

.myTextColor { color: #E2EDA8; }

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

This text font color is #E2EDA8.

Background Color

.myBgColor { background-color: #E2EDA8; }

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

This div background color is #E2EDA8.

Border color

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

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

This div border color is #E2EDA8.

Opacity

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

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

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

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

This text has shadow with #E2EDA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDA8.

Preview

Color preview on black background

This text has color #E2EDA8 on black background.


Color preview on white background

This text has color #E2EDA8 on white background.


Black color preview on #E2EDA8 background

This text has black color on #E2EDA8 background.


White color preview on #E2EDA8 background

This text has white color on #E2EDA8 background.


Related colors

Complementary color

Complementary color for #hex is #1D1257.


I love getcolorcode.com

Triadic colors

1 #A8E2ED and #EDA8E2 with #E2EDA8 are triadic colors.

2 #A8EDE2 and #EDE2A8 with #E2EDA8 are triadic colors.