COLOR #EDF0F2

HEX: #EDF0F2
RGB: (237,240,242)

Renk bilgisi

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

RGB renk modeli

#EDF0F2 color RGB value is (237,240,242).

  • kırmız ton 237;
  • yeşil ton 240;
  • mavi ton 242.
RGB: (237,240,242) (93%,94%,95%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 242 of 255 = 95%

237
240
242

R + G + B ~ 94%. #EDF0F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 242 = 719 (100%)
R 237 of 719 ~ 32.96%
G 240 of 719 ~ 33.38%
B 242 of 719 ~ 33.66%

%32.96
%33.38
%33.66

CMYK RENK MODELİ

#EDF0F2 rengi CMYK tonu (2,1,0,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.83%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK: (2,1,0,5) C2M1Y0K5 (2%,1%,0%,5%) (0.02/0.01/0.00/0.05)

CMYK yüzdeleri

%2.07
%0.83
%0
%5.1

Codes

Color #EDF0F2 in popluar color models

EDF0F2
RGB237240242
HSL204°16.13%93.92%
HSB/HSV204°2.07%94.90%
CMYK2.07%0.83%0.00%
5.10%

Color #EDF0F2 in popluar number systems.

HEXEDF0F2
Decimal237240242
Binary111011011111000011110010
Octal355360362

Shades and tints

Shades of #EDF0F2

#EDF0F2
(237,240,242)
#D8DBDC
(216,219,220)
#C3C6C6
(195,198,198)
#AEB1B0
(174,177,176)
#999C9A
(153,156,154)
#848784
(132,135,132)
#6F726E
(111,114,110)
#5A5D58
(90,93,88)
#454842
(69,72,66)
#30332C
(48,51,44)
#1B1E16
(27,30,22)
#000000
(0,0,0)

Tints of #EDF0F2

#EDF0F2
(237,240,242)
#EEF1F3
(238,241,243)
#EFF2F4
(239,242,244)
#F0F3F5
(240,243,245)
#F1F4F6
(241,244,246)
#F2F5F7
(242,245,247)
#F3F6F8
(243,246,248)
#F4F7F9
(244,247,249)
#F5F8FA
(245,248,250)
#F6F9FB
(246,249,251)
#F7FAFC
(247,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF0F2 color. Also use rgb(237,240,242) instead hex code.

Text Font Color

.myTextColor { color: #EDF0F2; }

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

This text font color is #EDF0F2.


Background Color

.myBgColor { background-color: #EDF0F2; }

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

This div background color is #EDF0F2.


Border color

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

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

This div border color is #EDF0F2.


Opacity

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

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

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

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

This text has shadow with #EDF0F2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDF0F2 on black background.


Color preview on white background

This text has color #EDF0F2 on white background.



Black color preview on #EDF0F2 background

This text has black color on #EDF0F2 background.


White color preview on #EDF0F2 background

This text has white color on #EDF0F2 background.