COLOR #EDEBEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
235
235

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

Portions of RGB colors in percentages

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

%33.52
%33.24
%33.24

CMYK color model

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

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

CMYK percentages

%0
%0.84
%0.84
%7.06

Codes

Color #EDEBEB in popluar color models

EDEBEB
RGB237235235
HSL5.26%92.55%
HSB/HSV0.84%92.94%
CMYK0.00%0.84%0.84%
7.06%

Color #EDEBEB in popluar number systems.

HEXEDEBEB
Decimal237235235
Binary111011011110101111101011
Octal355353353

Shades and tints

Shades of #EDEBEB

#EDEBEB
(237,235,235)
#D8D6D6
(216,214,214)
#C3C1C1
(195,193,193)
#AEACAC
(174,172,172)
#999797
(153,151,151)
#848282
(132,130,130)
#6F6D6D
(111,109,109)
#5A5858
(90,88,88)
#454343
(69,67,67)
#302E2E
(48,46,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDEBEB

#EDEBEB
(237,235,235)
#EEECEC
(238,236,236)
#EFEDED
(239,237,237)
#F0EEEE
(240,238,238)
#F1EFEF
(241,239,239)
#F2F0F0
(242,240,240)
#F3F1F1
(243,241,241)
#F4F2F2
(244,242,242)
#F5F3F3
(245,243,243)
#F6F4F4
(246,244,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBEB; }

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

This text font color is #EDEBEB.


Background Color

.myBgColor { background-color: #EDEBEB; }

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

This div background color is #EDEBEB.


Border color

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

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

This div border color is #EDEBEB.


Opacity

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

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

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

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

This text has shadow with #EDEBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBEB on black background.


Color preview on white background

This text has color #EDEBEB on white background.



Black color preview on #EDEBEB background

This text has black color on #EDEBEB background.


White color preview on #EDEBEB background

This text has white color on #EDEBEB background.