COLOR #E1F9CD

HEX: #E1F9CD
RGB: (225,249,205)

Color info

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

RGB color model

#E1F9CD color RGB value is (225,249,205).

  • red value is 225;
  • green value is 249;
  • blue value is 205.
RGB:
(225,249,205)
(88%,98%,80%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 205 of 255 = 80%

225
249
205

R + G + B ~ 89%. #E1F9CD is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 205 = 679 (100%)
R 225 of 679 ~ 33.14%
G 249 of 679 ~ 36.67%
B 205 of 679 ~ 30.19%

%33.14
%36.67
%30.19

CMYK color model

#E1F9CD color CMYK value is (10,0,18,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 2.35%
CMYK:
(10,0,18,2)
C10M0Y18K2 
(10%,0%,18%,2%)
(0.10/0.00/0.18/0.02)	

CMYK percentages

%9.64
%0
%17.67
%2.35

Codes

Color #E1F9CD in popluar color models

E1F9CD
RGB225249205
HSL93°78.57%89.02%
HSB/HSV93°17.67%97.65%
CMYK9.64%0.00%17.67%
2.35%

Color #E1F9CD in popluar number systems.

HEXE1F9CD
Decimal225249205
Binary111000011111100111001101
Octal341371315

Shades and tints

Shades of #E1F9CD

#E1F9CD
(225,249,205)
#CDE3BB
(205,227,187)
#B9CDA9
(185,205,169)
#A5B797
(165,183,151)
#91A185
(145,161,133)
#7D8B73
(125,139,115)
#697561
(105,117,97)
#555F4F
(85,95,79)
#41493D
(65,73,61)
#2D332B
(45,51,43)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #E1F9CD

#E1F9CD
(225,249,205)
#E3F9D1
(227,249,209)
#E5F9D5
(229,249,213)
#E7F9D9
(231,249,217)
#E9F9DD
(233,249,221)
#EBF9E1
(235,249,225)
#EDF9E5
(237,249,229)
#EFF9E9
(239,249,233)
#F1F9ED
(241,249,237)
#F3F9F1
(243,249,241)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F9CD color. Also use rgb(225,249,205) instead hex code.

Text Font Color

.myTextColor { color: #E1F9CD; }

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

This text font color is #E1F9CD.


Background Color

.myBgColor { background-color: #E1F9CD; }

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

This div background color is #E1F9CD.


Border color

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

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

This div border color is #E1F9CD.


Opacity

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

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

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

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

This text has shadow with #E1F9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F9CD on black background.


Color preview on white background

This text has color #E1F9CD on white background.



Black color preview on #E1F9CD background

This text has black color on #E1F9CD background.


White color preview on #E1F9CD background

This text has white color on #E1F9CD background.