COLOR #EBEDEB

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

Color info

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

RGB color model

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

RGB: (235,237,235) (92%, 93%, 92%)

RGB channels and saturation

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

235
237
235

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

Portions of RGB colors in percentages

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

%33.24
%33.52
%33.24

CMYK color model

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

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%

CMYK: (1,0,1,7)
C1M0Y1K7 (1%, 0%, 1%, 7%)
(0.01 / 0.00 / 0.01 / 0.07)

CMYK percentages

%0.84
%0
%0.84
%7.06

Codes

Color #EBEDEB in popluar color models

EB ED EB
RGB 235 237 235
HSL 120° 5.26% 92.55%
HSB/HSV 120° 0.84% 92.94%
CMYK 0.84% 0.00% 0.84%
7.06%

Color #EBEDEB in popluar number systems.

HEX EB ED EB
Decimal 235 237 235
Binary 11101011 11101101 11101011
Octal 353 355 353

Shades and tints

Shades of #EBEDEB

#EBEDEB
(235,237,235)
#D6D8D6
(214,216,214)
#C1C3C1
(193,195,193)
#ACAEAC
(172,174,172)
#979997
(151,153,151)
#828482
(130,132,130)
#6D6F6D
(109,111,109)
#585A58
(88,90,88)
#434543
(67,69,67)
#2E302E
(46,48,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBEDEB

#EBEDEB
(235,237,235)
#ECEEEC
(236,238,236)
#EDEFED
(237,239,237)
#EEF0EE
(238,240,238)
#EFF1EF
(239,241,239)
#F0F2F0
(240,242,240)
#F1F3F1
(241,243,241)
#F2F4F2
(242,244,242)
#F3F5F3
(243,245,243)
#F4F6F4
(244,246,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDEB; }

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

This text font color is #EBEDEB.

Background Color

.myBgColor { background-color: #EBEDEB; }

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

This div background color is #EBEDEB.

Border color

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

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

This div border color is #EBEDEB.

Opacity

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

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

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

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

This text has shadow with #EBEDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEDEB.

Preview

Color preview on black background

This text has color #EBEDEB on black background.


Color preview on white background

This text has color #EBEDEB on white background.


Black color preview on #EBEDEB background

This text has black color on #EBEDEB background.


White color preview on #EBEDEB background

This text has white color on #EBEDEB background.


Related colors

Complementary color

Complementary color for #hex is #141214.


I love getcolorcode.com

Triadic colors

1 #EBEBED and #EDEBEB with #EBEDEB are triadic colors.

2 #EBEDEB and #EDEBEB with #EBEDEB are triadic colors.