COLOR #E3FD98

HEX: #E3FD98
RGB: (227,253,152)

Color info

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

RGB color model

#E3FD98 color RGB value is (227,253,152).

  • red value is 227;
  • green value is 253;
  • blue value is 152.
RGB:
(227,253,152)
(89%,99%,60%)

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 152 of 255 = 60%

227
253
152

R + G + B ~ 83%. #E3FD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 253 + 152 = 632 (100%)
R 227 of 632 ~ 35.92%
G 253 of 632 ~ 40.03%
B 152 of 632 ~ 24.05%

%35.92
%40.03
%24.05

CMYK color model

#E3FD98 color CMYK value is (10,0,40,1).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 0.78%
CMYK:
(10,0,40,1)
C10M0Y40K1 
(10%,0%,40%,1%)
(0.10/0.00/0.40/0.01)	

CMYK percentages

%10.28
%0
%39.92
%0.78

Codes

Color #E3FD98 in popluar color models

E3FD98
RGB227253152
HSL75°96.19%79.41%
HSB/HSV75°39.92%99.22%
CMYK10.28%0.00%39.92%
0.78%

Color #E3FD98 in popluar number systems.

HEXE3FD98
Decimal227253152
Binary111000111111110110011000
Octal343375230

Shades and tints

Shades of #E3FD98

#E3FD98
(227,253,152)
#CFE68B
(207,230,139)
#BBCF7E
(187,207,126)
#A7B871
(167,184,113)
#93A164
(147,161,100)
#7F8A57
(127,138,87)
#6B734A
(107,115,74)
#575C3D
(87,92,61)
#434530
(67,69,48)
#2F2E23
(47,46,35)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #E3FD98

#E3FD98
(227,253,152)
#E5FDA1
(229,253,161)
#E7FDAA
(231,253,170)
#E9FDB3
(233,253,179)
#EBFDBC
(235,253,188)
#EDFDC5
(237,253,197)
#EFFDCE
(239,253,206)
#F1FDD7
(241,253,215)
#F3FDE0
(243,253,224)
#F5FDE9
(245,253,233)
#F7FDF2
(247,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FD98 color. Also use rgb(227,253,152) instead hex code.

Text Font Color

.myTextColor { color: #E3FD98; }

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

This text font color is #E3FD98.


Background Color

.myBgColor { background-color: #E3FD98; }

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

This div background color is #E3FD98.


Border color

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

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

This div border color is #E3FD98.


Opacity

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

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

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

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

This text has shadow with #E3FD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FD98 on black background.


Color preview on white background

This text has color #E3FD98 on white background.



Black color preview on #E3FD98 background

This text has black color on #E3FD98 background.


White color preview on #E3FD98 background

This text has white color on #E3FD98 background.