COLOR #ECECF6

HEX: #ECECF6
RGB: (236,236,246)

Color info

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

RGB color model

#ECECF6 color RGB value is (236,236,246).

  • red value is 236;
  • green value is 236;
  • blue value is 246.
RGB:
(236,236,246)
(93%,93%,96%)

RGB channels and saturation

R 236 of 255 = 93%
G 236 of 255 = 93%
B 246 of 255 = 96%

236
236
246

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

Portions of RGB colors in percentages

R + G + B =
236 + 236 + 246 = 718 (100%)
R 236 of 718 ~ 32.87%
G 236 of 718 ~ 32.87%
B 246 of 718 ~ 34.26%

%32.87
%32.87
%34.26

CMYK color model

#ECECF6 color CMYK value is (4,4,0,4).

  • cyan value is 4.07%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(4,4,0,4)
C4M4Y0K4 
(4%,4%,0%,4%)
(0.04/0.04/0.00/0.04)	

CMYK percentages

%4.07
%4.07
%0
%3.53

Codes

Color #ECECF6 in popluar color models

ECECF6
RGB236236246
HSL240°35.71%94.51%
HSB/HSV240°4.07%96.47%
CMYK4.07%4.07%0.00%
3.53%

Color #ECECF6 in popluar number systems.

HEXECECF6
Decimal236236246
Binary111011001110110011110110
Octal354354366

Shades and tints

Shades of #ECECF6

#ECECF6
(236,236,246)
#D7D7E0
(215,215,224)
#C2C2CA
(194,194,202)
#ADADB4
(173,173,180)
#98989E
(152,152,158)
#838388
(131,131,136)
#6E6E72
(110,110,114)
#59595C
(89,89,92)
#444446
(68,68,70)
#2F2F30
(47,47,48)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #ECECF6

#ECECF6
(236,236,246)
#EDEDF6
(237,237,246)
#EEEEF6
(238,238,246)
#EFEFF6
(239,239,246)
#F0F0F6
(240,240,246)
#F1F1F6
(241,241,246)
#F2F2F6
(242,242,246)
#F3F3F6
(243,243,246)
#F4F4F6
(244,244,246)
#F5F5F6
(245,245,246)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECECF6; }

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

This text font color is #ECECF6.


Background Color

.myBgColor { background-color: #ECECF6; }

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

This div background color is #ECECF6.


Border color

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

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

This div border color is #ECECF6.


Opacity

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

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

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

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

This text has shadow with #ECECF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECECF6 on black background.


Color preview on white background

This text has color #ECECF6 on white background.



Black color preview on #ECECF6 background

This text has black color on #ECECF6 background.


White color preview on #ECECF6 background

This text has white color on #ECECF6 background.