COLOR #ECEBF0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

236
235
240

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

Portions of RGB colors in percentages

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

%33.19
%33.05
%33.76

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 2.08%
  • 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
%2.08
%0
%5.88

Codes

Color #ECEBF0 in popluar color models

ECEBF0
RGB236235240
HSL252°14.29%93.14%
HSB/HSV252°2.08%94.12%
CMYK1.67%2.08%0.00%
5.88%

Color #ECEBF0 in popluar number systems.

HEXECEBF0
Decimal236235240
Binary111011001110101111110000
Octal354353360

Shades and tints

Shades of #ECEBF0

#ECEBF0
(236,235,240)
#D7D6DB
(215,214,219)
#C2C1C6
(194,193,198)
#ADACB1
(173,172,177)
#98979C
(152,151,156)
#838287
(131,130,135)
#6E6D72
(110,109,114)
#59585D
(89,88,93)
#444348
(68,67,72)
#2F2E33
(47,46,51)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #ECEBF0

#ECEBF0
(236,235,240)
#EDECF1
(237,236,241)
#EEEDF2
(238,237,242)
#EFEEF3
(239,238,243)
#F0EFF4
(240,239,244)
#F1F0F5
(241,240,245)
#F2F1F6
(242,241,246)
#F3F2F7
(243,242,247)
#F4F3F8
(244,243,248)
#F5F4F9
(245,244,249)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEBF0; }

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

This text font color is #ECEBF0.


Background Color

.myBgColor { background-color: #ECEBF0; }

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

This div background color is #ECEBF0.


Border color

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

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

This div border color is #ECEBF0.


Opacity

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

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

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

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

This text has shadow with #ECEBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEBF0 on black background.


Color preview on white background

This text has color #ECEBF0 on white background.



Black color preview on #ECEBF0 background

This text has black color on #ECEBF0 background.


White color preview on #ECEBF0 background

This text has white color on #ECEBF0 background.