COLOR #EBEDEE

HEX: #EBEDEE
RGB: (235,237,238)

Color info

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

RGB color model

#EBEDEE color RGB value is (235,237,238).

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

RGB channels and saturation

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

235
237
238

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

Portions of RGB colors in percentages

R + G + B =
235 + 237 + 238 = 710 (100%)
R 235 of 710 ~ 33.1%
G 237 of 710 ~ 33.38%
B 238 of 710 ~ 33.52%

%33.1
%33.38
%33.52

CMYK color model

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

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

CMYK percentages

%1.26
%0.42
%0
%6.67

Codes

Color #EBEDEE in popluar color models

EBEDEE
RGB235237238
HSL200°8.11%92.75%
HSB/HSV200°1.26%93.33%
CMYK1.26%0.42%0.00%
6.67%

Color #EBEDEE in popluar number systems.

HEXEBEDEE
Decimal235237238
Binary111010111110110111101110
Octal353355356

Shades and tints

Shades of #EBEDEE

#EBEDEE
(235,237,238)
#D6D8D9
(214,216,217)
#C1C3C4
(193,195,196)
#ACAEAF
(172,174,175)
#97999A
(151,153,154)
#828485
(130,132,133)
#6D6F70
(109,111,112)
#585A5B
(88,90,91)
#434546
(67,69,70)
#2E3031
(46,48,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #EBEDEE

#EBEDEE
(235,237,238)
#ECEEEF
(236,238,239)
#EDEFF0
(237,239,240)
#EEF0F1
(238,240,241)
#EFF1F2
(239,241,242)
#F0F2F3
(240,242,243)
#F1F3F4
(241,243,244)
#F2F4F5
(242,244,245)
#F3F5F6
(243,245,246)
#F4F6F7
(244,246,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEDEE; }

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

This text font color is #EBEDEE.


Background Color

.myBgColor { background-color: #EBEDEE; }

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

This div background color is #EBEDEE.


Border color

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

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

This div border color is #EBEDEE.


Opacity

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

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

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

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

This text has shadow with #EBEDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEDEE on black background.


Color preview on white background

This text has color #EBEDEE on white background.



Black color preview on #EBEDEE background

This text has black color on #EBEDEE background.


White color preview on #EBEDEE background

This text has white color on #EBEDEE background.