COLOR #E9FDC1

HEX: #E9FDC1
RGB: (233,253,193)

Color info

#E9FDC1 contains mainly red and green colors. Web safe color of #E9FDC1 is #FFFFCC (or #FFC).

RGB color model

#E9FDC1 color RGB value is (233,253,193).

  • red value is 233;
  • green value is 253;
  • blue value is 193.
RGB:
(233,253,193)
(91%,99%,76%)

RGB channels and saturation

R 233 of 255 = 91%
G 253 of 255 = 99%
B 193 of 255 = 76%

233
253
193

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

Portions of RGB colors in percentages

R + G + B =
233 + 253 + 193 = 679 (100%)
R 233 of 679 ~ 34.32%
G 253 of 679 ~ 37.26%
B 193 of 679 ~ 28.42%

%34.32
%37.26
%28.42

CMYK color model

#E9FDC1 color CMYK value is (8,0,24,1).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 0.78%
CMYK:
(8,0,24,1)
C8M0Y24K1 
(8%,0%,24%,1%)
(0.08/0.00/0.24/0.01)	

CMYK percentages

%7.91
%0
%23.72
%0.78

Codes

Color #E9FDC1 in popluar color models

E9FDC1
RGB233253193
HSL80°93.75%87.45%
HSB/HSV80°23.72%99.22%
CMYK7.91%0.00%23.72%
0.78%

Color #E9FDC1 in popluar number systems.

HEXE9FDC1
Decimal233253193
Binary111010011111110111000001
Octal351375301

Shades and tints

Shades of #E9FDC1

#E9FDC1
(233,253,193)
#D4E6B0
(212,230,176)
#BFCF9F
(191,207,159)
#AAB88E
(170,184,142)
#95A17D
(149,161,125)
#808A6C
(128,138,108)
#6B735B
(107,115,91)
#565C4A
(86,92,74)
#414539
(65,69,57)
#2C2E28
(44,46,40)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #E9FDC1

#E9FDC1
(233,253,193)
#EBFDC6
(235,253,198)
#EDFDCB
(237,253,203)
#EFFDD0
(239,253,208)
#F1FDD5
(241,253,213)
#F3FDDA
(243,253,218)
#F5FDDF
(245,253,223)
#F7FDE4
(247,253,228)
#F9FDE9
(249,253,233)
#FBFDEE
(251,253,238)
#FDFDF3
(253,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FDC1 color. Also use rgb(233,253,193) instead hex code.

Text Font Color

.myTextColor { color: #E9FDC1; }

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

This text font color is #E9FDC1.


Background Color

.myBgColor { background-color: #E9FDC1; }

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

This div background color is #E9FDC1.


Border color

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

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

This div border color is #E9FDC1.


Opacity

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

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

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

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

This text has shadow with #E9FDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FDC1 on black background.


Color preview on white background

This text has color #E9FDC1 on white background.



Black color preview on #E9FDC1 background

This text has black color on #E9FDC1 background.


White color preview on #E9FDC1 background

This text has white color on #E9FDC1 background.