COLOR #EBEBED

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
235
237

R + G + B ~ 92%. #EBEBED is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 237 = 707 (100%)
R 235 of 707 ~ 33.24%
G 235 of 707 ~ 33.24%
B 237 of 707 ~ 33.52%

%33.24
%33.24
%33.52

CMYK color model

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

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

CMYK percentages

%0.84
%0.84
%0
%7.06

Codes

Color #EBEBED in popluar color models

EBEBED
RGB235235237
HSL240°5.26%92.55%
HSB/HSV240°0.84%92.94%
CMYK0.84%0.84%0.00%
7.06%

Color #EBEBED in popluar number systems.

HEXEBEBED
Decimal235235237
Binary111010111110101111101101
Octal353353355

Shades and tints

Shades of #EBEBED

#EBEBED
(235,235,237)
#D6D6D8
(214,214,216)
#C1C1C3
(193,193,195)
#ACACAE
(172,172,174)
#979799
(151,151,153)
#828284
(130,130,132)
#6D6D6F
(109,109,111)
#58585A
(88,88,90)
#434345
(67,67,69)
#2E2E30
(46,46,48)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #EBEBED

#EBEBED
(235,235,237)
#ECECEE
(236,236,238)
#EDEDEF
(237,237,239)
#EEEEF0
(238,238,240)
#EFEFF1
(239,239,241)
#F0F0F2
(240,240,242)
#F1F1F3
(241,241,243)
#F2F2F4
(242,242,244)
#F3F3F5
(243,243,245)
#F4F4F6
(244,244,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBED; }

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

This text font color is #EBEBED.


Background Color

.myBgColor { background-color: #EBEBED; }

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

This div background color is #EBEBED.


Border color

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

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

This div border color is #EBEBED.


Opacity

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

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

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

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

This text has shadow with #EBEBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBED on black background.


Color preview on white background

This text has color #EBEBED on white background.



Black color preview on #EBEBED background

This text has black color on #EBEBED background.


White color preview on #EBEBED background

This text has white color on #EBEBED background.