COLOR #EBF7FC

HEX: #EBF7FC
RGB: (235,247,252)

Color info

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

RGB color model

#EBF7FC color RGB value is (235,247,252).

  • red value is 235;
  • green value is 247;
  • blue value is 252.
RGB:
(235,247,252)
(92%,97%,99%)

RGB channels and saturation

R 235 of 255 = 92%
G 247 of 255 = 97%
B 252 of 255 = 99%

235
247
252

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

Portions of RGB colors in percentages

R + G + B =
235 + 247 + 252 = 734 (100%)
R 235 of 734 ~ 32.02%
G 247 of 734 ~ 33.65%
B 252 of 734 ~ 34.33%

%32.02
%33.65
%34.33

CMYK color model

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

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

CMYK percentages

%6.75
%1.98
%0
%1.18

Codes

Color #EBF7FC in popluar color models

EBF7FC
RGB235247252
HSL198°73.91%95.49%
HSB/HSV198°6.75%98.82%
CMYK6.75%1.98%0.00%
1.18%

Color #EBF7FC in popluar number systems.

HEXEBF7FC
Decimal235247252
Binary111010111111011111111100
Octal353367374

Shades and tints

Shades of #EBF7FC

#EBF7FC
(235,247,252)
#D6E1E6
(214,225,230)
#C1CBD0
(193,203,208)
#ACB5BA
(172,181,186)
#979FA4
(151,159,164)
#82898E
(130,137,142)
#6D7378
(109,115,120)
#585D62
(88,93,98)
#43474C
(67,71,76)
#2E3136
(46,49,54)
#191B20
(25,27,32)
#000000
(0,0,0)

Tints of #EBF7FC

#EBF7FC
(235,247,252)
#ECF7FC
(236,247,252)
#EDF7FC
(237,247,252)
#EEF7FC
(238,247,252)
#EFF7FC
(239,247,252)
#F0F7FC
(240,247,252)
#F1F7FC
(241,247,252)
#F2F7FC
(242,247,252)
#F3F7FC
(243,247,252)
#F4F7FC
(244,247,252)
#F5F7FC
(245,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF7FC; }

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

This text font color is #EBF7FC.


Background Color

.myBgColor { background-color: #EBF7FC; }

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

This div background color is #EBF7FC.


Border color

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

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

This div border color is #EBF7FC.


Opacity

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

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

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

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

This text has shadow with #EBF7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF7FC on black background.


Color preview on white background

This text has color #EBF7FC on white background.



Black color preview on #EBF7FC background

This text has black color on #EBF7FC background.


White color preview on #EBF7FC background

This text has white color on #EBF7FC background.