COLOR #E0F0AD

HEX: #E0F0AD RGB: (224,240,173)

Color info

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

RGB color model

#E0F0AD color RGB value is (224,240,173).

RGB: (224,240,173) (88%, 94%, 68%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 173 of 255 = 68%

224
240
173

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

Portions of RGB colors in percentages

R + G + B = 224 + 240 + 173 = 637 (100%)
R 224 of 637 ~ 35.16%
G 240 of 637 ~ 37.68%
B 173 of 637 ~ 27.16'%

%35.16
%37.68
%27.16

CMYK color model

#E0F0AD color CMYK value is (7,0,28,6).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 5.88%

CMYK: (7,0,28,6)
C7M0Y28K6 (7%, 0%, 28%, 6%)
(0.07 / 0.00 / 0.28 / 0.06)

CMYK percentages

%6.67
%0
%27.92
%5.88

Codes

Color #E0F0AD in popluar color models

E0 F0 AD
RGB 224 240 173
HSL 74° 69.07% 80.98%
HSB/HSV 74° 27.92% 94.12%
CMYK 6.67% 0.00% 27.92%
5.88%

Color #E0F0AD in popluar number systems.

HEX E0 F0 AD
Decimal 224 240 173
Binary 11100000 11110000 10101101
Octal 340 360 255

Shades and tints

Shades of #E0F0AD

#E0F0AD
(224,240,173)
#CCDB9E
(204,219,158)
#B8C68F
(184,198,143)
#A4B180
(164,177,128)
#909C71
(144,156,113)
#7C8762
(124,135,98)
#687253
(104,114,83)
#545D44
(84,93,68)
#404835
(64,72,53)
#2C3326
(44,51,38)
#181E17
(24,30,23)
#000000
(0,0,0)

Tints of #E0F0AD

#E0F0AD
(224,240,173)
#E2F1B4
(226,241,180)
#E4F2BB
(228,242,187)
#E6F3C2
(230,243,194)
#E8F4C9
(232,244,201)
#EAF5D0
(234,245,208)
#ECF6D7
(236,246,215)
#EEF7DE
(238,247,222)
#F0F8E5
(240,248,229)
#F2F9EC
(242,249,236)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F0AD color. Also use rgb(224,240,173) instead hex code.

Text Font Color

.myTextColor { color: #E0F0AD; }

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

This text font color is #E0F0AD.

Background Color

.myBgColor { background-color: #E0F0AD; }

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

This div background color is #E0F0AD.

Border color

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

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

This div border color is #E0F0AD.

Opacity

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

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

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

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

This text has shadow with #E0F0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F0AD.

Preview

Color preview on black background

This text has color #E0F0AD on black background.


Color preview on white background

This text has color #E0F0AD on white background.


Black color preview on #E0F0AD background

This text has black color on #E0F0AD background.


White color preview on #E0F0AD background

This text has white color on #E0F0AD background.


Related colors

Complementary color

Complementary color for #hex is #1F0F52.


I love getcolorcode.com

Triadic colors

1 #ADE0F0 and #F0ADE0 with #E0F0AD are triadic colors.

2 #ADF0E0 and #F0E0AD with #E0F0AD are triadic colors.