COLOR #E4F0FD

HEX: #E4F0FD
RGB: (228,240,253)

Renk bilgisi

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

RGB renk modeli

#E4F0FD color RGB value is (228,240,253).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 240 of 255 = 94%
B 253 of 255 = 99%

228
240
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 240 + 253 = 721 (100%)
R 228 of 721 ~ 31.62%
G 240 of 721 ~ 33.29%
B 253 of 721 ~ 35.09%

%31.62
%33.29
%35.09

CMYK RENK MODELİ

#E4F0FD rengi CMYK tonu (10,5,0,1).

  • camgöbeği tonu 9.88%
  • eflatun tonu 5.14%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(10,5,0,1)
C10M5Y0K1 
(10%,5%,0%,1%)
(0.10/0.05/0.00/0.01)	

CMYK yüzdeleri

%9.88
%5.14
%0
%0.78

Codes

Color #E4F0FD in popluar color models

E4F0FD
RGB228240253
HSL211°86.21%94.31%
HSB/HSV211°9.88%99.22%
CMYK9.88%5.14%0.00%
0.78%

Color #E4F0FD in popluar number systems.

HEXE4F0FD
Decimal228240253
Binary111001001111000011111101
Octal344360375

Shades and tints

Shades of #E4F0FD

#E4F0FD
(228,240,253)
#D0DBE6
(208,219,230)
#BCC6CF
(188,198,207)
#A8B1B8
(168,177,184)
#949CA1
(148,156,161)
#80878A
(128,135,138)
#6C7273
(108,114,115)
#585D5C
(88,93,92)
#444845
(68,72,69)
#30332E
(48,51,46)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #E4F0FD

#E4F0FD
(228,240,253)
#E6F1FD
(230,241,253)
#E8F2FD
(232,242,253)
#EAF3FD
(234,243,253)
#ECF4FD
(236,244,253)
#EEF5FD
(238,245,253)
#F0F6FD
(240,246,253)
#F2F7FD
(242,247,253)
#F4F8FD
(244,248,253)
#F6F9FD
(246,249,253)
#F8FAFD
(248,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4F0FD; }

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

This text font color is #E4F0FD.


Background Color

.myBgColor { background-color: #E4F0FD; }

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

This div background color is #E4F0FD.


Border color

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

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

This div border color is #E4F0FD.


Opacity

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

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

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

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

This text has shadow with #E4F0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F0FD on black background.


Color preview on white background

This text has color #E4F0FD on white background.



Black color preview on #E4F0FD background

This text has black color on #E4F0FD background.


White color preview on #E4F0FD background

This text has white color on #E4F0FD background.