COLOR #EDF4EF

HEX: #EDF4EF
RGB: (237,244,239)

Renk bilgisi

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

RGB renk modeli

#EDF4EF color RGB value is (237,244,239).

  • kırmız ton 237;
  • yeşil ton 244;
  • mavi ton 239.
RGB:
(237,244,239)
(93%,96%,94%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 244 of 255 = 96%
B 239 of 255 = 94%

237
244
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 244 + 239 = 720 (100%)
R 237 of 720 ~ 32.92%
G 244 of 720 ~ 33.89%
B 239 of 720 ~ 33.19%

%32.92
%33.89
%33.19

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.87
%0
%2.05
%4.31

Codes

Color #EDF4EF in popluar color models

EDF4EF
RGB237244239
HSL137°24.14%94.31%
HSB/HSV137°2.87%95.69%
CMYK2.87%0.00%2.05%
4.31%

Color #EDF4EF in popluar number systems.

HEXEDF4EF
Decimal237244239
Binary111011011111010011101111
Octal355364357

Shades and tints

Shades of #EDF4EF

#EDF4EF
(237,244,239)
#D8DEDA
(216,222,218)
#C3C8C5
(195,200,197)
#AEB2B0
(174,178,176)
#999C9B
(153,156,155)
#848686
(132,134,134)
#6F7071
(111,112,113)
#5A5A5C
(90,90,92)
#454447
(69,68,71)
#302E32
(48,46,50)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #EDF4EF

#EDF4EF
(237,244,239)
#EEF5F0
(238,245,240)
#EFF6F1
(239,246,241)
#F0F7F2
(240,247,242)
#F1F8F3
(241,248,243)
#F2F9F4
(242,249,244)
#F3FAF5
(243,250,245)
#F4FBF6
(244,251,246)
#F5FCF7
(245,252,247)
#F6FDF8
(246,253,248)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF4EF color. Also use rgb(237,244,239) instead hex code.

Text Font Color

.myTextColor { color: #EDF4EF; }

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

This text font color is #EDF4EF.


Background Color

.myBgColor { background-color: #EDF4EF; }

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

This div background color is #EDF4EF.


Border color

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

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

This div border color is #EDF4EF.


Opacity

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

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

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

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

This text has shadow with #EDF4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF4EF on black background.


Color preview on white background

This text has color #EDF4EF on white background.



Black color preview on #EDF4EF background

This text has black color on #EDF4EF background.


White color preview on #EDF4EF background

This text has white color on #EDF4EF background.