COLOR #ECF1EE

HEX: #ECF1EE RGB: (236,241,238)

Color info

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

RGB color model

#ECF1EE color RGB value is (236,241,238).

RGB: (236,241,238) (93%, 95%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 241 of 255 = 95%
B 238 of 255 = 93%

236
241
238

R + G + B ~ 94%. #ECF1EE is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 241 + 238 = 715 (100%)
R 236 of 715 ~ 33.01%
G 241 of 715 ~ 33.71%
B 238 of 715 ~ 33.29'%

%33.01
%33.71
%33.29

CMYK color model

#ECF1EE color CMYK value is (2,0,1,5).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.49%

CMYK: (2,0,1,5)
C2M0Y1K5 (2%, 0%, 1%, 5%)
(0.02 / 0.00 / 0.01 / 0.05)

CMYK percentages

%2.07
%0
%1.24
%5.49

Codes

Color #ECF1EE in popluar color models

EC F1 EE
RGB 236 241 238
HSL 144° 15.15% 93.53%
HSB/HSV 144° 2.07% 94.51%
CMYK 2.07% 0.00% 1.24%
5.49%

Color #ECF1EE in popluar number systems.

HEX EC F1 EE
Decimal 236 241 238
Binary 11101100 11110001 11101110
Octal 354 361 356

Shades and tints

Shades of #ECF1EE

#ECF1EE
(236,241,238)
#D7DCD9
(215,220,217)
#C2C7C4
(194,199,196)
#ADB2AF
(173,178,175)
#989D9A
(152,157,154)
#838885
(131,136,133)
#6E7370
(110,115,112)
#595E5B
(89,94,91)
#444946
(68,73,70)
#2F3431
(47,52,49)
#1A1F1C
(26,31,28)
#000000
(0,0,0)

Tints of #ECF1EE

#ECF1EE
(236,241,238)
#EDF2EF
(237,242,239)
#EEF3F0
(238,243,240)
#EFF4F1
(239,244,241)
#F0F5F2
(240,245,242)
#F1F6F3
(241,246,243)
#F2F7F4
(242,247,244)
#F3F8F5
(243,248,245)
#F4F9F6
(244,249,246)
#F5FAF7
(245,250,247)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF1EE; }

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

This text font color is #ECF1EE.

Background Color

.myBgColor { background-color: #ECF1EE; }

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

This div background color is #ECF1EE.

Border color

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

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

This div border color is #ECF1EE.

Opacity

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

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

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

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

This text has shadow with #ECF1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF1EE.

Preview

Color preview on black background

This text has color #ECF1EE on black background.


Color preview on white background

This text has color #ECF1EE on white background.


Black color preview on #ECF1EE background

This text has black color on #ECF1EE background.


White color preview on #ECF1EE background

This text has white color on #ECF1EE background.


Related colors

Complementary color

Complementary color for #hex is #130E11.


I love getcolorcode.com

Triadic colors

1 #EEECF1 and #F1EEEC with #ECF1EE are triadic colors.

2 #EEF1EC and #F1ECEE with #ECF1EE are triadic colors.