COLOR #EBECF1

HEX: #EBECF1
RGB: (235,236,241)

Color info

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

RGB color model

#EBECF1 color RGB value is (235,236,241).

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

RGB channels and saturation

R 235 of 255 = 92%
G 236 of 255 = 93%
B 241 of 255 = 95%

235
236
241

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

Portions of RGB colors in percentages

R + G + B =
235 + 236 + 241 = 712 (100%)
R 235 of 712 ~ 33.01%
G 236 of 712 ~ 33.15%
B 241 of 712 ~ 33.85%

%33.01
%33.15
%33.85

CMYK color model

#EBECF1 color CMYK value is (2,2,0,5).

  • cyan value is 2.49%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,2,0,5)
C2M2Y0K5 
(2%,2%,0%,5%)
(0.02/0.02/0.00/0.05)	

CMYK percentages

%2.49
%2.07
%0
%5.49

Codes

Color #EBECF1 in popluar color models

EBECF1
RGB235236241
HSL230°17.65%93.33%
HSB/HSV230°2.49%94.51%
CMYK2.49%2.07%0.00%
5.49%

Color #EBECF1 in popluar number systems.

HEXEBECF1
Decimal235236241
Binary111010111110110011110001
Octal353354361

Shades and tints

Shades of #EBECF1

#EBECF1
(235,236,241)
#D6D7DC
(214,215,220)
#C1C2C7
(193,194,199)
#ACADB2
(172,173,178)
#97989D
(151,152,157)
#828388
(130,131,136)
#6D6E73
(109,110,115)
#58595E
(88,89,94)
#434449
(67,68,73)
#2E2F34
(46,47,52)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #EBECF1

#EBECF1
(235,236,241)
#ECEDF2
(236,237,242)
#EDEEF3
(237,238,243)
#EEEFF4
(238,239,244)
#EFF0F5
(239,240,245)
#F0F1F6
(240,241,246)
#F1F2F7
(241,242,247)
#F2F3F8
(242,243,248)
#F3F4F9
(243,244,249)
#F4F5FA
(244,245,250)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBECF1; }

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

This text font color is #EBECF1.


Background Color

.myBgColor { background-color: #EBECF1; }

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

This div background color is #EBECF1.


Border color

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

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

This div border color is #EBECF1.


Opacity

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

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

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

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

This text has shadow with #EBECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBECF1 on black background.


Color preview on white background

This text has color #EBECF1 on white background.



Black color preview on #EBECF1 background

This text has black color on #EBECF1 background.


White color preview on #EBECF1 background

This text has white color on #EBECF1 background.