COLOR #ECEDF6

HEX: #ECEDF6 RGB: (236,237,246)

Color info

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

RGB color model

#ECEDF6 color RGB value is (236,237,246).

RGB: (236,237,246) (93%, 93%, 96%)

RGB channels and saturation

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

236
237
246

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

Portions of RGB colors in percentages

R + G + B = 236 + 237 + 246 = 719 (100%)
R 236 of 719 ~ 32.82%
G 237 of 719 ~ 32.96%
B 246 of 719 ~ 34.21'%

%32.82
%32.96
%34.21

CMYK color model

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

  • cyan value is 4.07%
  • magenta value is 3.66%
  • 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
%3.66
%0
%3.53

Codes

Color #ECEDF6 in popluar color models

EC ED F6
RGB 236 237 246
HSL 234° 35.71% 94.51%
HSB/HSV 234° 4.07% 96.47%
CMYK 4.07% 3.66% 0.00%
3.53%

Color #ECEDF6 in popluar number systems.

HEX EC ED F6
Decimal 236 237 246
Binary 11101100 11101101 11110110
Octal 354 355 366

Shades and tints

Shades of #ECEDF6

#ECEDF6
(236,237,246)
#D7D8E0
(215,216,224)
#C2C3CA
(194,195,202)
#ADAEB4
(173,174,180)
#98999E
(152,153,158)
#838488
(131,132,136)
#6E6F72
(110,111,114)
#595A5C
(89,90,92)
#444546
(68,69,70)
#2F3030
(47,48,48)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #ECEDF6

#ECEDF6
(236,237,246)
#EDEEF6
(237,238,246)
#EEEFF6
(238,239,246)
#EFF0F6
(239,240,246)
#F0F1F6
(240,241,246)
#F1F2F6
(241,242,246)
#F2F3F6
(242,243,246)
#F3F4F6
(243,244,246)
#F4F5F6
(244,245,246)
#F5F6F6
(245,246,246)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEDF6; }

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

This text font color is #ECEDF6.

Background Color

.myBgColor { background-color: #ECEDF6; }

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

This div background color is #ECEDF6.

Border color

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

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

This div border color is #ECEDF6.

Opacity

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

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

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

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

This text has shadow with #ECEDF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEDF6.

Preview

Color preview on black background

This text has color #ECEDF6 on black background.


Color preview on white background

This text has color #ECEDF6 on white background.


Black color preview on #ECEDF6 background

This text has black color on #ECEDF6 background.


White color preview on #ECEDF6 background

This text has white color on #ECEDF6 background.


Related colors

Complementary color

Complementary color for #hex is #131209.


I love getcolorcode.com

Triadic colors

1 #F6ECED and #EDF6EC with #ECEDF6 are triadic colors.

2 #F6EDEC and #EDECF6 with #ECEDF6 are triadic colors.