COLOR #E3FDDA

HEX: #E3FDDA
RGB: (227,253,218)

Color info

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

RGB color model

#E3FDDA color RGB value is (227,253,218).

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

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 218 of 255 = 85%

227
253
218

R + G + B ~ 91%. #E3FDDA is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 253 + 218 = 698 (100%)
R 227 of 698 ~ 32.52%
G 253 of 698 ~ 36.25%
B 218 of 698 ~ 31.23%

%32.52
%36.25
%31.23

CMYK color model

#E3FDDA color CMYK value is (10,0,14,1).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 0.78%
CMYK:
(10,0,14,1)
C10M0Y14K1 
(10%,0%,14%,1%)
(0.10/0.00/0.14/0.01)	

CMYK percentages

%10.28
%0
%13.83
%0.78

Codes

Color #E3FDDA in popluar color models

E3FDDA
RGB227253218
HSL105°89.74%92.35%
HSB/HSV105°13.83%99.22%
CMYK10.28%0.00%13.83%
0.78%

Color #E3FDDA in popluar number systems.

HEXE3FDDA
Decimal227253218
Binary111000111111110111011010
Octal343375332

Shades and tints

Shades of #E3FDDA

#E3FDDA
(227,253,218)
#CFE6C7
(207,230,199)
#BBCFB4
(187,207,180)
#A7B8A1
(167,184,161)
#93A18E
(147,161,142)
#7F8A7B
(127,138,123)
#6B7368
(107,115,104)
#575C55
(87,92,85)
#434542
(67,69,66)
#2F2E2F
(47,46,47)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #E3FDDA

#E3FDDA
(227,253,218)
#E5FDDD
(229,253,221)
#E7FDE0
(231,253,224)
#E9FDE3
(233,253,227)
#EBFDE6
(235,253,230)
#EDFDE9
(237,253,233)
#EFFDEC
(239,253,236)
#F1FDEF
(241,253,239)
#F3FDF2
(243,253,242)
#F5FDF5
(245,253,245)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FDDA; }

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

This text font color is #E3FDDA.


Background Color

.myBgColor { background-color: #E3FDDA; }

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

This div background color is #E3FDDA.


Border color

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

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

This div border color is #E3FDDA.


Opacity

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

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

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

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

This text has shadow with #E3FDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FDDA on black background.


Color preview on white background

This text has color #E3FDDA on white background.



Black color preview on #E3FDDA background

This text has black color on #E3FDDA background.


White color preview on #E3FDDA background

This text has white color on #E3FDDA background.