COLOR #EBEBF5

HEX: #EBEBF5
RGB: (235,235,245)

Color info

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

RGB color model

#EBEBF5 color RGB value is (235,235,245).

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

RGB channels and saturation

R 235 of 255 = 92%
G 235 of 255 = 92%
B 245 of 255 = 96%

235
235
245

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

Portions of RGB colors in percentages

R + G + B =
235 + 235 + 245 = 715 (100%)
R 235 of 715 ~ 32.87%
G 235 of 715 ~ 32.87%
B 245 of 715 ~ 34.27%

%32.87
%32.87
%34.27

CMYK color model

#EBEBF5 color CMYK value is (4,4,0,4).

  • cyan value is 4.08%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,4,0,4)
C4M4Y0K4 
(4%,4%,0%,4%)
(0.04/0.04/0.00/0.04)	

CMYK percentages

%4.08
%4.08
%0
%3.92

Codes

Color #EBEBF5 in popluar color models

EBEBF5
RGB235235245
HSL240°33.33%94.12%
HSB/HSV240°4.08%96.08%
CMYK4.08%4.08%0.00%
3.92%

Color #EBEBF5 in popluar number systems.

HEXEBEBF5
Decimal235235245
Binary111010111110101111110101
Octal353353365

Shades and tints

Shades of #EBEBF5

#EBEBF5
(235,235,245)
#D6D6DF
(214,214,223)
#C1C1C9
(193,193,201)
#ACACB3
(172,172,179)
#97979D
(151,151,157)
#828287
(130,130,135)
#6D6D71
(109,109,113)
#58585B
(88,88,91)
#434345
(67,67,69)
#2E2E2F
(46,46,47)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBEBF5

#EBEBF5
(235,235,245)
#ECECF5
(236,236,245)
#EDEDF5
(237,237,245)
#EEEEF5
(238,238,245)
#EFEFF5
(239,239,245)
#F0F0F5
(240,240,245)
#F1F1F5
(241,241,245)
#F2F2F5
(242,242,245)
#F3F3F5
(243,243,245)
#F4F4F5
(244,244,245)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEBF5; }

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

This text font color is #EBEBF5.


Background Color

.myBgColor { background-color: #EBEBF5; }

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

This div background color is #EBEBF5.


Border color

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

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

This div border color is #EBEBF5.


Opacity

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

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

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

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

This text has shadow with #EBEBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBEBF5 on black background.


Color preview on white background

This text has color #EBEBF5 on white background.



Black color preview on #EBEBF5 background

This text has black color on #EBEBF5 background.


White color preview on #EBEBF5 background

This text has white color on #EBEBF5 background.