COLOR #EBEBEB

HEX: #EBEBEB
RGB: (235,235,235)

Color info

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

RGB color model

#EBEBEB color RGB value is (235,235,235).

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

RGB channels and saturation

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

235
235
235

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

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 235 = 705 (100%)
R 235 of 705 ~ 33.33%
G 235 of 705 ~ 33.33%
B 235 of 705 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#EBEBEB color CMYK value is (0,0,0,8).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(0,0,0,8)
C0M0Y0K8 
(0%,0%,0%,8%)
(0.00/0.00/0.00/0.08)	

CMYK percentages

%0
%0
%0
%7.84

Codes

Color #EBEBEB in popluar color models

EBEBEB
RGB235235235
HSL0.00%0.92%
HSB/HSV0.00%0.92%
CMYK0.00%0.00%0.00%
7.84%

Color #EBEBEB in popluar number systems.

HEXEBEBEB
Decimal235235235
Binary111010111110101111101011
Octal353353353

Shades and tints

Shades of #EBEBEB

#EBEBEB
(235,235,235)
#D6D6D6
(214,214,214)
#C1C1C1
(193,193,193)
#ACACAC
(172,172,172)
#979797
(151,151,151)
#828282
(130,130,130)
#6D6D6D
(109,109,109)
#585858
(88,88,88)
#434343
(67,67,67)
#2E2E2E
(46,46,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBEBEB

#EBEBEB
(235,235,235)
#ECECEC
(236,236,236)
#EDEDED
(237,237,237)
#EEEEEE
(238,238,238)
#EFEFEF
(239,239,239)
#F0F0F0
(240,240,240)
#F1F1F1
(241,241,241)
#F2F2F2
(242,242,242)
#F3F3F3
(243,243,243)
#F4F4F4
(244,244,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBEB; }

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

This text font color is #EBEBEB.


Background Color

.myBgColor { background-color: #EBEBEB; }

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

This div background color is #EBEBEB.


Border color

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

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

This div border color is #EBEBEB.


Opacity

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

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

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

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

This text has shadow with #EBEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBEB on black background.


Color preview on white background

This text has color #EBEBEB on white background.



Black color preview on #EBEBEB background

This text has black color on #EBEBEB background.


White color preview on #EBEBEB background

This text has white color on #EBEBEB background.