COLOR #ECF7CF

HEX: #ECF7CF
RGB: (236,247,207)

Color info

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

RGB color model

#ECF7CF color RGB value is (236,247,207).

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

RGB channels and saturation

R 236 of 255 = 93%
G 247 of 255 = 97%
B 207 of 255 = 81%

236
247
207

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

Portions of RGB colors in percentages

R + G + B =
236 + 247 + 207 = 690 (100%)
R 236 of 690 ~ 34.2%
G 247 of 690 ~ 35.8%
B 207 of 690 ~ 30%

%34.2
%35.8
%30

CMYK color model

#ECF7CF color CMYK value is (4,0,16,3).

  • cyan value is 4.45%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(4,0,16,3)
C4M0Y16K3 
(4%,0%,16%,3%)
(0.04/0.00/0.16/0.03)	

CMYK percentages

%4.45
%0
%16.19
%3.14

Codes

Color #ECF7CF in popluar color models

ECF7CF
RGB236247207
HSL77°71.43%89.02%
HSB/HSV77°16.19%96.86%
CMYK4.45%0.00%16.19%
3.14%

Color #ECF7CF in popluar number systems.

HEXECF7CF
Decimal236247207
Binary111011001111011111001111
Octal354367317

Shades and tints

Shades of #ECF7CF

#ECF7CF
(236,247,207)
#D7E1BD
(215,225,189)
#C2CBAB
(194,203,171)
#ADB599
(173,181,153)
#989F87
(152,159,135)
#838975
(131,137,117)
#6E7363
(110,115,99)
#595D51
(89,93,81)
#44473F
(68,71,63)
#2F312D
(47,49,45)
#1A1B1B
(26,27,27)
#000000
(0,0,0)

Tints of #ECF7CF

#ECF7CF
(236,247,207)
#EDF7D3
(237,247,211)
#EEF7D7
(238,247,215)
#EFF7DB
(239,247,219)
#F0F7DF
(240,247,223)
#F1F7E3
(241,247,227)
#F2F7E7
(242,247,231)
#F3F7EB
(243,247,235)
#F4F7EF
(244,247,239)
#F5F7F3
(245,247,243)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF7CF; }

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

This text font color is #ECF7CF.


Background Color

.myBgColor { background-color: #ECF7CF; }

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

This div background color is #ECF7CF.


Border color

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

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

This div border color is #ECF7CF.


Opacity

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

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

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

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

This text has shadow with #ECF7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF7CF on black background.


Color preview on white background

This text has color #ECF7CF on white background.



Black color preview on #ECF7CF background

This text has black color on #ECF7CF background.


White color preview on #ECF7CF background

This text has white color on #ECF7CF background.