COLOR #E0FAB9

HEX: #E0FAB9 RGB: (224,250,185)

Color info

#E0FAB9 contains mainly red and green colors. Web safe color of #E0FAB9 is #CCFFCC (or #CFC).

RGB color model

#E0FAB9 color RGB value is (224,250,185).

RGB: (224,250,185) (88%, 98%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 185 of 255 = 73%

224
250
185

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

Portions of RGB colors in percentages

R + G + B = 224 + 250 + 185 = 659 (100%)
R 224 of 659 ~ 33.99%
G 250 of 659 ~ 37.94%
B 185 of 659 ~ 28.07'%

%33.99
%37.94
%28.07

CMYK color model

#E0FAB9 color CMYK value is (10,0,26,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 1.96%

CMYK: (10,0,26,2)
C10M0Y26K2 (10%, 0%, 26%, 2%)
(0.10 / 0.00 / 0.26 / 0.02)

CMYK percentages

%10.4
%0
%26
%1.96

Codes

Color #E0FAB9 in popluar color models

E0 FA B9
RGB 224 250 185
HSL 84° 86.67% 85.29%
HSB/HSV 84° 26.00% 98.04%
CMYK 10.40% 0.00% 26.00%
1.96%

Color #E0FAB9 in popluar number systems.

HEX E0 FA B9
Decimal 224 250 185
Binary 11100000 11111010 10111001
Octal 340 372 271

Shades and tints

Shades of #E0FAB9

#E0FAB9
(224,250,185)
#CCE4A9
(204,228,169)
#B8CE99
(184,206,153)
#A4B889
(164,184,137)
#90A279
(144,162,121)
#7C8C69
(124,140,105)
#687659
(104,118,89)
#546049
(84,96,73)
#404A39
(64,74,57)
#2C3429
(44,52,41)
#181E19
(24,30,25)
#000000
(0,0,0)

Tints of #E0FAB9

#E0FAB9
(224,250,185)
#E2FABF
(226,250,191)
#E4FAC5
(228,250,197)
#E6FACB
(230,250,203)
#E8FAD1
(232,250,209)
#EAFAD7
(234,250,215)
#ECFADD
(236,250,221)
#EEFAE3
(238,250,227)
#F0FAE9
(240,250,233)
#F2FAEF
(242,250,239)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FAB9 color. Also use rgb(224,250,185) instead hex code.

Text Font Color

.myTextColor { color: #E0FAB9; }

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

This text font color is #E0FAB9.

Background Color

.myBgColor { background-color: #E0FAB9; }

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

This div background color is #E0FAB9.

Border color

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

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

This div border color is #E0FAB9.

Opacity

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

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

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

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

This text has shadow with #E0FAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FAB9.

Preview

Color preview on black background

This text has color #E0FAB9 on black background.


Color preview on white background

This text has color #E0FAB9 on white background.


Black color preview on #E0FAB9 background

This text has black color on #E0FAB9 background.


White color preview on #E0FAB9 background

This text has white color on #E0FAB9 background.


Related colors

Complementary color

Complementary color for #hex is #1F0546.


I love getcolorcode.com

Triadic colors

1 #B9E0FA and #FAB9E0 with #E0FAB9 are triadic colors.

2 #B9FAE0 and #FAE0B9 with #E0FAB9 are triadic colors.