COLOR #E3FDDB

HEX: #E3FDDB
RGB: (227,253,219)

Color info

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

RGB color model

#E3FDDB color RGB value is (227,253,219).

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

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 219 of 255 = 86%

227
253
219

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

Portions of RGB colors in percentages

R + G + B =
227 + 253 + 219 = 699 (100%)
R 227 of 699 ~ 32.47%
G 253 of 699 ~ 36.19%
B 219 of 699 ~ 31.33%

%32.47
%36.19
%31.33

CMYK color model

#E3FDDB color CMYK value is (10,0,13,1).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(10,0,13,1)
C10M0Y13K1 
(10%,0%,13%,1%)
(0.10/0.00/0.13/0.01)	

CMYK percentages

%10.28
%0
%13.44
%0.78

Codes

Color #E3FDDB in popluar color models

E3FDDB
RGB227253219
HSL106°89.47%92.55%
HSB/HSV106°13.44%99.22%
CMYK10.28%0.00%13.44%
0.78%

Color #E3FDDB in popluar number systems.

HEXE3FDDB
Decimal227253219
Binary111000111111110111011011
Octal343375333

Shades and tints

Shades of #E3FDDB

#E3FDDB
(227,253,219)
#CFE6C8
(207,230,200)
#BBCFB5
(187,207,181)
#A7B8A2
(167,184,162)
#93A18F
(147,161,143)
#7F8A7C
(127,138,124)
#6B7369
(107,115,105)
#575C56
(87,92,86)
#434543
(67,69,67)
#2F2E30
(47,46,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #E3FDDB

#E3FDDB
(227,253,219)
#E5FDDE
(229,253,222)
#E7FDE1
(231,253,225)
#E9FDE4
(233,253,228)
#EBFDE7
(235,253,231)
#EDFDEA
(237,253,234)
#EFFDED
(239,253,237)
#F1FDF0
(241,253,240)
#F3FDF3
(243,253,243)
#F5FDF6
(245,253,246)
#F7FDF9
(247,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FDDB; }

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

This text font color is #E3FDDB.


Background Color

.myBgColor { background-color: #E3FDDB; }

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

This div background color is #E3FDDB.


Border color

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

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

This div border color is #E3FDDB.


Opacity

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

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

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

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

This text has shadow with #E3FDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FDDB on black background.


Color preview on white background

This text has color #E3FDDB on white background.



Black color preview on #E3FDDB background

This text has black color on #E3FDDB background.


White color preview on #E3FDDB background

This text has white color on #E3FDDB background.