COLOR #EDF6DF

HEX: #EDF6DF
RGB: (237,246,223)

Renk bilgisi

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

RGB renk modeli

#EDF6DF color RGB value is (237,246,223).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 246 of 255 = 96%
B 223 of 255 = 87%

237
246
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 223 = 706 (100%)
R 237 of 706 ~ 33.57%
G 246 of 706 ~ 34.84%
B 223 of 706 ~ 31.59%

%33.57
%34.84
%31.59

CMYK RENK MODELİ

#EDF6DF rengi CMYK tonu (4,0,9,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 0.00%
  • sarı tonu 9.35%
  • ana renk tonu 3.53%
CMYK:
(4,0,9,4)
C4M0Y9K4 
(4%,0%,9%,4%)
(0.04/0.00/0.09/0.04)	

CMYK yüzdeleri

%3.66
%0
%9.35
%3.53

Codes

Color #EDF6DF in popluar color models

EDF6DF
RGB237246223
HSL83°56.10%91.96%
HSB/HSV83°9.35%96.47%
CMYK3.66%0.00%9.35%
3.53%

Color #EDF6DF in popluar number systems.

HEXEDF6DF
Decimal237246223
Binary111011011111011011011111
Octal355366337

Shades and tints

Shades of #EDF6DF

#EDF6DF
(237,246,223)
#D8E0CB
(216,224,203)
#C3CAB7
(195,202,183)
#AEB4A3
(174,180,163)
#999E8F
(153,158,143)
#84887B
(132,136,123)
#6F7267
(111,114,103)
#5A5C53
(90,92,83)
#45463F
(69,70,63)
#30302B
(48,48,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #EDF6DF

#EDF6DF
(237,246,223)
#EEF6E1
(238,246,225)
#EFF6E3
(239,246,227)
#F0F6E5
(240,246,229)
#F1F6E7
(241,246,231)
#F2F6E9
(242,246,233)
#F3F6EB
(243,246,235)
#F4F6ED
(244,246,237)
#F5F6EF
(245,246,239)
#F6F6F1
(246,246,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6DF; }

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

This text font color is #EDF6DF.


Background Color

.myBgColor { background-color: #EDF6DF; }

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

This div background color is #EDF6DF.


Border color

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

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

This div border color is #EDF6DF.


Opacity

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

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

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

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

This text has shadow with #EDF6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6DF on black background.


Color preview on white background

This text has color #EDF6DF on white background.



Black color preview on #EDF6DF background

This text has black color on #EDF6DF background.


White color preview on #EDF6DF background

This text has white color on #EDF6DF background.