COLOR #E0F0CF

HEX: #E0F0CF RGB: (224,240,207)

Color info

#E0F0CF contains red, green and blue colors in about the same proportion. Web safe color of #E0F0CF is #CCFFCC (or #CFC).

RGB color model

#E0F0CF color RGB value is (224,240,207).

RGB: (224,240,207) (88%, 94%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 207 of 255 = 81%

224
240
207

R + G + B ~ 88%. #E0F0CF is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 240 + 207 = 671 (100%)
R 224 of 671 ~ 33.38%
G 240 of 671 ~ 35.77%
B 207 of 671 ~ 30.85'%

%33.38
%35.77
%30.85

CMYK color model

#E0F0CF color CMYK value is (7,0,14,6).

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

CMYK: (7,0,14,6)
C7M0Y14K6 (7%, 0%, 14%, 6%)
(0.07 / 0.00 / 0.14 / 0.06)

CMYK percentages

%6.67
%0
%13.75
%5.88

Codes

Color #E0F0CF in popluar color models

E0 F0 CF
RGB 224 240 207
HSL 89° 52.38% 87.65%
HSB/HSV 89° 13.75% 94.12%
CMYK 6.67% 0.00% 13.75%
5.88%

Color #E0F0CF in popluar number systems.

HEX E0 F0 CF
Decimal 224 240 207
Binary 11100000 11110000 11001111
Octal 340 360 317

Shades and tints

Shades of #E0F0CF

#E0F0CF
(224,240,207)
#CCDBBD
(204,219,189)
#B8C6AB
(184,198,171)
#A4B199
(164,177,153)
#909C87
(144,156,135)
#7C8775
(124,135,117)
#687263
(104,114,99)
#545D51
(84,93,81)
#40483F
(64,72,63)
#2C332D
(44,51,45)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #E0F0CF

#E0F0CF
(224,240,207)
#E2F1D3
(226,241,211)
#E4F2D7
(228,242,215)
#E6F3DB
(230,243,219)
#E8F4DF
(232,244,223)
#EAF5E3
(234,245,227)
#ECF6E7
(236,246,231)
#EEF7EB
(238,247,235)
#F0F8EF
(240,248,239)
#F2F9F3
(242,249,243)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F0CF; }

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

This text font color is #E0F0CF.

Background Color

.myBgColor { background-color: #E0F0CF; }

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

This div background color is #E0F0CF.

Border color

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

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

This div border color is #E0F0CF.

Opacity

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

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

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

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

This text has shadow with #E0F0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F0CF.

Preview

Color preview on black background

This text has color #E0F0CF on black background.


Color preview on white background

This text has color #E0F0CF on white background.


Black color preview on #E0F0CF background

This text has black color on #E0F0CF background.


White color preview on #E0F0CF background

This text has white color on #E0F0CF background.


Related colors

Complementary color

Complementary color for #hex is #1F0F30.


I love getcolorcode.com

Triadic colors

1 #CFE0F0 and #F0CFE0 with #E0F0CF are triadic colors.

2 #CFF0E0 and #F0E0CF with #E0F0CF are triadic colors.