COLOR #EBEEEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

235
238
235

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

Portions of RGB colors in percentages

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

%33.19
%33.62
%33.19

CMYK color model

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

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

CMYK percentages

%1.26
%0
%1.26
%6.67

Codes

Color #EBEEEB in popluar color models

EBEEEB
RGB235238235
HSL120°8.11%92.75%
HSB/HSV120°1.26%93.33%
CMYK1.26%0.00%1.26%
6.67%

Color #EBEEEB in popluar number systems.

HEXEBEEEB
Decimal235238235
Binary111010111110111011101011
Octal353356353

Shades and tints

Shades of #EBEEEB

#EBEEEB
(235,238,235)
#D6D9D6
(214,217,214)
#C1C4C1
(193,196,193)
#ACAFAC
(172,175,172)
#979A97
(151,154,151)
#828582
(130,133,130)
#6D706D
(109,112,109)
#585B58
(88,91,88)
#434643
(67,70,67)
#2E312E
(46,49,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #EBEEEB

#EBEEEB
(235,238,235)
#ECEFEC
(236,239,236)
#EDF0ED
(237,240,237)
#EEF1EE
(238,241,238)
#EFF2EF
(239,242,239)
#F0F3F0
(240,243,240)
#F1F4F1
(241,244,241)
#F2F5F2
(242,245,242)
#F3F6F3
(243,246,243)
#F4F7F4
(244,247,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEEEB; }

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

This text font color is #EBEEEB.


Background Color

.myBgColor { background-color: #EBEEEB; }

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

This div background color is #EBEEEB.


Border color

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

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

This div border color is #EBEEEB.


Opacity

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

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

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

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

This text has shadow with #EBEEEB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBEEEB on black background.


Color preview on white background

This text has color #EBEEEB on white background.



Black color preview on #EBEEEB background

This text has black color on #EBEEEB background.


White color preview on #EBEEEB background

This text has white color on #EBEEEB background.