COLOR #ECF5B0

HEX: #ECF5B0
RGB: (236,245,176)

Color info

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

RGB color model

#ECF5B0 color RGB value is (236,245,176).

  • red value is 236;
  • green value is 245;
  • blue value is 176.
RGB:
(236,245,176)
(93%,96%,69%)

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 176 of 255 = 69%

236
245
176

R + G + B ~ 86%. #ECF5B0 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 245 + 176 = 657 (100%)
R 236 of 657 ~ 35.92%
G 245 of 657 ~ 37.29%
B 176 of 657 ~ 26.79%

%35.92
%37.29
%26.79

CMYK color model

#ECF5B0 color CMYK value is (4,0,28,4).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 3.92%
CMYK:
(4,0,28,4)
C4M0Y28K4 
(4%,0%,28%,4%)
(0.04/0.00/0.28/0.04)	

CMYK percentages

%3.67
%0
%28.16
%3.92

Codes

Color #ECF5B0 in popluar color models

ECF5B0
RGB236245176
HSL68°77.53%82.55%
HSB/HSV68°28.16%96.08%
CMYK3.67%0.00%28.16%
3.92%

Color #ECF5B0 in popluar number systems.

HEXECF5B0
Decimal236245176
Binary111011001111010110110000
Octal354365260

Shades and tints

Shades of #ECF5B0

#ECF5B0
(236,245,176)
#D7DFA0
(215,223,160)
#C2C990
(194,201,144)
#ADB380
(173,179,128)
#989D70
(152,157,112)
#838760
(131,135,96)
#6E7150
(110,113,80)
#595B40
(89,91,64)
#444530
(68,69,48)
#2F2F20
(47,47,32)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #ECF5B0

#ECF5B0
(236,245,176)
#EDF5B7
(237,245,183)
#EEF5BE
(238,245,190)
#EFF5C5
(239,245,197)
#F0F5CC
(240,245,204)
#F1F5D3
(241,245,211)
#F2F5DA
(242,245,218)
#F3F5E1
(243,245,225)
#F4F5E8
(244,245,232)
#F5F5EF
(245,245,239)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF5B0 color. Also use rgb(236,245,176) instead hex code.

Text Font Color

.myTextColor { color: #ECF5B0; }

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

This text font color is #ECF5B0.


Background Color

.myBgColor { background-color: #ECF5B0; }

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

This div background color is #ECF5B0.


Border color

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

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

This div border color is #ECF5B0.


Opacity

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

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

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

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

This text has shadow with #ECF5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF5B0 on black background.


Color preview on white background

This text has color #ECF5B0 on white background.



Black color preview on #ECF5B0 background

This text has black color on #ECF5B0 background.


White color preview on #ECF5B0 background

This text has white color on #ECF5B0 background.