COLOR #EBF9FD

HEX: #EBF9FD
RGB: (235,249,253)

Color info

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

RGB color model

#EBF9FD color RGB value is (235,249,253).

  • red value is 235;
  • green value is 249;
  • blue value is 253.
RGB:
(235,249,253)
(92%,98%,99%)

RGB channels and saturation

R 235 of 255 = 92%
G 249 of 255 = 98%
B 253 of 255 = 99%

235
249
253

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

Portions of RGB colors in percentages

R + G + B =
235 + 249 + 253 = 737 (100%)
R 235 of 737 ~ 31.89%
G 249 of 737 ~ 33.79%
B 253 of 737 ~ 34.33%

%31.89
%33.79
%34.33

CMYK color model

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

  • cyan value is 7.11%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,2,0,1)
C7M2Y0K1 
(7%,2%,0%,1%)
(0.07/0.02/0.00/0.01)	

CMYK percentages

%7.11
%1.58
%0
%0.78

Codes

Color #EBF9FD in popluar color models

EBF9FD
RGB235249253
HSL193°81.82%95.69%
HSB/HSV193°7.11%99.22%
CMYK7.11%1.58%0.00%
0.78%

Color #EBF9FD in popluar number systems.

HEXEBF9FD
Decimal235249253
Binary111010111111100111111101
Octal353371375

Shades and tints

Shades of #EBF9FD

#EBF9FD
(235,249,253)
#D6E3E6
(214,227,230)
#C1CDCF
(193,205,207)
#ACB7B8
(172,183,184)
#97A1A1
(151,161,161)
#828B8A
(130,139,138)
#6D7573
(109,117,115)
#585F5C
(88,95,92)
#434945
(67,73,69)
#2E332E
(46,51,46)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #EBF9FD

#EBF9FD
(235,249,253)
#ECF9FD
(236,249,253)
#EDF9FD
(237,249,253)
#EEF9FD
(238,249,253)
#EFF9FD
(239,249,253)
#F0F9FD
(240,249,253)
#F1F9FD
(241,249,253)
#F2F9FD
(242,249,253)
#F3F9FD
(243,249,253)
#F4F9FD
(244,249,253)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF9FD; }

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

This text font color is #EBF9FD.


Background Color

.myBgColor { background-color: #EBF9FD; }

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

This div background color is #EBF9FD.


Border color

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

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

This div border color is #EBF9FD.


Opacity

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

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

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

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

This text has shadow with #EBF9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF9FD on black background.


Color preview on white background

This text has color #EBF9FD on white background.



Black color preview on #EBF9FD background

This text has black color on #EBF9FD background.


White color preview on #EBF9FD background

This text has white color on #EBF9FD background.