COLOR #ECF97C

HEX: #ECF97C
RGB: (236,249,124)

Color info

#ECF97C contains mainly red and green colors. Web safe color of #ECF97C is #FFFF66 (or #FF6).

RGB color model

#ECF97C color RGB value is (236,249,124).

  • red value is 236;
  • green value is 249;
  • blue value is 124.
RGB:
(236,249,124)
(93%,98%,49%)

RGB channels and saturation

R 236 of 255 = 93%
G 249 of 255 = 98%
B 124 of 255 = 49%

236
249
124

R + G + B ~ 80%. #ECF97C is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 249 + 124 = 609 (100%)
R 236 of 609 ~ 38.75%
G 249 of 609 ~ 40.89%
B 124 of 609 ~ 20.36%

%38.75
%40.89
%20.36

CMYK color model

#ECF97C color CMYK value is (5,0,50,2).

  • cyan value is 5.22%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 2.35%
CMYK:
(5,0,50,2)
C5M0Y50K2 
(5%,0%,50%,2%)
(0.05/0.00/0.50/0.02)	

CMYK percentages

%5.22
%0
%50.2
%2.35

Codes

Color #ECF97C in popluar color models

ECF97C
RGB236249124
HSL66°91.24%73.14%
HSB/HSV66°50.20%97.65%
CMYK5.22%0.00%50.20%
2.35%

Color #ECF97C in popluar number systems.

HEXECF97C
Decimal236249124
Binary11101100111110011111100
Octal354371174

Shades and tints

Shades of #ECF97C

#ECF97C
(236,249,124)
#D7E371
(215,227,113)
#C2CD66
(194,205,102)
#ADB75B
(173,183,91)
#98A150
(152,161,80)
#838B45
(131,139,69)
#6E753A
(110,117,58)
#595F2F
(89,95,47)
#444924
(68,73,36)
#2F3319
(47,51,25)
#1A1D0E
(26,29,14)
#000000
(0,0,0)

Tints of #ECF97C

#ECF97C
(236,249,124)
#EDF987
(237,249,135)
#EEF992
(238,249,146)
#EFF99D
(239,249,157)
#F0F9A8
(240,249,168)
#F1F9B3
(241,249,179)
#F2F9BE
(242,249,190)
#F3F9C9
(243,249,201)
#F4F9D4
(244,249,212)
#F5F9DF
(245,249,223)
#F6F9EA
(246,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF97C color. Also use rgb(236,249,124) instead hex code.

Text Font Color

.myTextColor { color: #ECF97C; }

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

This text font color is #ECF97C.


Background Color

.myBgColor { background-color: #ECF97C; }

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

This div background color is #ECF97C.


Border color

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

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

This div border color is #ECF97C.


Opacity

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

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

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

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

This text has shadow with #ECF97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF97C on black background.


Color preview on white background

This text has color #ECF97C on white background.



Black color preview on #ECF97C background

This text has black color on #ECF97C background.


White color preview on #ECF97C background

This text has white color on #ECF97C background.