COLOR #E4F0F5

HEX: #E4F0F5
RGB: (228,240,245)

Renk bilgisi

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

RGB renk modeli

#E4F0F5 color RGB value is (228,240,245).

  • kırmız ton 228;
  • yeşil ton 240;
  • mavi ton 245.
RGB:
(228,240,245)
(89%,94%,96%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 240 of 255 = 94%
B 245 of 255 = 96%

228
240
245

R + G + B ~ 93%. #E4F0F5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 240 + 245 = 713 (100%)
R 228 of 713 ~ 31.98%
G 240 of 713 ~ 33.66%
B 245 of 713 ~ 34.36%

%31.98
%33.66
%34.36

CMYK RENK MODELİ

#E4F0F5 rengi CMYK tonu (7,2,0,4).

  • camgöbeği tonu 6.94%
  • eflatun tonu 2.04%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(7,2,0,4)
C7M2Y0K4 
(7%,2%,0%,4%)
(0.07/0.02/0.00/0.04)	

CMYK yüzdeleri

%6.94
%2.04
%0
%3.92

Codes

Color #E4F0F5 in popluar color models

E4F0F5
RGB228240245
HSL198°45.95%92.75%
HSB/HSV198°6.94%96.08%
CMYK6.94%2.04%0.00%
3.92%

Color #E4F0F5 in popluar number systems.

HEXE4F0F5
Decimal228240245
Binary111001001111000011110101
Octal344360365

Shades and tints

Shades of #E4F0F5

#E4F0F5
(228,240,245)
#D0DBDF
(208,219,223)
#BCC6C9
(188,198,201)
#A8B1B3
(168,177,179)
#949C9D
(148,156,157)
#808787
(128,135,135)
#6C7271
(108,114,113)
#585D5B
(88,93,91)
#444845
(68,72,69)
#30332F
(48,51,47)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #E4F0F5

#E4F0F5
(228,240,245)
#E6F1F5
(230,241,245)
#E8F2F5
(232,242,245)
#EAF3F5
(234,243,245)
#ECF4F5
(236,244,245)
#EEF5F5
(238,245,245)
#F0F6F5
(240,246,245)
#F2F7F5
(242,247,245)
#F4F8F5
(244,248,245)
#F6F9F5
(246,249,245)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F0F5 color. Also use rgb(228,240,245) instead hex code.

Text Font Color

.myTextColor { color: #E4F0F5; }

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

This text font color is #E4F0F5.


Background Color

.myBgColor { background-color: #E4F0F5; }

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

This div background color is #E4F0F5.


Border color

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

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

This div border color is #E4F0F5.


Opacity

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

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

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

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

This text has shadow with #E4F0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0F5 on black background.


Color preview on white background

This text has color #E4F0F5 on white background.



Black color preview on #E4F0F5 background

This text has black color on #E4F0F5 background.


White color preview on #E4F0F5 background

This text has white color on #E4F0F5 background.