COLOR #EDF5F1

HEX: #EDF5F1
RGB: (237,245,241)

Renk bilgisi

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

RGB renk modeli

#EDF5F1 color RGB value is (237,245,241).

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

RGB bağlantıları ve doygunluk

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

237
245
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 245 + 241 = 723 (100%)
R 237 of 723 ~ 32.78%
G 245 of 723 ~ 33.89%
B 241 of 723 ~ 33.33%

%32.78
%33.89
%33.33

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.27%
  • eflatun tonu 0.00%
  • sarı tonu 1.63%
  • ana renk tonu 3.92%
CMYK:
(3,0,2,4)
C3M0Y2K4 
(3%,0%,2%,4%)
(0.03/0.00/0.02/0.04)	

CMYK yüzdeleri

%3.27
%0
%1.63
%3.92

Codes

Color #EDF5F1 in popluar color models

EDF5F1
RGB237245241
HSL150°28.57%94.51%
HSB/HSV150°3.27%96.08%
CMYK3.27%0.00%1.63%
3.92%

Color #EDF5F1 in popluar number systems.

HEXEDF5F1
Decimal237245241
Binary111011011111010111110001
Octal355365361

Shades and tints

Shades of #EDF5F1

#EDF5F1
(237,245,241)
#D8DFDC
(216,223,220)
#C3C9C7
(195,201,199)
#AEB3B2
(174,179,178)
#999D9D
(153,157,157)
#848788
(132,135,136)
#6F7173
(111,113,115)
#5A5B5E
(90,91,94)
#454549
(69,69,73)
#302F34
(48,47,52)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #EDF5F1

#EDF5F1
(237,245,241)
#EEF5F2
(238,245,242)
#EFF5F3
(239,245,243)
#F0F5F4
(240,245,244)
#F1F5F5
(241,245,245)
#F2F5F6
(242,245,246)
#F3F5F7
(243,245,247)
#F4F5F8
(244,245,248)
#F5F5F9
(245,245,249)
#F6F5FA
(246,245,250)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF5F1; }

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

This text font color is #EDF5F1.


Background Color

.myBgColor { background-color: #EDF5F1; }

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

This div background color is #EDF5F1.


Border color

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

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

This div border color is #EDF5F1.


Opacity

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

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

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

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

This text has shadow with #EDF5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF5F1 on black background.


Color preview on white background

This text has color #EDF5F1 on white background.



Black color preview on #EDF5F1 background

This text has black color on #EDF5F1 background.


White color preview on #EDF5F1 background

This text has white color on #EDF5F1 background.