COLOR #ECFDC8

HEX: #ECFDC8
RGB: (236,253,200)

Color info

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

RGB color model

#ECFDC8 color RGB value is (236,253,200).

  • red value is 236;
  • green value is 253;
  • blue value is 200.
RGB:
(236,253,200)
(93%,99%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 253 of 255 = 99%
B 200 of 255 = 78%

236
253
200

R + G + B ~ 90%. #ECFDC8 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 253 + 200 = 689 (100%)
R 236 of 689 ~ 34.25%
G 253 of 689 ~ 36.72%
B 200 of 689 ~ 29.03%

%34.25
%36.72
%29.03

CMYK color model

#ECFDC8 color CMYK value is (7,0,21,1).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(7,0,21,1)
C7M0Y21K1 
(7%,0%,21%,1%)
(0.07/0.00/0.21/0.01)	

CMYK percentages

%6.72
%0
%20.95
%0.78

Codes

Color #ECFDC8 in popluar color models

ECFDC8
RGB236253200
HSL79°92.98%88.82%
HSB/HSV79°20.95%99.22%
CMYK6.72%0.00%20.95%
0.78%

Color #ECFDC8 in popluar number systems.

HEXECFDC8
Decimal236253200
Binary111011001111110111001000
Octal354375310

Shades and tints

Shades of #ECFDC8

#ECFDC8
(236,253,200)
#D7E6B6
(215,230,182)
#C2CFA4
(194,207,164)
#ADB892
(173,184,146)
#98A180
(152,161,128)
#838A6E
(131,138,110)
#6E735C
(110,115,92)
#595C4A
(89,92,74)
#444538
(68,69,56)
#2F2E26
(47,46,38)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #ECFDC8

#ECFDC8
(236,253,200)
#EDFDCD
(237,253,205)
#EEFDD2
(238,253,210)
#EFFDD7
(239,253,215)
#F0FDDC
(240,253,220)
#F1FDE1
(241,253,225)
#F2FDE6
(242,253,230)
#F3FDEB
(243,253,235)
#F4FDF0
(244,253,240)
#F5FDF5
(245,253,245)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECFDC8 color. Also use rgb(236,253,200) instead hex code.

Text Font Color

.myTextColor { color: #ECFDC8; }

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

This text font color is #ECFDC8.


Background Color

.myBgColor { background-color: #ECFDC8; }

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

This div background color is #ECFDC8.


Border color

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

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

This div border color is #ECFDC8.


Opacity

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

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

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

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

This text has shadow with #ECFDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECFDC8 on black background.


Color preview on white background

This text has color #ECFDC8 on white background.



Black color preview on #ECFDC8 background

This text has black color on #ECFDC8 background.


White color preview on #ECFDC8 background

This text has white color on #ECFDC8 background.