COLOR #EDEDEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
237
235

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

Portions of RGB colors in percentages

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

%33.43
%33.43
%33.15

CMYK color model

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

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

CMYK percentages

%0
%0
%0.84
%7.06

Codes

Color #EDEDEB in popluar color models

EDEDEB
RGB237237235
HSL60°5.26%92.55%
HSB/HSV60°0.84%92.94%
CMYK0.00%0.00%0.84%
7.06%

Color #EDEDEB in popluar number systems.

HEXEDEDEB
Decimal237237235
Binary111011011110110111101011
Octal355355353

Shades and tints

Shades of #EDEDEB

#EDEDEB
(237,237,235)
#D8D8D6
(216,216,214)
#C3C3C1
(195,195,193)
#AEAEAC
(174,174,172)
#999997
(153,153,151)
#848482
(132,132,130)
#6F6F6D
(111,111,109)
#5A5A58
(90,90,88)
#454543
(69,69,67)
#30302E
(48,48,46)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #EDEDEB

#EDEDEB
(237,237,235)
#EEEEEC
(238,238,236)
#EFEFED
(239,239,237)
#F0F0EE
(240,240,238)
#F1F1EF
(241,241,239)
#F2F2F0
(242,242,240)
#F3F3F1
(243,243,241)
#F4F4F2
(244,244,242)
#F5F5F3
(245,245,243)
#F6F6F4
(246,246,244)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDEB; }

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

This text font color is #EDEDEB.


Background Color

.myBgColor { background-color: #EDEDEB; }

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

This div background color is #EDEDEB.


Border color

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

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

This div border color is #EDEDEB.


Opacity

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

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

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

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

This text has shadow with #EDEDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEDEB on black background.


Color preview on white background

This text has color #EDEDEB on white background.



Black color preview on #EDEDEB background

This text has black color on #EDEDEB background.


White color preview on #EDEDEB background

This text has white color on #EDEDEB background.