COLOR #ECF5C2

HEX: #ECF5C2
RGB: (236,245,194)

Color info

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

RGB color model

#ECF5C2 color RGB value is (236,245,194).

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

RGB channels and saturation

R 236 of 255 = 93%
G 245 of 255 = 96%
B 194 of 255 = 76%

236
245
194

R + G + B ~ 88%. #ECF5C2 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 245 + 194 = 675 (100%)
R 236 of 675 ~ 34.96%
G 245 of 675 ~ 36.3%
B 194 of 675 ~ 28.74%

%34.96
%36.3
%28.74

CMYK color model

#ECF5C2 color CMYK value is (4,0,21,4).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 20.82%
  • key color value is 3.92%
CMYK:
(4,0,21,4)
C4M0Y21K4 
(4%,0%,21%,4%)
(0.04/0.00/0.21/0.04)	

CMYK percentages

%3.67
%0
%20.82
%3.92

Codes

Color #ECF5C2 in popluar color models

ECF5C2
RGB236245194
HSL71°71.83%86.08%
HSB/HSV71°20.82%96.08%
CMYK3.67%0.00%20.82%
3.92%

Color #ECF5C2 in popluar number systems.

HEXECF5C2
Decimal236245194
Binary111011001111010111000010
Octal354365302

Shades and tints

Shades of #ECF5C2

#ECF5C2
(236,245,194)
#D7DFB1
(215,223,177)
#C2C9A0
(194,201,160)
#ADB38F
(173,179,143)
#989D7E
(152,157,126)
#83876D
(131,135,109)
#6E715C
(110,113,92)
#595B4B
(89,91,75)
#44453A
(68,69,58)
#2F2F29
(47,47,41)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #ECF5C2

#ECF5C2
(236,245,194)
#EDF5C7
(237,245,199)
#EEF5CC
(238,245,204)
#EFF5D1
(239,245,209)
#F0F5D6
(240,245,214)
#F1F5DB
(241,245,219)
#F2F5E0
(242,245,224)
#F3F5E5
(243,245,229)
#F4F5EA
(244,245,234)
#F5F5EF
(245,245,239)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF5C2; }

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

This text font color is #ECF5C2.


Background Color

.myBgColor { background-color: #ECF5C2; }

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

This div background color is #ECF5C2.


Border color

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

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

This div border color is #ECF5C2.


Opacity

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

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

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

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

This text has shadow with #ECF5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF5C2 on black background.


Color preview on white background

This text has color #ECF5C2 on white background.



Black color preview on #ECF5C2 background

This text has black color on #ECF5C2 background.


White color preview on #ECF5C2 background

This text has white color on #ECF5C2 background.