COLOR #ECEBED

HEX: #ECEBED RGB: (236,235,237)

Color info

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

RGB color model

#ECEBED color RGB value is (236,235,237).

RGB: (236,235,237) (93%, 92%, 93%)

RGB channels and saturation

R 236 of 255 = 93%
G 235 of 255 = 92%
B 237 of 255 = 93%

236
235
237

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

Portions of RGB colors in percentages

R + G + B = 236 + 235 + 237 = 708 (100%)
R 236 of 708 ~ 33.33%
G 235 of 708 ~ 33.19%
B 237 of 708 ~ 33.47'%

%33.33
%33.19
%33.47

CMYK color model

#ECEBED color CMYK value is (0,1,0,7).

  • cyan value is 0.42%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (0,1,0,7)
C0M1Y0K7 (0%, 1%, 0%, 7%)
(0.00 / 0.01 / 0.00 / 0.07)

CMYK percentages

%0.42
%0.84
%0
%7.06

Codes

Color #ECEBED in popluar color models

EC EB ED
RGB 236 235 237
HSL 270° 5.26% 92.55%
HSB/HSV 270° 0.84% 92.94%
CMYK 0.42% 0.84% 0.00%
7.06%

Color #ECEBED in popluar number systems.

HEX EC EB ED
Decimal 236 235 237
Binary 11101100 11101011 11101101
Octal 354 353 355

Shades and tints

Shades of #ECEBED

#ECEBED
(236,235,237)
#D7D6D8
(215,214,216)
#C2C1C3
(194,193,195)
#ADACAE
(173,172,174)
#989799
(152,151,153)
#838284
(131,130,132)
#6E6D6F
(110,109,111)
#59585A
(89,88,90)
#444345
(68,67,69)
#2F2E30
(47,46,48)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #ECEBED

#ECEBED
(236,235,237)
#EDECEE
(237,236,238)
#EEEDEF
(238,237,239)
#EFEEF0
(239,238,240)
#F0EFF1
(240,239,241)
#F1F0F2
(241,240,242)
#F2F1F3
(242,241,243)
#F3F2F4
(243,242,244)
#F4F3F5
(244,243,245)
#F5F4F6
(245,244,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEBED; }

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

This text font color is #ECEBED.

Background Color

.myBgColor { background-color: #ECEBED; }

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

This div background color is #ECEBED.

Border color

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

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

This div border color is #ECEBED.

Opacity

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

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

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

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

This text has shadow with #ECEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEBED.

Preview

Color preview on black background

This text has color #ECEBED on black background.


Color preview on white background

This text has color #ECEBED on white background.


Black color preview on #ECEBED background

This text has black color on #ECEBED background.


White color preview on #ECEBED background

This text has white color on #ECEBED background.


Related colors

Complementary color

Complementary color for #hex is #131412.


I love getcolorcode.com

Triadic colors

1 #EDECEB and #EBEDEC with #ECEBED are triadic colors.

2 #EDEBEC and #EBECED with #ECEBED are triadic colors.