COLOR #EBF5FA

HEX: #EBF5FA
RGB: (235,245,250)

Renk bilgisi

#EBF5FA contains red, green and blue colors in about the same proportion. #EBF5FA ‘ nin web güvenlik rengi #FFFFFF (ya da #FFF) dir.

RGB renk modeli

#EBF5FA color RGB value is (235,245,250).

  • kırmız ton 235;
  • yeşil ton 245;
  • mavi ton 250.
RGB:
(235,245,250)
(92%,96%,98%)

RGB bağlantıları ve doygunluk

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

235
245
250

R + G + B ~ 95%. #EBF5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 245 + 250 = 730 (100%)
R 235 of 730 ~ 32.19%
G 245 of 730 ~ 33.56%
B 250 of 730 ~ 34.25%

%32.19
%33.56
%34.25

CMYK RENK MODELİ

#EBF5FA rengi CMYK tonu (6,2,0,2).

  • camgöbeği tonu 6.00%
  • eflatun tonu 2.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(6,2,0,2)
C6M2Y0K2 
(6%,2%,0%,2%)
(0.06/0.02/0.00/0.02)	

CMYK yüzdeleri

%6
%2
%0
%1.96

Codes

Color #EBF5FA in popluar color models

EBF5FA
RGB235245250
HSL200°60.00%95.10%
HSB/HSV200°6.00%98.04%
CMYK6.00%2.00%0.00%
1.96%

Color #EBF5FA in popluar number systems.

HEXEBF5FA
Decimal235245250
Binary111010111111010111111010
Octal353365372

Shades and tints

Shades of #EBF5FA

#EBF5FA
(235,245,250)
#D6DFE4
(214,223,228)
#C1C9CE
(193,201,206)
#ACB3B8
(172,179,184)
#979DA2
(151,157,162)
#82878C
(130,135,140)
#6D7176
(109,113,118)
#585B60
(88,91,96)
#43454A
(67,69,74)
#2E2F34
(46,47,52)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #EBF5FA

#EBF5FA
(235,245,250)
#ECF5FA
(236,245,250)
#EDF5FA
(237,245,250)
#EEF5FA
(238,245,250)
#EFF5FA
(239,245,250)
#F0F5FA
(240,245,250)
#F1F5FA
(241,245,250)
#F2F5FA
(242,245,250)
#F3F5FA
(243,245,250)
#F4F5FA
(244,245,250)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBF5FA; }

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

This text font color is #EBF5FA.


Background Color

.myBgColor { background-color: #EBF5FA; }

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

This div background color is #EBF5FA.


Border color

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

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

This div border color is #EBF5FA.


Opacity

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

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

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

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

This text has shadow with #EBF5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBF5FA on black background.


Color preview on white background

This text has color #EBF5FA on white background.



Black color preview on #EBF5FA background

This text has black color on #EBF5FA background.


White color preview on #EBF5FA background

This text has white color on #EBF5FA background.