COLOR #EDF2F7

HEX: #EDF2F7
RGB: (237,242,247)

Renk bilgisi

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

RGB renk modeli

#EDF2F7 color RGB value is (237,242,247).

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

RGB bağlantıları ve doygunluk

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

237
242
247

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 247 = 726 (100%)
R 237 of 726 ~ 32.64%
G 242 of 726 ~ 33.33%
B 247 of 726 ~ 34.02%

%32.64
%33.33
%34.02

CMYK RENK MODELİ

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

  • camgöbeği tonu 4.05%
  • eflatun tonu 2.02%
  • 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
%2.02
%0
%3.14

Codes

Color #EDF2F7 in popluar color models

EDF2F7
RGB237242247
HSL210°38.46%94.90%
HSB/HSV210°4.05%96.86%
CMYK4.05%2.02%0.00%
3.14%

Color #EDF2F7 in popluar number systems.

HEXEDF2F7
Decimal237242247
Binary111011011111001011110111
Octal355362367

Shades and tints

Shades of #EDF2F7

#EDF2F7
(237,242,247)
#D8DCE1
(216,220,225)
#C3C6CB
(195,198,203)
#AEB0B5
(174,176,181)
#999A9F
(153,154,159)
#848489
(132,132,137)
#6F6E73
(111,110,115)
#5A585D
(90,88,93)
#454247
(69,66,71)
#302C31
(48,44,49)
#1B161B
(27,22,27)
#000000
(0,0,0)

Tints of #EDF2F7

#EDF2F7
(237,242,247)
#EEF3F7
(238,243,247)
#EFF4F7
(239,244,247)
#F0F5F7
(240,245,247)
#F1F6F7
(241,246,247)
#F2F7F7
(242,247,247)
#F3F8F7
(243,248,247)
#F4F9F7
(244,249,247)
#F5FAF7
(245,250,247)
#F6FBF7
(246,251,247)
#F7FCF7
(247,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2F7; }

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

This text font color is #EDF2F7.


Background Color

.myBgColor { background-color: #EDF2F7; }

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

This div background color is #EDF2F7.


Border color

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

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

This div border color is #EDF2F7.


Opacity

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

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

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

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

This text has shadow with #EDF2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2F7 on black background.


Color preview on white background

This text has color #EDF2F7 on white background.



Black color preview on #EDF2F7 background

This text has black color on #EDF2F7 background.


White color preview on #EDF2F7 background

This text has white color on #EDF2F7 background.