COLOR #E1F663

HEX: #E1F663
RGB: (225,246,99)

Color info

#E1F663 contains mainly red and green colors. Web safe color of #E1F663 is #CCFF66 (or #CF6).

RGB color model

#E1F663 color RGB value is (225,246,99).

  • red value is 225;
  • green value is 246;
  • blue value is 99.
RGB:
(225,246,99)
(88%,96%,39%)

RGB channels and saturation

R 225 of 255 = 88%
G 246 of 255 = 96%
B 99 of 255 = 39%

225
246
99

R + G + B ~ 74%. #E1F663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 246 + 99 = 570 (100%)
R 225 of 570 ~ 39.47%
G 246 of 570 ~ 43.16%
B 99 of 570 ~ 17.37%

%39.47
%43.16
%17.37

CMYK color model

#E1F663 color CMYK value is (9,0,60,4).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 59.76%
  • key color value is 3.53%
CMYK:
(9,0,60,4)
C9M0Y60K4 
(9%,0%,60%,4%)
(0.09/0.00/0.60/0.04)	

CMYK percentages

%8.54
%0
%59.76
%3.53

Codes

Color #E1F663 in popluar color models

E1F663
RGB22524699
HSL69°89.09%67.65%
HSB/HSV69°59.76%96.47%
CMYK8.54%0.00%59.76%
3.53%

Color #E1F663 in popluar number systems.

HEXE1F663
Decimal22524699
Binary11100001111101101100011
Octal341366143

Shades and tints

Shades of #E1F663

#E1F663
(225,246,99)
#CDE05A
(205,224,90)
#B9CA51
(185,202,81)
#A5B448
(165,180,72)
#919E3F
(145,158,63)
#7D8836
(125,136,54)
#69722D
(105,114,45)
#555C24
(85,92,36)
#41461B
(65,70,27)
#2D3012
(45,48,18)
#191A09
(25,26,9)
#000000
(0,0,0)

Tints of #E1F663

#E1F663
(225,246,99)
#E3F671
(227,246,113)
#E5F67F
(229,246,127)
#E7F68D
(231,246,141)
#E9F69B
(233,246,155)
#EBF6A9
(235,246,169)
#EDF6B7
(237,246,183)
#EFF6C5
(239,246,197)
#F1F6D3
(241,246,211)
#F3F6E1
(243,246,225)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F663 color. Also use rgb(225,246,99) instead hex code.

Text Font Color

.myTextColor { color: #E1F663; }

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

This text font color is #E1F663.


Background Color

.myBgColor { background-color: #E1F663; }

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

This div background color is #E1F663.


Border color

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

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

This div border color is #E1F663.


Opacity

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

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

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

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

This text has shadow with #E1F663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F663 on black background.


Color preview on white background

This text has color #E1F663 on white background.



Black color preview on #E1F663 background

This text has black color on #E1F663 background.


White color preview on #E1F663 background

This text has white color on #E1F663 background.