COLOR #ECF7CA

HEX: #ECF7CA
RGB: (236,247,202)

Color info

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

RGB color model

#ECF7CA color RGB value is (236,247,202).

  • red value is 236;
  • green value is 247;
  • blue value is 202.
RGB:
(236,247,202)
(93%,97%,79%)

RGB channels and saturation

R 236 of 255 = 93%
G 247 of 255 = 97%
B 202 of 255 = 79%

236
247
202

R + G + B ~ 90%. #ECF7CA is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 247 + 202 = 685 (100%)
R 236 of 685 ~ 34.45%
G 247 of 685 ~ 36.06%
B 202 of 685 ~ 29.49%

%34.45
%36.06
%29.49

CMYK color model

#ECF7CA color CMYK value is (4,0,18,3).

  • cyan value is 4.45%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 3.14%
CMYK:
(4,0,18,3)
C4M0Y18K3 
(4%,0%,18%,3%)
(0.04/0.00/0.18/0.03)	

CMYK percentages

%4.45
%0
%18.22
%3.14

Codes

Color #ECF7CA in popluar color models

ECF7CA
RGB236247202
HSL75°73.77%88.04%
HSB/HSV75°18.22%96.86%
CMYK4.45%0.00%18.22%
3.14%

Color #ECF7CA in popluar number systems.

HEXECF7CA
Decimal236247202
Binary111011001111011111001010
Octal354367312

Shades and tints

Shades of #ECF7CA

#ECF7CA
(236,247,202)
#D7E1B8
(215,225,184)
#C2CBA6
(194,203,166)
#ADB594
(173,181,148)
#989F82
(152,159,130)
#838970
(131,137,112)
#6E735E
(110,115,94)
#595D4C
(89,93,76)
#44473A
(68,71,58)
#2F3128
(47,49,40)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #ECF7CA

#ECF7CA
(236,247,202)
#EDF7CE
(237,247,206)
#EEF7D2
(238,247,210)
#EFF7D6
(239,247,214)
#F0F7DA
(240,247,218)
#F1F7DE
(241,247,222)
#F2F7E2
(242,247,226)
#F3F7E6
(243,247,230)
#F4F7EA
(244,247,234)
#F5F7EE
(245,247,238)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF7CA color. Also use rgb(236,247,202) instead hex code.

Text Font Color

.myTextColor { color: #ECF7CA; }

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

This text font color is #ECF7CA.


Background Color

.myBgColor { background-color: #ECF7CA; }

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

This div background color is #ECF7CA.


Border color

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

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

This div border color is #ECF7CA.


Opacity

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

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

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

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

This text has shadow with #ECF7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF7CA on black background.


Color preview on white background

This text has color #ECF7CA on white background.



Black color preview on #ECF7CA background

This text has black color on #ECF7CA background.


White color preview on #ECF7CA background

This text has white color on #ECF7CA background.