COLOR #EBEBF0

HEX: #EBEBF0
RGB: (235,235,240)

Color info

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

RGB color model

#EBEBF0 color RGB value is (235,235,240).

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

RGB channels and saturation

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

235
235
240

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

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 240 = 710 (100%)
R 235 of 710 ~ 33.1%
G 235 of 710 ~ 33.1%
B 240 of 710 ~ 33.8%

%33.1
%33.1
%33.8

CMYK color model

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

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

CMYK percentages

%2.08
%2.08
%0
%5.88

Codes

Color #EBEBF0 in popluar color models

EBEBF0
RGB235235240
HSL240°14.29%93.14%
HSB/HSV240°2.08%94.12%
CMYK2.08%2.08%0.00%
5.88%

Color #EBEBF0 in popluar number systems.

HEXEBEBF0
Decimal235235240
Binary111010111110101111110000
Octal353353360

Shades and tints

Shades of #EBEBF0

#EBEBF0
(235,235,240)
#D6D6DB
(214,214,219)
#C1C1C6
(193,193,198)
#ACACB1
(172,172,177)
#97979C
(151,151,156)
#828287
(130,130,135)
#6D6D72
(109,109,114)
#58585D
(88,88,93)
#434348
(67,67,72)
#2E2E33
(46,46,51)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #EBEBF0

#EBEBF0
(235,235,240)
#ECECF1
(236,236,241)
#EDEDF2
(237,237,242)
#EEEEF3
(238,238,243)
#EFEFF4
(239,239,244)
#F0F0F5
(240,240,245)
#F1F1F6
(241,241,246)
#F2F2F7
(242,242,247)
#F3F3F8
(243,243,248)
#F4F4F9
(244,244,249)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBF0; }

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

This text font color is #EBEBF0.


Background Color

.myBgColor { background-color: #EBEBF0; }

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

This div background color is #EBEBF0.


Border color

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

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

This div border color is #EBEBF0.


Opacity

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

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

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

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

This text has shadow with #EBEBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBF0 on black background.


Color preview on white background

This text has color #EBEBF0 on white background.



Black color preview on #EBEBF0 background

This text has black color on #EBEBF0 background.


White color preview on #EBEBF0 background

This text has white color on #EBEBF0 background.