COLOR #EBEFED

HEX: #EBEFED
RGB: (235,239,237)

Color info

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

RGB color model

#EBEFED color RGB value is (235,239,237).

  • red value is 235;
  • green value is 239;
  • blue value is 237.
RGB:
(235,239,237)
(92%,94%,93%)

RGB channels and saturation

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

235
239
237

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

Portions of RGB colors in percentages

R + G + B =
235 + 239 + 237 = 711 (100%)
R 235 of 711 ~ 33.05%
G 239 of 711 ~ 33.61%
B 237 of 711 ~ 33.33%

%33.05
%33.61
%33.33

CMYK color model

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

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

CMYK percentages

%1.67
%0
%0.84
%6.27

Codes

Color #EBEFED in popluar color models

EBEFED
RGB235239237
HSL150°11.11%92.94%
HSB/HSV150°1.67%93.73%
CMYK1.67%0.00%0.84%
6.27%

Color #EBEFED in popluar number systems.

HEXEBEFED
Decimal235239237
Binary111010111110111111101101
Octal353357355

Shades and tints

Shades of #EBEFED

#EBEFED
(235,239,237)
#D6DAD8
(214,218,216)
#C1C5C3
(193,197,195)
#ACB0AE
(172,176,174)
#979B99
(151,155,153)
#828684
(130,134,132)
#6D716F
(109,113,111)
#585C5A
(88,92,90)
#434745
(67,71,69)
#2E3230
(46,50,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #EBEFED

#EBEFED
(235,239,237)
#ECF0EE
(236,240,238)
#EDF1EF
(237,241,239)
#EEF2F0
(238,242,240)
#EFF3F1
(239,243,241)
#F0F4F2
(240,244,242)
#F1F5F3
(241,245,243)
#F2F6F4
(242,246,244)
#F3F7F5
(243,247,245)
#F4F8F6
(244,248,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEFED; }

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

This text font color is #EBEFED.


Background Color

.myBgColor { background-color: #EBEFED; }

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

This div background color is #EBEFED.


Border color

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

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

This div border color is #EBEFED.


Opacity

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

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

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

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

This text has shadow with #EBEFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEFED on black background.


Color preview on white background

This text has color #EBEFED on white background.



Black color preview on #EBEFED background

This text has black color on #EBEFED background.


White color preview on #EBEFED background

This text has white color on #EBEFED background.