COLOR #E0F9AC

HEX: #E0F9AC RGB: (224,249,172)

Color info

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

RGB color model

#E0F9AC color RGB value is (224,249,172).

RGB: (224,249,172) (88%, 98%, 67%)

RGB channels and saturation

R 224 of 255 = 88%
G 249 of 255 = 98%
B 172 of 255 = 67%

224
249
172

R + G + B ~ 84%. #E0F9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 249 + 172 = 645 (100%)
R 224 of 645 ~ 34.73%
G 249 of 645 ~ 38.6%
B 172 of 645 ~ 26.67'%

%34.73
%38.6
%26.67

CMYK color model

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

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 30.92%
  • key color value is 2.35%

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

CMYK percentages

%10.04
%0
%30.92
%2.35

Codes

Color #E0F9AC in popluar color models

E0 F9 AC
RGB 224 249 172
HSL 79° 86.52% 82.55%
HSB/HSV 79° 30.92% 97.65%
CMYK 10.04% 0.00% 30.92%
2.35%

Color #E0F9AC in popluar number systems.

HEX E0 F9 AC
Decimal 224 249 172
Binary 11100000 11111001 10101100
Octal 340 371 254

Shades and tints

Shades of #E0F9AC

#E0F9AC
(224,249,172)
#CCE39D
(204,227,157)
#B8CD8E
(184,205,142)
#A4B77F
(164,183,127)
#90A170
(144,161,112)
#7C8B61
(124,139,97)
#687552
(104,117,82)
#545F43
(84,95,67)
#404934
(64,73,52)
#2C3325
(44,51,37)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #E0F9AC

#E0F9AC
(224,249,172)
#E2F9B3
(226,249,179)
#E4F9BA
(228,249,186)
#E6F9C1
(230,249,193)
#E8F9C8
(232,249,200)
#EAF9CF
(234,249,207)
#ECF9D6
(236,249,214)
#EEF9DD
(238,249,221)
#F0F9E4
(240,249,228)
#F2F9EB
(242,249,235)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F9AC color. Also use rgb(224,249,172) instead hex code.

Text Font Color

.myTextColor { color: #E0F9AC; }

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

This text font color is #E0F9AC.

Background Color

.myBgColor { background-color: #E0F9AC; }

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

This div background color is #E0F9AC.

Border color

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

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

This div border color is #E0F9AC.

Opacity

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

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

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

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

This text has shadow with #E0F9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F9AC.

Preview

Color preview on black background

This text has color #E0F9AC on black background.


Color preview on white background

This text has color #E0F9AC on white background.


Black color preview on #E0F9AC background

This text has black color on #E0F9AC background.


White color preview on #E0F9AC background

This text has white color on #E0F9AC background.


Related colors

Complementary color

Complementary color for #hex is #1F0653.


I love getcolorcode.com

Triadic colors

1 #ACE0F9 and #F9ACE0 with #E0F9AC are triadic colors.

2 #ACF9E0 and #F9E0AC with #E0F9AC are triadic colors.