COLOR #EDECEB

HEX: #EDECEB
RGB: (237,236,235)

Color info

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

RGB color model

#EDECEB color RGB value is (237,236,235).

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

RGB channels and saturation

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

237
236
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 235 = 708 (100%)
R 237 of 708 ~ 33.47%
G 236 of 708 ~ 33.33%
B 235 of 708 ~ 33.19%

%33.47
%33.33
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • 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.42
%0.84
%7.06

Codes

Color #EDECEB in popluar color models

EDECEB
RGB237236235
HSL30°5.26%92.55%
HSB/HSV30°0.84%92.94%
CMYK0.00%0.42%0.84%
7.06%

Color #EDECEB in popluar number systems.

HEXEDECEB
Decimal237236235
Binary111011011110110011101011
Octal355354353

Shades and tints

Shades of #EDECEB

#EDECEB
(237,236,235)
#D8D7D6
(216,215,214)
#C3C2C1
(195,194,193)
#AEADAC
(174,173,172)
#999897
(153,152,151)
#848382
(132,131,130)
#6F6E6D
(111,110,109)
#5A5958
(90,89,88)
#454443
(69,68,67)
#302F2E
(48,47,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #EDECEB

#EDECEB
(237,236,235)
#EEEDEC
(238,237,236)
#EFEEED
(239,238,237)
#F0EFEE
(240,239,238)
#F1F0EF
(241,240,239)
#F2F1F0
(242,241,240)
#F3F2F1
(243,242,241)
#F4F3F2
(244,243,242)
#F5F4F3
(245,244,243)
#F6F5F4
(246,245,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDECEB; }

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

This text font color is #EDECEB.


Background Color

.myBgColor { background-color: #EDECEB; }

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

This div background color is #EDECEB.


Border color

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

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

This div border color is #EDECEB.


Opacity

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

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

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

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

This text has shadow with #EDECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDECEB on black background.


Color preview on white background

This text has color #EDECEB on white background.



Black color preview on #EDECEB background

This text has black color on #EDECEB background.


White color preview on #EDECEB background

This text has white color on #EDECEB background.