COLOR #E0EFC1

HEX: #E0EFC1
RGB: (224,239,193)

Color info

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

RGB color model

#E0EFC1 color RGB value is (224,239,193).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 193 of 255 = 76%

224
239
193

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

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 193 = 656 (100%)
R 224 of 656 ~ 34.15%
G 239 of 656 ~ 36.43%
B 193 of 656 ~ 29.42%

%34.15
%36.43
%29.42

CMYK color model

#E0EFC1 color CMYK value is (6,0,19,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(6,0,19,6)
C6M0Y19K6 
(6%,0%,19%,6%)
(0.06/0.00/0.19/0.06)	

CMYK percentages

%6.28
%0
%19.25
%6.27

Codes

Color #E0EFC1 in popluar color models

E0EFC1
RGB224239193
HSL80°58.97%84.71%
HSB/HSV80°19.25%93.73%
CMYK6.28%0.00%19.25%
6.27%

Color #E0EFC1 in popluar number systems.

HEXE0EFC1
Decimal224239193
Binary111000001110111111000001
Octal340357301

Shades and tints

Shades of #E0EFC1

#E0EFC1
(224,239,193)
#CCDAB0
(204,218,176)
#B8C59F
(184,197,159)
#A4B08E
(164,176,142)
#909B7D
(144,155,125)
#7C866C
(124,134,108)
#68715B
(104,113,91)
#545C4A
(84,92,74)
#404739
(64,71,57)
#2C3228
(44,50,40)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #E0EFC1

#E0EFC1
(224,239,193)
#E2F0C6
(226,240,198)
#E4F1CB
(228,241,203)
#E6F2D0
(230,242,208)
#E8F3D5
(232,243,213)
#EAF4DA
(234,244,218)
#ECF5DF
(236,245,223)
#EEF6E4
(238,246,228)
#F0F7E9
(240,247,233)
#F2F8EE
(242,248,238)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFC1; }

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

This text font color is #E0EFC1.


Background Color

.myBgColor { background-color: #E0EFC1; }

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

This div background color is #E0EFC1.


Border color

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

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

This div border color is #E0EFC1.


Opacity

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

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

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

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

This text has shadow with #E0EFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFC1 on black background.


Color preview on white background

This text has color #E0EFC1 on white background.



Black color preview on #E0EFC1 background

This text has black color on #E0EFC1 background.


White color preview on #E0EFC1 background

This text has white color on #E0EFC1 background.