COLOR #EBF5FF

HEX: #EBF5FF
RGB: (235,245,255)

Color info

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

RGB color model

#EBF5FF color RGB value is (235,245,255).

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

RGB channels and saturation

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

235
245
255

R + G + B ~ 96%. #EBF5FF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 245 + 255 = 735 (100%)
R 235 of 735 ~ 31.97%
G 245 of 735 ~ 33.33%
B 255 of 735 ~ 34.69%

%31.97
%33.33
%34.69

CMYK color model

#EBF5FF color CMYK value is (8,4,0,0).

  • cyan value is 7.84%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,4,0,0)
C8M4Y0K0 
(8%,4%,0%,0%)
(0.08/0.04/0.00/0.00)	

CMYK percentages

%7.84
%3.92
%0
%0

Codes

Color #EBF5FF in popluar color models

EBF5FF
RGB235245255
HSL210°100.00%96.08%
HSB/HSV210°7.84%100.00%
CMYK7.84%3.92%0.00%
0.00%

Color #EBF5FF in popluar number systems.

HEXEBF5FF
Decimal235245255
Binary111010111111010111111111
Octal353365377

Shades and tints

Shades of #EBF5FF

#EBF5FF
(235,245,255)
#D6DFE8
(214,223,232)
#C1C9D1
(193,201,209)
#ACB3BA
(172,179,186)
#979DA3
(151,157,163)
#82878C
(130,135,140)
#6D7175
(109,113,117)
#585B5E
(88,91,94)
#434547
(67,69,71)
#2E2F30
(46,47,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #EBF5FF

#EBF5FF
(235,245,255)
#ECF5FF
(236,245,255)
#EDF5FF
(237,245,255)
#EEF5FF
(238,245,255)
#EFF5FF
(239,245,255)
#F0F5FF
(240,245,255)
#F1F5FF
(241,245,255)
#F2F5FF
(242,245,255)
#F3F5FF
(243,245,255)
#F4F5FF
(244,245,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5FF; }

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

This text font color is #EBF5FF.


Background Color

.myBgColor { background-color: #EBF5FF; }

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

This div background color is #EBF5FF.


Border color

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

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

This div border color is #EBF5FF.


Opacity

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

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

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

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

This text has shadow with #EBF5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5FF on black background.


Color preview on white background

This text has color #EBF5FF on white background.



Black color preview on #EBF5FF background

This text has black color on #EBF5FF background.


White color preview on #EBF5FF background

This text has white color on #EBF5FF background.