COLOR #ECF8A6

HEX: #ECF8A6
RGB: (236,248,166)

Color info

#ECF8A6 contains mainly red and green colors. Web safe color of #ECF8A6 is #FFFF99 (or #FF9).

RGB color model

#ECF8A6 color RGB value is (236,248,166).

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

RGB channels and saturation

R 236 of 255 = 93%
G 248 of 255 = 97%
B 166 of 255 = 65%

236
248
166

R + G + B ~ 85%. #ECF8A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 248 + 166 = 650 (100%)
R 236 of 650 ~ 36.31%
G 248 of 650 ~ 38.15%
B 166 of 650 ~ 25.54%

%36.31
%38.15
%25.54

CMYK color model

#ECF8A6 color CMYK value is (5,0,33,3).

  • cyan value is 4.84%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 2.75%
CMYK:
(5,0,33,3)
C5M0Y33K3 
(5%,0%,33%,3%)
(0.05/0.00/0.33/0.03)	

CMYK percentages

%4.84
%0
%33.06
%2.75

Codes

Color #ECF8A6 in popluar color models

ECF8A6
RGB236248166
HSL69°85.42%81.18%
HSB/HSV69°33.06%97.25%
CMYK4.84%0.00%33.06%
2.75%

Color #ECF8A6 in popluar number systems.

HEXECF8A6
Decimal236248166
Binary111011001111100010100110
Octal354370246

Shades and tints

Shades of #ECF8A6

#ECF8A6
(236,248,166)
#D7E297
(215,226,151)
#C2CC88
(194,204,136)
#ADB679
(173,182,121)
#98A06A
(152,160,106)
#838A5B
(131,138,91)
#6E744C
(110,116,76)
#595E3D
(89,94,61)
#44482E
(68,72,46)
#2F321F
(47,50,31)
#1A1C10
(26,28,16)
#000000
(0,0,0)

Tints of #ECF8A6

#ECF8A6
(236,248,166)
#EDF8AE
(237,248,174)
#EEF8B6
(238,248,182)
#EFF8BE
(239,248,190)
#F0F8C6
(240,248,198)
#F1F8CE
(241,248,206)
#F2F8D6
(242,248,214)
#F3F8DE
(243,248,222)
#F4F8E6
(244,248,230)
#F5F8EE
(245,248,238)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF8A6; }

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

This text font color is #ECF8A6.


Background Color

.myBgColor { background-color: #ECF8A6; }

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

This div background color is #ECF8A6.


Border color

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

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

This div border color is #ECF8A6.


Opacity

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

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

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

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

This text has shadow with #ECF8A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF8A6 on black background.


Color preview on white background

This text has color #ECF8A6 on white background.



Black color preview on #ECF8A6 background

This text has black color on #ECF8A6 background.


White color preview on #ECF8A6 background

This text has white color on #ECF8A6 background.