COLOR #EDF3F5

HEX: #EDF3F5
RGB: (237,243,245)

Renk bilgisi

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

RGB renk modeli

#EDF3F5 color RGB value is (237,243,245).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 243 of 255 = 95%
B 245 of 255 = 96%

237
243
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 243 + 245 = 725 (100%)
R 237 of 725 ~ 32.69%
G 243 of 725 ~ 33.52%
B 245 of 725 ~ 33.79%

%32.69
%33.52
%33.79

CMYK RENK MODELİ

#EDF3F5 rengi CMYK tonu (3,1,0,4).

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.82%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK: (3,1,0,4) C3M1Y0K4 (3%,1%,0%,4%) (0.03/0.01/0.00/0.04)

CMYK yüzdeleri

%3.27
%0.82
%0
%3.92

Codes

Color #EDF3F5 in popluar color models

EDF3F5
RGB237243245
HSL195°28.57%94.51%
HSB/HSV195°3.27%96.08%
CMYK3.27%0.82%0.00%
3.92%

Color #EDF3F5 in popluar number systems.

HEXEDF3F5
Decimal237243245
Binary111011011111001111110101
Octal355363365

Shades and tints

Shades of #EDF3F5

#EDF3F5
(237,243,245)
#D8DDDF
(216,221,223)
#C3C7C9
(195,199,201)
#AEB1B3
(174,177,179)
#999B9D
(153,155,157)
#848587
(132,133,135)
#6F6F71
(111,111,113)
#5A595B
(90,89,91)
#454345
(69,67,69)
#302D2F
(48,45,47)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #EDF3F5

#EDF3F5
(237,243,245)
#EEF4F5
(238,244,245)
#EFF5F5
(239,245,245)
#F0F6F5
(240,246,245)
#F1F7F5
(241,247,245)
#F2F8F5
(242,248,245)
#F3F9F5
(243,249,245)
#F4FAF5
(244,250,245)
#F5FBF5
(245,251,245)
#F6FCF5
(246,252,245)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF3F5; }

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

This text font color is #EDF3F5.


Background Color

.myBgColor { background-color: #EDF3F5; }

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

This div background color is #EDF3F5.


Border color

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

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

This div border color is #EDF3F5.


Opacity

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

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

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

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

This text has shadow with #EDF3F5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDF3F5 on black background.


Color preview on white background

This text has color #EDF3F5 on white background.



Black color preview on #EDF3F5 background

This text has black color on #EDF3F5 background.


White color preview on #EDF3F5 background

This text has white color on #EDF3F5 background.