COLOR #ECECF0

HEX: #ECECF0 RGB: (236,236,240)

Color info

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

RGB color model

#ECECF0 color RGB value is (236,236,240).

RGB: (236,236,240) (93%, 93%, 94%)

RGB channels and saturation

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

236
236
240

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

Portions of RGB colors in percentages

R + G + B = 236 + 236 + 240 = 712 (100%)
R 236 of 712 ~ 33.15%
G 236 of 712 ~ 33.15%
B 240 of 712 ~ 33.71'%

%33.15
%33.15
%33.71

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 1.67%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (2,2,0,6)
C2M2Y0K6 (2%, 2%, 0%, 6%)
(0.02 / 0.02 / 0.00 / 0.06)

CMYK percentages

%1.67
%1.67
%0
%5.88

Codes

Color #ECECF0 in popluar color models

EC EC F0
RGB 236 236 240
HSL 240° 11.76% 93.33%
HSB/HSV 240° 1.67% 94.12%
CMYK 1.67% 1.67% 0.00%
5.88%

Color #ECECF0 in popluar number systems.

HEX EC EC F0
Decimal 236 236 240
Binary 11101100 11101100 11110000
Octal 354 354 360

Shades and tints

Shades of #ECECF0

#ECECF0
(236,236,240)
#D7D7DB
(215,215,219)
#C2C2C6
(194,194,198)
#ADADB1
(173,173,177)
#98989C
(152,152,156)
#838387
(131,131,135)
#6E6E72
(110,110,114)
#59595D
(89,89,93)
#444448
(68,68,72)
#2F2F33
(47,47,51)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #ECECF0

#ECECF0
(236,236,240)
#EDEDF1
(237,237,241)
#EEEEF2
(238,238,242)
#EFEFF3
(239,239,243)
#F0F0F4
(240,240,244)
#F1F1F5
(241,241,245)
#F2F2F6
(242,242,246)
#F3F3F7
(243,243,247)
#F4F4F8
(244,244,248)
#F5F5F9
(245,245,249)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECECF0; }

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

This text font color is #ECECF0.

Background Color

.myBgColor { background-color: #ECECF0; }

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

This div background color is #ECECF0.

Border color

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

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

This div border color is #ECECF0.

Opacity

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

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

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

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

This text has shadow with #ECECF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECECF0.

Preview

Color preview on black background

This text has color #ECECF0 on black background.


Color preview on white background

This text has color #ECECF0 on white background.


Black color preview on #ECECF0 background

This text has black color on #ECECF0 background.


White color preview on #ECECF0 background

This text has white color on #ECECF0 background.


Related colors

Complementary color

Complementary color for #hex is #13130F.


I love getcolorcode.com