COLOR #EBECEF

HEX: #EBECEF RGB: (235,236,239)

Color info

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

RGB color model

#EBECEF color RGB value is (235,236,239).

RGB: (235,236,239) (92%, 93%, 94%)

RGB channels and saturation

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

235
236
239

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

Portions of RGB colors in percentages

R + G + B = 235 + 236 + 239 = 710 (100%)
R 235 of 710 ~ 33.1%
G 236 of 710 ~ 33.24%
B 239 of 710 ~ 33.66'%

%33.1
%33.24
%33.66

CMYK color model

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

  • cyan value is 1.67%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (2,1,0,6) C2M1Y0K6 (2%,1%,0%,6%) (0.02/0.01/0.00/0.06) 

CMYK percentages

%1.67
%1.26
%0
%6.27

Codes

Color #EBECEF in popluar color models

EB EC EF
RGB 235 236 239
HSL 225° 11.11% 92.94%
HSB/HSV 225° 1.67% 93.73%
CMYK 1.67% 1.26% 0.00%
6.27%

Color #EBECEF in popluar number systems.

HEX EB EC EF
Decimal 235 236 239
Binary 11101011 11101100 11101111
Octal 353 354 357

Shades and tints

Shades of #EBECEF

#EBECEF
(235,236,239)
#D6D7DA
(214,215,218)
#C1C2C5
(193,194,197)
#ACADB0
(172,173,176)
#97989B
(151,152,155)
#828386
(130,131,134)
#6D6E71
(109,110,113)
#58595C
(88,89,92)
#434447
(67,68,71)
#2E2F32
(46,47,50)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #EBECEF

#EBECEF
(235,236,239)
#ECEDF0
(236,237,240)
#EDEEF1
(237,238,241)
#EEEFF2
(238,239,242)
#EFF0F3
(239,240,243)
#F0F1F4
(240,241,244)
#F1F2F5
(241,242,245)
#F2F3F6
(242,243,246)
#F3F4F7
(243,244,247)
#F4F5F8
(244,245,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECEF; }

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

This text font color is #EBECEF.

Background Color

.myBgColor { background-color: #EBECEF; }

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

This div background color is #EBECEF.

Border color

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

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

This div border color is #EBECEF.

Opacity

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

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

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

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

This text has shadow with #EBECEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBECEF.

Preview

Color preview on black background

This text has color #EBECEF on black background.


Color preview on white background

This text has color #EBECEF on white background.


Black color preview on #EBECEF background

This text has black color on #EBECEF background.


White color preview on #EBECEF background

This text has white color on #EBECEF background.


Related colors

Complementary color

Complementary color for #hex is #141310.


I love getcolorcode.com

Triadic colors

1 #EFEBEC and #ECEFEB with #EBECEF are triadic colors.

2 #EFECEB and #ECEBEF with #EBECEF are triadic colors.