COLOR #EBEEF0

HEX: #EBEEF0
RGB: (235,238,240)

Color info

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

RGB color model

#EBEEF0 color RGB value is (235,238,240).

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

RGB channels and saturation

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

235
238
240

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

Portions of RGB colors in percentages

R + G + B =
235 + 238 + 240 = 713 (100%)
R 235 of 713 ~ 32.96%
G 238 of 713 ~ 33.38%
B 240 of 713 ~ 33.66%

%32.96
%33.38
%33.66

CMYK color model

#EBEEF0 color CMYK value is (2,1,0,6).

  • cyan value is 2.08%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(2,1,0,6)
C2M1Y0K6 
(2%,1%,0%,6%)
(0.02/0.01/0.00/0.06)	

CMYK percentages

%2.08
%0.83
%0
%5.88

Codes

Color #EBEEF0 in popluar color models

EBEEF0
RGB235238240
HSL204°14.29%93.14%
HSB/HSV204°2.08%94.12%
CMYK2.08%0.83%0.00%
5.88%

Color #EBEEF0 in popluar number systems.

HEXEBEEF0
Decimal235238240
Binary111010111110111011110000
Octal353356360

Shades and tints

Shades of #EBEEF0

#EBEEF0
(235,238,240)
#D6D9DB
(214,217,219)
#C1C4C6
(193,196,198)
#ACAFB1
(172,175,177)
#979A9C
(151,154,156)
#828587
(130,133,135)
#6D7072
(109,112,114)
#585B5D
(88,91,93)
#434648
(67,70,72)
#2E3133
(46,49,51)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #EBEEF0

#EBEEF0
(235,238,240)
#ECEFF1
(236,239,241)
#EDF0F2
(237,240,242)
#EEF1F3
(238,241,243)
#EFF2F4
(239,242,244)
#F0F3F5
(240,243,245)
#F1F4F6
(241,244,246)
#F2F5F7
(242,245,247)
#F3F6F8
(243,246,248)
#F4F7F9
(244,247,249)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEEF0; }

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

This text font color is #EBEEF0.


Background Color

.myBgColor { background-color: #EBEEF0; }

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

This div background color is #EBEEF0.


Border color

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

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

This div border color is #EBEEF0.


Opacity

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

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

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

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

This text has shadow with #EBEEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEEF0 on black background.


Color preview on white background

This text has color #EBEEF0 on white background.



Black color preview on #EBEEF0 background

This text has black color on #EBEEF0 background.


White color preview on #EBEEF0 background

This text has white color on #EBEEF0 background.