COLOR #EDF3F8

HEX: #EDF3F8
RGB: (237,243,248)

Renk bilgisi

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

RGB renk modeli

#EDF3F8 color RGB value is (237,243,248).

  • kırmız ton 237;
  • yeşil ton 243;
  • mavi ton 248.
RGB:
(237,243,248)
(93%,95%,97%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 243 of 255 = 95%
B 248 of 255 = 97%

237
243
248

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 243 + 248 = 728 (100%)
R 237 of 728 ~ 32.55%
G 243 of 728 ~ 33.38%
B 248 of 728 ~ 34.07%

%32.55
%33.38
%34.07

CMYK RENK MODELİ

#EDF3F8 rengi CMYK tonu (4,2,0,3).

  • camgöbeği tonu 4.44%
  • eflatun tonu 2.02%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(4,2,0,3)
C4M2Y0K3 
(4%,2%,0%,3%)
(0.04/0.02/0.00/0.03)	

CMYK yüzdeleri

%4.44
%2.02
%0
%2.75

Codes

Color #EDF3F8 in popluar color models

EDF3F8
RGB237243248
HSL207°44.00%95.10%
HSB/HSV207°4.44%97.25%
CMYK4.44%2.02%0.00%
2.75%

Color #EDF3F8 in popluar number systems.

HEXEDF3F8
Decimal237243248
Binary111011011111001111111000
Octal355363370

Shades and tints

Shades of #EDF3F8

#EDF3F8
(237,243,248)
#D8DDE2
(216,221,226)
#C3C7CC
(195,199,204)
#AEB1B6
(174,177,182)
#999BA0
(153,155,160)
#84858A
(132,133,138)
#6F6F74
(111,111,116)
#5A595E
(90,89,94)
#454348
(69,67,72)
#302D32
(48,45,50)
#1B171C
(27,23,28)
#000000
(0,0,0)

Tints of #EDF3F8

#EDF3F8
(237,243,248)
#EEF4F8
(238,244,248)
#EFF5F8
(239,245,248)
#F0F6F8
(240,246,248)
#F1F7F8
(241,247,248)
#F2F8F8
(242,248,248)
#F3F9F8
(243,249,248)
#F4FAF8
(244,250,248)
#F5FBF8
(245,251,248)
#F6FCF8
(246,252,248)
#F7FDF8
(247,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF3F8 color. Also use rgb(237,243,248) instead hex code.

Text Font Color

.myTextColor { color: #EDF3F8; }

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

This text font color is #EDF3F8.


Background Color

.myBgColor { background-color: #EDF3F8; }

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

This div background color is #EDF3F8.


Border color

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

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

This div border color is #EDF3F8.


Opacity

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

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

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

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

This text has shadow with #EDF3F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3F8 on black background.


Color preview on white background

This text has color #EDF3F8 on white background.



Black color preview on #EDF3F8 background

This text has black color on #EDF3F8 background.


White color preview on #EDF3F8 background

This text has white color on #EDF3F8 background.