COLOR #E1EFAE

HEX: #E1EFAE RGB: (225,239,174)

Color info

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

RGB color model

#E1EFAE color RGB value is (225,239,174).

RGB: (225,239,174) (88%, 94%, 68%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 174 of 255 = 68%

225
239
174

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

Portions of RGB colors in percentages

R + G + B = 225 + 239 + 174 = 638 (100%)
R 225 of 638 ~ 35.27%
G 239 of 638 ~ 37.46%
B 174 of 638 ~ 27.27'%

%35.27
%37.46
%27.27

CMYK color model

#E1EFAE color CMYK value is (6,0,27,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 6.27%

CMYK: (6,0,27,6)
C6M0Y27K6 (6%, 0%, 27%, 6%)
(0.06 / 0.00 / 0.27 / 0.06)

CMYK percentages

%5.86
%0
%27.2
%6.27

Codes

Color #E1EFAE in popluar color models

E1 EF AE
RGB 225 239 174
HSL 73° 67.01% 80.98%
HSB/HSV 73° 27.20% 93.73%
CMYK 5.86% 0.00% 27.20%
6.27%

Color #E1EFAE in popluar number systems.

HEX E1 EF AE
Decimal 225 239 174
Binary 11100001 11101111 10101110
Octal 341 357 256

Shades and tints

Shades of #E1EFAE

#E1EFAE
(225,239,174)
#CDDA9F
(205,218,159)
#B9C590
(185,197,144)
#A5B081
(165,176,129)
#919B72
(145,155,114)
#7D8663
(125,134,99)
#697154
(105,113,84)
#555C45
(85,92,69)
#414736
(65,71,54)
#2D3227
(45,50,39)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #E1EFAE

#E1EFAE
(225,239,174)
#E3F0B5
(227,240,181)
#E5F1BC
(229,241,188)
#E7F2C3
(231,242,195)
#E9F3CA
(233,243,202)
#EBF4D1
(235,244,209)
#EDF5D8
(237,245,216)
#EFF6DF
(239,246,223)
#F1F7E6
(241,247,230)
#F3F8ED
(243,248,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EFAE color. Also use rgb(225,239,174) instead hex code.

Text Font Color

.myTextColor { color: #E1EFAE; }

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

This text font color is #E1EFAE.

Background Color

.myBgColor { background-color: #E1EFAE; }

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

This div background color is #E1EFAE.

Border color

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

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

This div border color is #E1EFAE.

Opacity

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

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

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

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

This text has shadow with #E1EFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EFAE.

Preview

Color preview on black background

This text has color #E1EFAE on black background.


Color preview on white background

This text has color #E1EFAE on white background.


Black color preview on #E1EFAE background

This text has black color on #E1EFAE background.


White color preview on #E1EFAE background

This text has white color on #E1EFAE background.


Related colors

Complementary color

Complementary color for #hex is #1E1051.


I love getcolorcode.com

Triadic colors

1 #AEE1EF and #EFAEE1 with #E1EFAE are triadic colors.

2 #AEEFE1 and #EFE1AE with #E1EFAE are triadic colors.