COLOR #EDFC9F

HEX: #EDFC9F
RGB: (237,252,159)

Renk bilgisi

#EDFC9F contains mainly red and green colors. #EDFC9F ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDFC9F color RGB value is (237,252,159).

  • kırmız ton 237;
  • yeşil ton 252;
  • mavi ton 159.
RGB:
(237,252,159)
(93%,99%,62%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 252 of 255 = 99%
B 159 of 255 = 62%

237
252
159

R + G + B ~ 85%. #EDFC9F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 252 + 159 = 648 (100%)
R 237 of 648 ~ 36.57%
G 252 of 648 ~ 38.89%
B 159 of 648 ~ 24.54%

%36.57
%38.89
%24.54

CMYK RENK MODELİ

#EDFC9F rengi CMYK tonu (6,0,37,1).

  • camgöbeği tonu 5.95%
  • eflatun tonu 0.00%
  • sarı tonu 36.90%
  • ana renk tonu 1.18%
CMYK:
(6,0,37,1)
C6M0Y37K1 
(6%,0%,37%,1%)
(0.06/0.00/0.37/0.01)	

CMYK yüzdeleri

%5.95
%0
%36.9
%1.18

Codes

Color #EDFC9F in popluar color models

EDFC9F
RGB237252159
HSL70°93.94%80.59%
HSB/HSV70°36.90%98.82%
CMYK5.95%0.00%36.90%
1.18%

Color #EDFC9F in popluar number systems.

HEXEDFC9F
Decimal237252159
Binary111011011111110010011111
Octal355374237

Shades and tints

Shades of #EDFC9F

#EDFC9F
(237,252,159)
#D8E691
(216,230,145)
#C3D083
(195,208,131)
#AEBA75
(174,186,117)
#99A467
(153,164,103)
#848E59
(132,142,89)
#6F784B
(111,120,75)
#5A623D
(90,98,61)
#454C2F
(69,76,47)
#303621
(48,54,33)
#1B2013
(27,32,19)
#000000
(0,0,0)

Tints of #EDFC9F

#EDFC9F
(237,252,159)
#EEFCA7
(238,252,167)
#EFFCAF
(239,252,175)
#F0FCB7
(240,252,183)
#F1FCBF
(241,252,191)
#F2FCC7
(242,252,199)
#F3FCCF
(243,252,207)
#F4FCD7
(244,252,215)
#F5FCDF
(245,252,223)
#F6FCE7
(246,252,231)
#F7FCEF
(247,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFC9F color. Also use rgb(237,252,159) instead hex code.

Text Font Color

.myTextColor { color: #EDFC9F; }

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

This text font color is #EDFC9F.


Background Color

.myBgColor { background-color: #EDFC9F; }

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

This div background color is #EDFC9F.


Border color

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

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

This div border color is #EDFC9F.


Opacity

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

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

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

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

This text has shadow with #EDFC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFC9F on black background.


Color preview on white background

This text has color #EDFC9F on white background.



Black color preview on #EDFC9F background

This text has black color on #EDFC9F background.


White color preview on #EDFC9F background

This text has white color on #EDFC9F background.