COLOR #EDF7DC

HEX: #EDF7DC
RGB: (237,247,220)

Renk bilgisi

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

RGB renk modeli

#EDF7DC color RGB value is (237,247,220).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 247 of 255 = 97%
B 220 of 255 = 86%

237
247
220

R + G + B ~ 92%. #EDF7DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 247 + 220 = 704 (100%)
R 237 of 704 ~ 33.66%
G 247 of 704 ~ 35.09%
B 220 of 704 ~ 31.25%

%33.66
%35.09
%31.25

CMYK RENK MODELİ

#EDF7DC rengi CMYK tonu (4,0,11,3).

  • camgöbeği tonu 4.05%
  • eflatun tonu 0.00%
  • sarı tonu 10.93%
  • ana renk tonu 3.14%
CMYK:
(4,0,11,3)
C4M0Y11K3 
(4%,0%,11%,3%)
(0.04/0.00/0.11/0.03)	

CMYK yüzdeleri

%4.05
%0
%10.93
%3.14

Codes

Color #EDF7DC in popluar color models

EDF7DC
RGB237247220
HSL82°62.79%91.57%
HSB/HSV82°10.93%96.86%
CMYK4.05%0.00%10.93%
3.14%

Color #EDF7DC in popluar number systems.

HEXEDF7DC
Decimal237247220
Binary111011011111011111011100
Octal355367334

Shades and tints

Shades of #EDF7DC

#EDF7DC
(237,247,220)
#D8E1C8
(216,225,200)
#C3CBB4
(195,203,180)
#AEB5A0
(174,181,160)
#999F8C
(153,159,140)
#848978
(132,137,120)
#6F7364
(111,115,100)
#5A5D50
(90,93,80)
#45473C
(69,71,60)
#303128
(48,49,40)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #EDF7DC

#EDF7DC
(237,247,220)
#EEF7DF
(238,247,223)
#EFF7E2
(239,247,226)
#F0F7E5
(240,247,229)
#F1F7E8
(241,247,232)
#F2F7EB
(242,247,235)
#F3F7EE
(243,247,238)
#F4F7F1
(244,247,241)
#F5F7F4
(245,247,244)
#F6F7F7
(246,247,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7DC; }

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

This text font color is #EDF7DC.


Background Color

.myBgColor { background-color: #EDF7DC; }

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

This div background color is #EDF7DC.


Border color

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

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

This div border color is #EDF7DC.


Opacity

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

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

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

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

This text has shadow with #EDF7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7DC on black background.


Color preview on white background

This text has color #EDF7DC on white background.



Black color preview on #EDF7DC background

This text has black color on #EDF7DC background.


White color preview on #EDF7DC background

This text has white color on #EDF7DC background.