COLOR #ECF0EE

HEX: #ECF0EE
RGB: (236,240,238)

Color info

#ECF0EE contains red, green and blue colors in about the same proportion. Web safe color of #ECF0EE is #FFFFFF (or #FFF).

RGB color model

#ECF0EE color RGB value is (236,240,238).

  • red value is 236;
  • green value is 240;
  • blue value is 238.
RGB:
(236,240,238)
(93%,94%,93%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 238 of 255 = 93%

236
240
238

R + G + B ~ 93%. #ECF0EE is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 240 + 238 = 714 (100%)
R 236 of 714 ~ 33.05%
G 240 of 714 ~ 33.61%
B 238 of 714 ~ 33.33%

%33.05
%33.61
%33.33

CMYK color model

#ECF0EE color CMYK value is (2,0,1,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(2,0,1,6)
C2M0Y1K6 
(2%,0%,1%,6%)
(0.02/0.00/0.01/0.06)	

CMYK percentages

%1.67
%0
%0.83
%5.88

Codes

Color #ECF0EE in popluar color models

ECF0EE
RGB236240238
HSL150°11.76%93.33%
HSB/HSV150°1.67%94.12%
CMYK1.67%0.00%0.83%
5.88%

Color #ECF0EE in popluar number systems.

HEXECF0EE
Decimal236240238
Binary111011001111000011101110
Octal354360356

Shades and tints

Shades of #ECF0EE

#ECF0EE
(236,240,238)
#D7DBD9
(215,219,217)
#C2C6C4
(194,198,196)
#ADB1AF
(173,177,175)
#989C9A
(152,156,154)
#838785
(131,135,133)
#6E7270
(110,114,112)
#595D5B
(89,93,91)
#444846
(68,72,70)
#2F3331
(47,51,49)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #ECF0EE

#ECF0EE
(236,240,238)
#EDF1EF
(237,241,239)
#EEF2F0
(238,242,240)
#EFF3F1
(239,243,241)
#F0F4F2
(240,244,242)
#F1F5F3
(241,245,243)
#F2F6F4
(242,246,244)
#F3F7F5
(243,247,245)
#F4F8F6
(244,248,246)
#F5F9F7
(245,249,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF0EE color. Also use rgb(236,240,238) instead hex code.

Text Font Color

.myTextColor { color: #ECF0EE; }

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

This text font color is #ECF0EE.


Background Color

.myBgColor { background-color: #ECF0EE; }

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

This div background color is #ECF0EE.


Border color

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

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

This div border color is #ECF0EE.


Opacity

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

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

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

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

This text has shadow with #ECF0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF0EE on black background.


Color preview on white background

This text has color #ECF0EE on white background.



Black color preview on #ECF0EE background

This text has black color on #ECF0EE background.


White color preview on #ECF0EE background

This text has white color on #ECF0EE background.