COLOR #ECF8DD

HEX: #ECF8DD
RGB: (236,248,221)

Color info

#ECF8DD contains red, green and blue colors in about the same proportion. Web safe color of #ECF8DD is #FFFFCC (or #FFC).

RGB color model

#ECF8DD color RGB value is (236,248,221).

  • red value is 236;
  • green value is 248;
  • blue value is 221.
RGB:
(236,248,221)
(93%,97%,87%)

RGB channels and saturation

R 236 of 255 = 93%
G 248 of 255 = 97%
B 221 of 255 = 87%

236
248
221

R + G + B ~ 92%. #ECF8DD is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 248 + 221 = 705 (100%)
R 236 of 705 ~ 33.48%
G 248 of 705 ~ 35.18%
B 221 of 705 ~ 31.35%

%33.48
%35.18
%31.35

CMYK color model

#ECF8DD color CMYK value is (5,0,11,3).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 2.75%
CMYK:
(5,0,11,3)
C5M0Y11K3 
(5%,0%,11%,3%)
(0.05/0.00/0.11/0.03)	

CMYK percentages

%4.84
%0
%10.89
%2.75

Codes

Color #ECF8DD in popluar color models

ECF8DD
RGB236248221
HSL87°65.85%91.96%
HSB/HSV87°10.89%97.25%
CMYK4.84%0.00%10.89%
2.75%

Color #ECF8DD in popluar number systems.

HEXECF8DD
Decimal236248221
Binary111011001111100011011101
Octal354370335

Shades and tints

Shades of #ECF8DD

#ECF8DD
(236,248,221)
#D7E2C9
(215,226,201)
#C2CCB5
(194,204,181)
#ADB6A1
(173,182,161)
#98A08D
(152,160,141)
#838A79
(131,138,121)
#6E7465
(110,116,101)
#595E51
(89,94,81)
#44483D
(68,72,61)
#2F3229
(47,50,41)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #ECF8DD

#ECF8DD
(236,248,221)
#EDF8E0
(237,248,224)
#EEF8E3
(238,248,227)
#EFF8E6
(239,248,230)
#F0F8E9
(240,248,233)
#F1F8EC
(241,248,236)
#F2F8EF
(242,248,239)
#F3F8F2
(243,248,242)
#F4F8F5
(244,248,245)
#F5F8F8
(245,248,248)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF8DD color. Also use rgb(236,248,221) instead hex code.

Text Font Color

.myTextColor { color: #ECF8DD; }

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

This text font color is #ECF8DD.


Background Color

.myBgColor { background-color: #ECF8DD; }

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

This div background color is #ECF8DD.


Border color

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

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

This div border color is #ECF8DD.


Opacity

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

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

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

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

This text has shadow with #ECF8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF8DD on black background.


Color preview on white background

This text has color #ECF8DD on white background.



Black color preview on #ECF8DD background

This text has black color on #ECF8DD background.


White color preview on #ECF8DD background

This text has white color on #ECF8DD background.