COLOR #ECF0F8

HEX: #ECF0F8
RGB: (236,240,248)

Renk bilgisi

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

RGB renk modeli

#ECF0F8 color RGB value is (236,240,248).

  • kırmız ton 236;
  • yeşil ton 240;
  • mavi ton 248.
RGB:
(236,240,248)
(93%,94%,97%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 240 of 255 = 94%
B 248 of 255 = 97%

236
240
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 240 + 248 = 724 (100%)
R 236 of 724 ~ 32.6%
G 240 of 724 ~ 33.15%
B 248 of 724 ~ 34.25%

%32.6
%33.15
%34.25

CMYK RENK MODELİ

#ECF0F8 rengi CMYK tonu (5,3,0,3).

  • camgöbeği tonu 4.84%
  • eflatun tonu 3.23%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(5,3,0,3)
C5M3Y0K3 
(5%,3%,0%,3%)
(0.05/0.03/0.00/0.03)	

CMYK yüzdeleri

%4.84
%3.23
%0
%2.75

Codes

Color #ECF0F8 in popluar color models

ECF0F8
RGB236240248
HSL220°46.15%94.90%
HSB/HSV220°4.84%97.25%
CMYK4.84%3.23%0.00%
2.75%

Color #ECF0F8 in popluar number systems.

HEXECF0F8
Decimal236240248
Binary111011001111000011111000
Octal354360370

Shades and tints

Shades of #ECF0F8

#ECF0F8
(236,240,248)
#D7DBE2
(215,219,226)
#C2C6CC
(194,198,204)
#ADB1B6
(173,177,182)
#989CA0
(152,156,160)
#83878A
(131,135,138)
#6E7274
(110,114,116)
#595D5E
(89,93,94)
#444848
(68,72,72)
#2F3332
(47,51,50)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #ECF0F8

#ECF0F8
(236,240,248)
#EDF1F8
(237,241,248)
#EEF2F8
(238,242,248)
#EFF3F8
(239,243,248)
#F0F4F8
(240,244,248)
#F1F5F8
(241,245,248)
#F2F6F8
(242,246,248)
#F3F7F8
(243,247,248)
#F4F8F8
(244,248,248)
#F5F9F8
(245,249,248)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF0F8 color. Also use rgb(236,240,248) instead hex code.

Text Font Color

.myTextColor { color: #ECF0F8; }

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

This text font color is #ECF0F8.


Background Color

.myBgColor { background-color: #ECF0F8; }

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

This div background color is #ECF0F8.


Border color

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

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

This div border color is #ECF0F8.


Opacity

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

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

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

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

This text has shadow with #ECF0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECF0F8 on black background.


Color preview on white background

This text has color #ECF0F8 on white background.



Black color preview on #ECF0F8 background

This text has black color on #ECF0F8 background.


White color preview on #ECF0F8 background

This text has white color on #ECF0F8 background.