COLOR #EBEDEC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
237
236

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

Portions of RGB colors in percentages

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

%33.19
%33.47
%33.33

CMYK color model

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

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

CMYK percentages

%0.84
%0
%0.42
%7.06

Codes

Color #EBEDEC in popluar color models

EBEDEC
RGB235237236
HSL150°5.26%92.55%
HSB/HSV150°0.84%92.94%
CMYK0.84%0.00%0.42%
7.06%

Color #EBEDEC in popluar number systems.

HEXEBEDEC
Decimal235237236
Binary111010111110110111101100
Octal353355354

Shades and tints

Shades of #EBEDEC

#EBEDEC
(235,237,236)
#D6D8D7
(214,216,215)
#C1C3C2
(193,195,194)
#ACAEAD
(172,174,173)
#979998
(151,153,152)
#828483
(130,132,131)
#6D6F6E
(109,111,110)
#585A59
(88,90,89)
#434544
(67,69,68)
#2E302F
(46,48,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #EBEDEC

#EBEDEC
(235,237,236)
#ECEEED
(236,238,237)
#EDEFEE
(237,239,238)
#EEF0EF
(238,240,239)
#EFF1F0
(239,241,240)
#F0F2F1
(240,242,241)
#F1F3F2
(241,243,242)
#F2F4F3
(242,244,243)
#F3F5F4
(243,245,244)
#F4F6F5
(244,246,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDEC; }

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

This text font color is #EBEDEC.


Background Color

.myBgColor { background-color: #EBEDEC; }

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

This div background color is #EBEDEC.


Border color

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

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

This div border color is #EBEDEC.


Opacity

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

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

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

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

This text has shadow with #EBEDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDEC on black background.


Color preview on white background

This text has color #EBEDEC on white background.



Black color preview on #EBEDEC background

This text has black color on #EBEDEC background.


White color preview on #EBEDEC background

This text has white color on #EBEDEC background.