COLOR #EDF3F7

HEX: #EDF3F7
RGB: (237,243,247)

Renk bilgisi

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

RGB renk modeli

#EDF3F7 color RGB value is (237,243,247).

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

RGB bağlantıları ve doygunluk

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

237
243
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 243 + 247 = 727 (100%)
R 237 of 727 ~ 32.6%
G 243 of 727 ~ 33.43%
B 247 of 727 ~ 33.98%

%32.6
%33.43
%33.98

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%4.05
%1.62
%0
%3.14

Codes

Color #EDF3F7 in popluar color models

EDF3F7
RGB237243247
HSL204°38.46%94.90%
HSB/HSV204°4.05%96.86%
CMYK4.05%1.62%0.00%
3.14%

Color #EDF3F7 in popluar number systems.

HEXEDF3F7
Decimal237243247
Binary111011011111001111110111
Octal355363367

Shades and tints

Shades of #EDF3F7

#EDF3F7
(237,243,247)
#D8DDE1
(216,221,225)
#C3C7CB
(195,199,203)
#AEB1B5
(174,177,181)
#999B9F
(153,155,159)
#848589
(132,133,137)
#6F6F73
(111,111,115)
#5A595D
(90,89,93)
#454347
(69,67,71)
#302D31
(48,45,49)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #EDF3F7

#EDF3F7
(237,243,247)
#EEF4F7
(238,244,247)
#EFF5F7
(239,245,247)
#F0F6F7
(240,246,247)
#F1F7F7
(241,247,247)
#F2F8F7
(242,248,247)
#F3F9F7
(243,249,247)
#F4FAF7
(244,250,247)
#F5FBF7
(245,251,247)
#F6FCF7
(246,252,247)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3F7; }

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

This text font color is #EDF3F7.


Background Color

.myBgColor { background-color: #EDF3F7; }

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

This div background color is #EDF3F7.


Border color

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

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

This div border color is #EDF3F7.


Opacity

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

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

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

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

This text has shadow with #EDF3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF3F7 on black background.


Color preview on white background

This text has color #EDF3F7 on white background.



Black color preview on #EDF3F7 background

This text has black color on #EDF3F7 background.


White color preview on #EDF3F7 background

This text has white color on #EDF3F7 background.