COLOR #EBEDED

HEX: #EBEDED
RGB: (235,237,237)

Color info

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

RGB color model

#EBEDED color RGB value is (235,237,237).

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

RGB channels and saturation

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

235
237
237

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

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 237 = 709 (100%)
R 235 of 709 ~ 33.15%
G 237 of 709 ~ 33.43%
B 237 of 709 ~ 33.43%

%33.15
%33.43
%33.43

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(1,0,0,7)
C1M0Y0K7 
(1%,0%,0%,7%)
(0.01/0.00/0.00/0.07)	

CMYK percentages

%0.84
%0
%0
%7.06

Codes

Color #EBEDED in popluar color models

EBEDED
RGB235237237
HSL180°5.26%92.55%
HSB/HSV180°0.84%92.94%
CMYK0.84%0.00%0.00%
7.06%

Color #EBEDED in popluar number systems.

HEXEBEDED
Decimal235237237
Binary111010111110110111101101
Octal353355355

Shades and tints

Shades of #EBEDED

#EBEDED
(235,237,237)
#D6D8D8
(214,216,216)
#C1C3C3
(193,195,195)
#ACAEAE
(172,174,174)
#979999
(151,153,153)
#828484
(130,132,132)
#6D6F6F
(109,111,111)
#585A5A
(88,90,90)
#434545
(67,69,69)
#2E3030
(46,48,48)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #EBEDED

#EBEDED
(235,237,237)
#ECEEEE
(236,238,238)
#EDEFEF
(237,239,239)
#EEF0F0
(238,240,240)
#EFF1F1
(239,241,241)
#F0F2F2
(240,242,242)
#F1F3F3
(241,243,243)
#F2F4F4
(242,244,244)
#F3F5F5
(243,245,245)
#F4F6F6
(244,246,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDED; }

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

This text font color is #EBEDED.


Background Color

.myBgColor { background-color: #EBEDED; }

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

This div background color is #EBEDED.


Border color

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

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

This div border color is #EBEDED.


Opacity

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

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

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

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

This text has shadow with #EBEDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDED on black background.


Color preview on white background

This text has color #EBEDED on white background.



Black color preview on #EBEDED background

This text has black color on #EBEDED background.


White color preview on #EBEDED background

This text has white color on #EBEDED background.