COLOR #E0F693

HEX: #E0F693
RGB: (224,246,147)

Color info

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

RGB color model

#E0F693 color RGB value is (224,246,147).

  • red value is 224;
  • green value is 246;
  • blue value is 147.
RGB:
(224,246,147)
(88%,96%,58%)

RGB channels and saturation

R 224 of 255 = 88%
G 246 of 255 = 96%
B 147 of 255 = 58%

224
246
147

R + G + B ~ 81%. #E0F693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 246 + 147 = 617 (100%)
R 224 of 617 ~ 36.3%
G 246 of 617 ~ 39.87%
B 147 of 617 ~ 23.82%

%36.3
%39.87
%23.82

CMYK color model

#E0F693 color CMYK value is (9,0,40,4).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 3.53%
CMYK:
(9,0,40,4)
C9M0Y40K4 
(9%,0%,40%,4%)
(0.09/0.00/0.40/0.04)	

CMYK percentages

%8.94
%0
%40.24
%3.53

Codes

Color #E0F693 in popluar color models

E0F693
RGB224246147
HSL73°84.62%77.06%
HSB/HSV73°40.24%96.47%
CMYK8.94%0.00%40.24%
3.53%

Color #E0F693 in popluar number systems.

HEXE0F693
Decimal224246147
Binary111000001111011010010011
Octal340366223

Shades and tints

Shades of #E0F693

#E0F693
(224,246,147)
#CCE086
(204,224,134)
#B8CA79
(184,202,121)
#A4B46C
(164,180,108)
#909E5F
(144,158,95)
#7C8852
(124,136,82)
#687245
(104,114,69)
#545C38
(84,92,56)
#40462B
(64,70,43)
#2C301E
(44,48,30)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #E0F693

#E0F693
(224,246,147)
#E2F69C
(226,246,156)
#E4F6A5
(228,246,165)
#E6F6AE
(230,246,174)
#E8F6B7
(232,246,183)
#EAF6C0
(234,246,192)
#ECF6C9
(236,246,201)
#EEF6D2
(238,246,210)
#F0F6DB
(240,246,219)
#F2F6E4
(242,246,228)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F693 color. Also use rgb(224,246,147) instead hex code.

Text Font Color

.myTextColor { color: #E0F693; }

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

This text font color is #E0F693.


Background Color

.myBgColor { background-color: #E0F693; }

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

This div background color is #E0F693.


Border color

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

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

This div border color is #E0F693.


Opacity

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

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

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

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

This text has shadow with #E0F693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F693 on black background.


Color preview on white background

This text has color #E0F693 on white background.



Black color preview on #E0F693 background

This text has black color on #E0F693 background.


White color preview on #E0F693 background

This text has white color on #E0F693 background.