COLOR #EBEBEE

HEX: #EBEBEE
RGB: (235,235,238)

Color info

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

RGB color model

#EBEBEE color RGB value is (235,235,238).

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

RGB channels and saturation

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

235
235
238

R + G + B ~ 92%. #EBEBEE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 238 = 708 (100%)
R 235 of 708 ~ 33.19%
G 235 of 708 ~ 33.19%
B 238 of 708 ~ 33.62%

%33.19
%33.19
%33.62

CMYK color model

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

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

CMYK percentages

%1.26
%1.26
%0
%6.67

Codes

Color #EBEBEE in popluar color models

EBEBEE
RGB235235238
HSL240°8.11%92.75%
HSB/HSV240°1.26%93.33%
CMYK1.26%1.26%0.00%
6.67%

Color #EBEBEE in popluar number systems.

HEXEBEBEE
Decimal235235238
Binary111010111110101111101110
Octal353353356

Shades and tints

Shades of #EBEBEE

#EBEBEE
(235,235,238)
#D6D6D9
(214,214,217)
#C1C1C4
(193,193,196)
#ACACAF
(172,172,175)
#97979A
(151,151,154)
#828285
(130,130,133)
#6D6D70
(109,109,112)
#58585B
(88,88,91)
#434346
(67,67,70)
#2E2E31
(46,46,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBEBEE

#EBEBEE
(235,235,238)
#ECECEF
(236,236,239)
#EDEDF0
(237,237,240)
#EEEEF1
(238,238,241)
#EFEFF2
(239,239,242)
#F0F0F3
(240,240,243)
#F1F1F4
(241,241,244)
#F2F2F5
(242,242,245)
#F3F3F6
(243,243,246)
#F4F4F7
(244,244,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBEE; }

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

This text font color is #EBEBEE.


Background Color

.myBgColor { background-color: #EBEBEE; }

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

This div background color is #EBEBEE.


Border color

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

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

This div border color is #EBEBEE.


Opacity

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

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

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

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

This text has shadow with #EBEBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBEE on black background.


Color preview on white background

This text has color #EBEBEE on white background.



Black color preview on #EBEBEE background

This text has black color on #EBEBEE background.


White color preview on #EBEBEE background

This text has white color on #EBEBEE background.