COLOR #ECF0EB

HEX: #ECF0EB
RGB: (236,240,235)

Color info

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

RGB color model

#ECF0EB color RGB value is (236,240,235).

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

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 235 of 255 = 92%

236
240
235

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

Portions of RGB colors in percentages

R + G + B =
236 + 240 + 235 = 711 (100%)
R 236 of 711 ~ 33.19%
G 240 of 711 ~ 33.76%
B 235 of 711 ~ 33.05%

%33.19
%33.76
%33.05

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(2,0,2,6)
C2M0Y2K6 
(2%,0%,2%,6%)
(0.02/0.00/0.02/0.06)	

CMYK percentages

%1.67
%0
%2.08
%5.88

Codes

Color #ECF0EB in popluar color models

ECF0EB
RGB236240235
HSL108°14.29%93.14%
HSB/HSV108°2.08%94.12%
CMYK1.67%0.00%2.08%
5.88%

Color #ECF0EB in popluar number systems.

HEXECF0EB
Decimal236240235
Binary111011001111000011101011
Octal354360353

Shades and tints

Shades of #ECF0EB

#ECF0EB
(236,240,235)
#D7DBD6
(215,219,214)
#C2C6C1
(194,198,193)
#ADB1AC
(173,177,172)
#989C97
(152,156,151)
#838782
(131,135,130)
#6E726D
(110,114,109)
#595D58
(89,93,88)
#444843
(68,72,67)
#2F332E
(47,51,46)
#1A1E19
(26,30,25)
#000000
(0,0,0)

Tints of #ECF0EB

#ECF0EB
(236,240,235)
#EDF1EC
(237,241,236)
#EEF2ED
(238,242,237)
#EFF3EE
(239,243,238)
#F0F4EF
(240,244,239)
#F1F5F0
(241,245,240)
#F2F6F1
(242,246,241)
#F3F7F2
(243,247,242)
#F4F8F3
(244,248,243)
#F5F9F4
(245,249,244)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF0EB; }

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

This text font color is #ECF0EB.


Background Color

.myBgColor { background-color: #ECF0EB; }

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

This div background color is #ECF0EB.


Border color

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

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

This div border color is #ECF0EB.


Opacity

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

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

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

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

This text has shadow with #ECF0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF0EB on black background.


Color preview on white background

This text has color #ECF0EB on white background.



Black color preview on #ECF0EB background

This text has black color on #ECF0EB background.


White color preview on #ECF0EB background

This text has white color on #ECF0EB background.