COLOR #E0EFC6

HEX: #E0EFC6
RGB: (224,239,198)

Color info

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

RGB color model

#E0EFC6 color RGB value is (224,239,198).

  • red value is 224;
  • green value is 239;
  • blue value is 198.
RGB:
(224,239,198)
(88%,94%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 198 of 255 = 78%

224
239
198

R + G + B ~ 87%. #E0EFC6 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 198 = 661 (100%)
R 224 of 661 ~ 33.89%
G 239 of 661 ~ 36.16%
B 198 of 661 ~ 29.95%

%33.89
%36.16
%29.95

CMYK color model

#E0EFC6 color CMYK value is (6,0,17,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(6,0,17,6)
C6M0Y17K6 
(6%,0%,17%,6%)
(0.06/0.00/0.17/0.06)	

CMYK percentages

%6.28
%0
%17.15
%6.27

Codes

Color #E0EFC6 in popluar color models

E0EFC6
RGB224239198
HSL82°56.16%85.69%
HSB/HSV82°17.15%93.73%
CMYK6.28%0.00%17.15%
6.27%

Color #E0EFC6 in popluar number systems.

HEXE0EFC6
Decimal224239198
Binary111000001110111111000110
Octal340357306

Shades and tints

Shades of #E0EFC6

#E0EFC6
(224,239,198)
#CCDAB4
(204,218,180)
#B8C5A2
(184,197,162)
#A4B090
(164,176,144)
#909B7E
(144,155,126)
#7C866C
(124,134,108)
#68715A
(104,113,90)
#545C48
(84,92,72)
#404736
(64,71,54)
#2C3224
(44,50,36)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #E0EFC6

#E0EFC6
(224,239,198)
#E2F0CB
(226,240,203)
#E4F1D0
(228,241,208)
#E6F2D5
(230,242,213)
#E8F3DA
(232,243,218)
#EAF4DF
(234,244,223)
#ECF5E4
(236,245,228)
#EEF6E9
(238,246,233)
#F0F7EE
(240,247,238)
#F2F8F3
(242,248,243)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EFC6 color. Also use rgb(224,239,198) instead hex code.

Text Font Color

.myTextColor { color: #E0EFC6; }

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

This text font color is #E0EFC6.


Background Color

.myBgColor { background-color: #E0EFC6; }

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

This div background color is #E0EFC6.


Border color

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

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

This div border color is #E0EFC6.


Opacity

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

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

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

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

This text has shadow with #E0EFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFC6 on black background.


Color preview on white background

This text has color #E0EFC6 on white background.



Black color preview on #E0EFC6 background

This text has black color on #E0EFC6 background.


White color preview on #E0EFC6 background

This text has white color on #E0EFC6 background.