COLOR #E3F5FA

HEX: #E3F5FA
RGB: (227,245,250)

Renk bilgisi

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

RGB renk modeli

#E3F5FA color RGB value is (227,245,250).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 245 of 255 = 96%
B 250 of 255 = 98%

227
245
250

R + G + B ~ 94%. #E3F5FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 245 + 250 = 722 (100%)
R 227 of 722 ~ 31.44%
G 245 of 722 ~ 33.93%
B 250 of 722 ~ 34.63%

%31.44
%33.93
%34.63

CMYK RENK MODELİ

#E3F5FA rengi CMYK tonu (9,2,0,2).

  • camgöbeği tonu 9.20%
  • eflatun tonu 2.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(9,2,0,2)
C9M2Y0K2 
(9%,2%,0%,2%)
(0.09/0.02/0.00/0.02)	

CMYK yüzdeleri

%9.2
%2
%0
%1.96

Codes

Color #E3F5FA in popluar color models

E3F5FA
RGB227245250
HSL193°69.70%93.53%
HSB/HSV193°9.20%98.04%
CMYK9.20%2.00%0.00%
1.96%

Color #E3F5FA in popluar number systems.

HEXE3F5FA
Decimal227245250
Binary111000111111010111111010
Octal343365372

Shades and tints

Shades of #E3F5FA

#E3F5FA
(227,245,250)
#CFDFE4
(207,223,228)
#BBC9CE
(187,201,206)
#A7B3B8
(167,179,184)
#939DA2
(147,157,162)
#7F878C
(127,135,140)
#6B7176
(107,113,118)
#575B60
(87,91,96)
#43454A
(67,69,74)
#2F2F34
(47,47,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #E3F5FA

#E3F5FA
(227,245,250)
#E5F5FA
(229,245,250)
#E7F5FA
(231,245,250)
#E9F5FA
(233,245,250)
#EBF5FA
(235,245,250)
#EDF5FA
(237,245,250)
#EFF5FA
(239,245,250)
#F1F5FA
(241,245,250)
#F3F5FA
(243,245,250)
#F5F5FA
(245,245,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F5FA; }

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

This text font color is #E3F5FA.


Background Color

.myBgColor { background-color: #E3F5FA; }

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

This div background color is #E3F5FA.


Border color

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

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

This div border color is #E3F5FA.


Opacity

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

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

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

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

This text has shadow with #E3F5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F5FA on black background.


Color preview on white background

This text has color #E3F5FA on white background.



Black color preview on #E3F5FA background

This text has black color on #E3F5FA background.


White color preview on #E3F5FA background

This text has white color on #E3F5FA background.