COLOR #ECF8C5

HEX: #ECF8C5
RGB: (236,248,197)

Color info

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

RGB color model

#ECF8C5 color RGB value is (236,248,197).

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

RGB channels and saturation

R 236 of 255 = 93%
G 248 of 255 = 97%
B 197 of 255 = 77%

236
248
197

R + G + B ~ 89%. #ECF8C5 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 248 + 197 = 681 (100%)
R 236 of 681 ~ 34.65%
G 248 of 681 ~ 36.42%
B 197 of 681 ~ 28.93%

%34.65
%36.42
%28.93

CMYK color model

#ECF8C5 color CMYK value is (5,0,21,3).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 2.75%
CMYK:
(5,0,21,3)
C5M0Y21K3 
(5%,0%,21%,3%)
(0.05/0.00/0.21/0.03)	

CMYK percentages

%4.84
%0
%20.56
%2.75

Codes

Color #ECF8C5 in popluar color models

ECF8C5
RGB236248197
HSL74°78.46%87.25%
HSB/HSV74°20.56%97.25%
CMYK4.84%0.00%20.56%
2.75%

Color #ECF8C5 in popluar number systems.

HEXECF8C5
Decimal236248197
Binary111011001111100011000101
Octal354370305

Shades and tints

Shades of #ECF8C5

#ECF8C5
(236,248,197)
#D7E2B4
(215,226,180)
#C2CCA3
(194,204,163)
#ADB692
(173,182,146)
#98A081
(152,160,129)
#838A70
(131,138,112)
#6E745F
(110,116,95)
#595E4E
(89,94,78)
#44483D
(68,72,61)
#2F322C
(47,50,44)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #ECF8C5

#ECF8C5
(236,248,197)
#EDF8CA
(237,248,202)
#EEF8CF
(238,248,207)
#EFF8D4
(239,248,212)
#F0F8D9
(240,248,217)
#F1F8DE
(241,248,222)
#F2F8E3
(242,248,227)
#F3F8E8
(243,248,232)
#F4F8ED
(244,248,237)
#F5F8F2
(245,248,242)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF8C5; }

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

This text font color is #ECF8C5.


Background Color

.myBgColor { background-color: #ECF8C5; }

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

This div background color is #ECF8C5.


Border color

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

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

This div border color is #ECF8C5.


Opacity

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

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

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

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

This text has shadow with #ECF8C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF8C5 on black background.


Color preview on white background

This text has color #ECF8C5 on white background.



Black color preview on #ECF8C5 background

This text has black color on #ECF8C5 background.


White color preview on #ECF8C5 background

This text has white color on #ECF8C5 background.