COLOR #EDF0DF

HEX: #EDF0DF
RGB: (237,240,223)

Renk bilgisi

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

RGB renk modeli

#EDF0DF color RGB value is (237,240,223).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 223 of 255 = 87%

237
240
223

R + G + B ~ 91%. #EDF0DF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 223 = 700 (100%)
R 237 of 700 ~ 33.86%
G 240 of 700 ~ 34.29%
B 223 of 700 ~ 31.86%

%33.86
%34.29
%31.86

CMYK RENK MODELİ

#EDF0DF rengi CMYK tonu (1,0,7,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 7.08%
  • ana renk tonu 5.88%
CMYK:
(1,0,7,6)
C1M0Y7K6 
(1%,0%,7%,6%)
(0.01/0.00/0.07/0.06)	

CMYK yüzdeleri

%1.25
%0
%7.08
%5.88

Codes

Color #EDF0DF in popluar color models

EDF0DF
RGB237240223
HSL71°36.17%90.78%
HSB/HSV71°7.08%94.12%
CMYK1.25%0.00%7.08%
5.88%

Color #EDF0DF in popluar number systems.

HEXEDF0DF
Decimal237240223
Binary111011011111000011011111
Octal355360337

Shades and tints

Shades of #EDF0DF

#EDF0DF
(237,240,223)
#D8DBCB
(216,219,203)
#C3C6B7
(195,198,183)
#AEB1A3
(174,177,163)
#999C8F
(153,156,143)
#84877B
(132,135,123)
#6F7267
(111,114,103)
#5A5D53
(90,93,83)
#45483F
(69,72,63)
#30332B
(48,51,43)
#1B1E17
(27,30,23)
#000000
(0,0,0)

Tints of #EDF0DF

#EDF0DF
(237,240,223)
#EEF1E1
(238,241,225)
#EFF2E3
(239,242,227)
#F0F3E5
(240,243,229)
#F1F4E7
(241,244,231)
#F2F5E9
(242,245,233)
#F3F6EB
(243,246,235)
#F4F7ED
(244,247,237)
#F5F8EF
(245,248,239)
#F6F9F1
(246,249,241)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0DF; }

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

This text font color is #EDF0DF.


Background Color

.myBgColor { background-color: #EDF0DF; }

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

This div background color is #EDF0DF.


Border color

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

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

This div border color is #EDF0DF.


Opacity

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

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

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

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

This text has shadow with #EDF0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0DF on black background.


Color preview on white background

This text has color #EDF0DF on white background.



Black color preview on #EDF0DF background

This text has black color on #EDF0DF background.


White color preview on #EDF0DF background

This text has white color on #EDF0DF background.