COLOR #ECF1C7

HEX: #ECF1C7
RGB: (236,241,199)

Color info

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

RGB color model

#ECF1C7 color RGB value is (236,241,199).

  • red value is 236;
  • green value is 241;
  • blue value is 199.
RGB:
(236,241,199)
(93%,95%,78%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 199 of 255 = 78%

236
241
199

R + G + B ~ 89%. #ECF1C7 is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 241 + 199 = 676 (100%)
R 236 of 676 ~ 34.91%
G 241 of 676 ~ 35.65%
B 199 of 676 ~ 29.44%

%34.91
%35.65
%29.44

CMYK color model

#ECF1C7 color CMYK value is (2,0,17,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 5.49%
CMYK:
(2,0,17,5)
C2M0Y17K5 
(2%,0%,17%,5%)
(0.02/0.00/0.17/0.05)	

CMYK percentages

%2.07
%0
%17.43
%5.49

Codes

Color #ECF1C7 in popluar color models

ECF1C7
RGB236241199
HSL67°60.00%86.27%
HSB/HSV67°17.43%94.51%
CMYK2.07%0.00%17.43%
5.49%

Color #ECF1C7 in popluar number systems.

HEXECF1C7
Decimal236241199
Binary111011001111000111000111
Octal354361307

Shades and tints

Shades of #ECF1C7

#ECF1C7
(236,241,199)
#D7DCB5
(215,220,181)
#C2C7A3
(194,199,163)
#ADB291
(173,178,145)
#989D7F
(152,157,127)
#83886D
(131,136,109)
#6E735B
(110,115,91)
#595E49
(89,94,73)
#444937
(68,73,55)
#2F3425
(47,52,37)
#1A1F13
(26,31,19)
#000000
(0,0,0)

Tints of #ECF1C7

#ECF1C7
(236,241,199)
#EDF2CC
(237,242,204)
#EEF3D1
(238,243,209)
#EFF4D6
(239,244,214)
#F0F5DB
(240,245,219)
#F1F6E0
(241,246,224)
#F2F7E5
(242,247,229)
#F3F8EA
(243,248,234)
#F4F9EF
(244,249,239)
#F5FAF4
(245,250,244)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF1C7 color. Also use rgb(236,241,199) instead hex code.

Text Font Color

.myTextColor { color: #ECF1C7; }

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

This text font color is #ECF1C7.


Background Color

.myBgColor { background-color: #ECF1C7; }

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

This div background color is #ECF1C7.


Border color

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

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

This div border color is #ECF1C7.


Opacity

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

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

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

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

This text has shadow with #ECF1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF1C7 on black background.


Color preview on white background

This text has color #ECF1C7 on white background.



Black color preview on #ECF1C7 background

This text has black color on #ECF1C7 background.


White color preview on #ECF1C7 background

This text has white color on #ECF1C7 background.