COLOR #EDEBEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
235
236

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

Portions of RGB colors in percentages

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

%33.47
%33.19
%33.33

CMYK color model

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

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

CMYK percentages

%0
%0.84
%0.42
%7.06

Codes

Color #EDEBEC in popluar color models

EDEBEC
RGB237235236
HSL330°5.26%92.55%
HSB/HSV330°0.84%92.94%
CMYK0.00%0.84%0.42%
7.06%

Color #EDEBEC in popluar number systems.

HEXEDEBEC
Decimal237235236
Binary111011011110101111101100
Octal355353354

Shades and tints

Shades of #EDEBEC

#EDEBEC
(237,235,236)
#D8D6D7
(216,214,215)
#C3C1C2
(195,193,194)
#AEACAD
(174,172,173)
#999798
(153,151,152)
#848283
(132,130,131)
#6F6D6E
(111,109,110)
#5A5859
(90,88,89)
#454344
(69,67,68)
#302E2F
(48,46,47)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #EDEBEC

#EDEBEC
(237,235,236)
#EEECED
(238,236,237)
#EFEDEE
(239,237,238)
#F0EEEF
(240,238,239)
#F1EFF0
(241,239,240)
#F2F0F1
(242,240,241)
#F3F1F2
(243,241,242)
#F4F2F3
(244,242,243)
#F5F3F4
(245,243,244)
#F6F4F5
(246,244,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEBEC; }

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

This text font color is #EDEBEC.


Background Color

.myBgColor { background-color: #EDEBEC; }

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

This div background color is #EDEBEC.


Border color

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

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

This div border color is #EDEBEC.


Opacity

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

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

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

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

This text has shadow with #EDEBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEBEC on black background.


Color preview on white background

This text has color #EDEBEC on white background.



Black color preview on #EDEBEC background

This text has black color on #EDEBEC background.


White color preview on #EDEBEC background

This text has white color on #EDEBEC background.