COLOR #ECF0A6

HEX: #ECF0A6
RGB: (236,240,166)

Color info

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

RGB color model

#ECF0A6 color RGB value is (236,240,166).

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

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 166 of 255 = 65%

236
240
166

R + G + B ~ 84%. #ECF0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 240 + 166 = 642 (100%)
R 236 of 642 ~ 36.76%
G 240 of 642 ~ 37.38%
B 166 of 642 ~ 25.86%

%36.76
%37.38
%25.86

CMYK color model

#ECF0A6 color CMYK value is (2,0,31,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 5.88%
CMYK:
(2,0,31,6)
C2M0Y31K6 
(2%,0%,31%,6%)
(0.02/0.00/0.31/0.06)	

CMYK percentages

%1.67
%0
%30.83
%5.88

Codes

Color #ECF0A6 in popluar color models

ECF0A6
RGB236240166
HSL63°71.15%79.61%
HSB/HSV63°30.83%94.12%
CMYK1.67%0.00%30.83%
5.88%

Color #ECF0A6 in popluar number systems.

HEXECF0A6
Decimal236240166
Binary111011001111000010100110
Octal354360246

Shades and tints

Shades of #ECF0A6

#ECF0A6
(236,240,166)
#D7DB97
(215,219,151)
#C2C688
(194,198,136)
#ADB179
(173,177,121)
#989C6A
(152,156,106)
#83875B
(131,135,91)
#6E724C
(110,114,76)
#595D3D
(89,93,61)
#44482E
(68,72,46)
#2F331F
(47,51,31)
#1A1E10
(26,30,16)
#000000
(0,0,0)

Tints of #ECF0A6

#ECF0A6
(236,240,166)
#EDF1AE
(237,241,174)
#EEF2B6
(238,242,182)
#EFF3BE
(239,243,190)
#F0F4C6
(240,244,198)
#F1F5CE
(241,245,206)
#F2F6D6
(242,246,214)
#F3F7DE
(243,247,222)
#F4F8E6
(244,248,230)
#F5F9EE
(245,249,238)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0A6; }

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

This text font color is #ECF0A6.


Background Color

.myBgColor { background-color: #ECF0A6; }

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

This div background color is #ECF0A6.


Border color

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

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

This div border color is #ECF0A6.


Opacity

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

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

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

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

This text has shadow with #ECF0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF0A6 on black background.


Color preview on white background

This text has color #ECF0A6 on white background.



Black color preview on #ECF0A6 background

This text has black color on #ECF0A6 background.


White color preview on #ECF0A6 background

This text has white color on #ECF0A6 background.