COLOR #EDF9EF

HEX: #EDF9EF
RGB: (237,249,239)

Renk bilgisi

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

RGB renk modeli

#EDF9EF color RGB value is (237,249,239).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 249 of 255 = 98%
B 239 of 255 = 94%

237
249
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 249 + 239 = 725 (100%)
R 237 of 725 ~ 32.69%
G 249 of 725 ~ 34.34%
B 239 of 725 ~ 32.97%

%32.69
%34.34
%32.97

CMYK RENK MODELİ

#EDF9EF rengi CMYK tonu (5,0,4,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 0.00%
  • sarı tonu 4.02%
  • ana renk tonu 2.35%
CMYK:
(5,0,4,2)
C5M0Y4K2 
(5%,0%,4%,2%)
(0.05/0.00/0.04/0.02)	

CMYK yüzdeleri

%4.82
%0
%4.02
%2.35

Codes

Color #EDF9EF in popluar color models

EDF9EF
RGB237249239
HSL130°50.00%95.29%
HSB/HSV130°4.82%97.65%
CMYK4.82%0.00%4.02%
2.35%

Color #EDF9EF in popluar number systems.

HEXEDF9EF
Decimal237249239
Binary111011011111100111101111
Octal355371357

Shades and tints

Shades of #EDF9EF

#EDF9EF
(237,249,239)
#D8E3DA
(216,227,218)
#C3CDC5
(195,205,197)
#AEB7B0
(174,183,176)
#99A19B
(153,161,155)
#848B86
(132,139,134)
#6F7571
(111,117,113)
#5A5F5C
(90,95,92)
#454947
(69,73,71)
#303332
(48,51,50)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDF9EF

#EDF9EF
(237,249,239)
#EEF9F0
(238,249,240)
#EFF9F1
(239,249,241)
#F0F9F2
(240,249,242)
#F1F9F3
(241,249,243)
#F2F9F4
(242,249,244)
#F3F9F5
(243,249,245)
#F4F9F6
(244,249,246)
#F5F9F7
(245,249,247)
#F6F9F8
(246,249,248)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF9EF; }

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

This text font color is #EDF9EF.


Background Color

.myBgColor { background-color: #EDF9EF; }

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

This div background color is #EDF9EF.


Border color

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

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

This div border color is #EDF9EF.


Opacity

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

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

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

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

This text has shadow with #EDF9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF9EF on black background.


Color preview on white background

This text has color #EDF9EF on white background.



Black color preview on #EDF9EF background

This text has black color on #EDF9EF background.


White color preview on #EDF9EF background

This text has white color on #EDF9EF background.