COLOR #E3F9DD

HEX: #E3F9DD RGB: (227,249,221)

Color info

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

RGB color model

#E3F9DD color RGB value is (227,249,221).

RGB: (227,249,221) (89%, 98%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 249 of 255 = 98%
B 221 of 255 = 87%

227
249
221

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

Portions of RGB colors in percentages

R + G + B = 227 + 249 + 221 = 697 (100%)
R 227 of 697 ~ 32.57%
G 249 of 697 ~ 35.72%
B 221 of 697 ~ 31.71'%

%32.57
%35.72
%31.71

CMYK color model

#E3F9DD color CMYK value is (9,0,11,2).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (9,0,11,2)
C9M0Y11K2 (9%, 0%, 11%, 2%)
(0.09 / 0.00 / 0.11 / 0.02)

CMYK percentages

%8.84
%0
%11.24
%2.35

Codes

Color #E3F9DD in popluar color models

E3 F9 DD
RGB 227 249 221
HSL 107° 70.00% 92.16%
HSB/HSV 107° 11.24% 97.65%
CMYK 8.84% 0.00% 11.24%
2.35%

Color #E3F9DD in popluar number systems.

HEX E3 F9 DD
Decimal 227 249 221
Binary 11100011 11111001 11011101
Octal 343 371 335

Shades and tints

Shades of #E3F9DD

#E3F9DD
(227,249,221)
#CFE3C9
(207,227,201)
#BBCDB5
(187,205,181)
#A7B7A1
(167,183,161)
#93A18D
(147,161,141)
#7F8B79
(127,139,121)
#6B7565
(107,117,101)
#575F51
(87,95,81)
#43493D
(67,73,61)
#2F3329
(47,51,41)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #E3F9DD

#E3F9DD
(227,249,221)
#E5F9E0
(229,249,224)
#E7F9E3
(231,249,227)
#E9F9E6
(233,249,230)
#EBF9E9
(235,249,233)
#EDF9EC
(237,249,236)
#EFF9EF
(239,249,239)
#F1F9F2
(241,249,242)
#F3F9F5
(243,249,245)
#F5F9F8
(245,249,248)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F9DD color. Also use rgb(227,249,221) instead hex code.

Text Font Color

.myTextColor { color: #E3F9DD; }

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

This text font color is #E3F9DD.

Background Color

.myBgColor { background-color: #E3F9DD; }

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

This div background color is #E3F9DD.

Border color

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

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

This div border color is #E3F9DD.

Opacity

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

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

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

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

This text has shadow with #E3F9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3F9DD.

Preview

Color preview on black background

This text has color #E3F9DD on black background.


Color preview on white background

This text has color #E3F9DD on white background.


Black color preview on #E3F9DD background

This text has black color on #E3F9DD background.


White color preview on #E3F9DD background

This text has white color on #E3F9DD background.


Related colors

Complementary color

Complementary color for #hex is #1C0622.


I love getcolorcode.com

Triadic colors

1 #DDE3F9 and #F9DDE3 with #E3F9DD are triadic colors.

2 #DDF9E3 and #F9E3DD with #E3F9DD are triadic colors.