COLOR #EFFC9D

HEX: #EFFC9D
RGB: (239,252,157)

Renk bilgisi

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

RGB renk modeli

#EFFC9D color RGB value is (239,252,157).

  • kırmız ton 239;
  • yeşil ton 252;
  • mavi ton 157.
RGB:
(239,252,157)
(94%,99%,62%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 252 of 255 = 99%
B 157 of 255 = 62%

239
252
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 252 + 157 = 648 (100%)
R 239 of 648 ~ 36.88%
G 252 of 648 ~ 38.89%
B 157 of 648 ~ 24.23%

%36.88
%38.89
%24.23

CMYK RENK MODELİ

#EFFC9D rengi CMYK tonu (5,0,38,1).

  • camgöbeği tonu 5.16%
  • eflatun tonu 0.00%
  • sarı tonu 37.70%
  • ana renk tonu 1.18%
CMYK:
(5,0,38,1)
C5M0Y38K1 
(5%,0%,38%,1%)
(0.05/0.00/0.38/0.01)	

CMYK yüzdeleri

%5.16
%0
%37.7
%1.18

Codes

Color #EFFC9D in popluar color models

EFFC9D
RGB239252157
HSL68°94.06%80.20%
HSB/HSV68°37.70%98.82%
CMYK5.16%0.00%37.70%
1.18%

Color #EFFC9D in popluar number systems.

HEXEFFC9D
Decimal239252157
Binary111011111111110010011101
Octal357374235

Shades and tints

Shades of #EFFC9D

#EFFC9D
(239,252,157)
#DAE68F
(218,230,143)
#C5D081
(197,208,129)
#B0BA73
(176,186,115)
#9BA465
(155,164,101)
#868E57
(134,142,87)
#717849
(113,120,73)
#5C623B
(92,98,59)
#474C2D
(71,76,45)
#32361F
(50,54,31)
#1D2011
(29,32,17)
#000000
(0,0,0)

Tints of #EFFC9D

#EFFC9D
(239,252,157)
#F0FCA5
(240,252,165)
#F1FCAD
(241,252,173)
#F2FCB5
(242,252,181)
#F3FCBD
(243,252,189)
#F4FCC5
(244,252,197)
#F5FCCD
(245,252,205)
#F6FCD5
(246,252,213)
#F7FCDD
(247,252,221)
#F8FCE5
(248,252,229)
#F9FCED
(249,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFC9D color. Also use rgb(239,252,157) instead hex code.

Text Font Color

.myTextColor { color: #EFFC9D; }

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

This text font color is #EFFC9D.


Background Color

.myBgColor { background-color: #EFFC9D; }

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

This div background color is #EFFC9D.


Border color

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

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

This div border color is #EFFC9D.


Opacity

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

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

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

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

This text has shadow with #EFFC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFC9D on black background.


Color preview on white background

This text has color #EFFC9D on white background.



Black color preview on #EFFC9D background

This text has black color on #EFFC9D background.


White color preview on #EFFC9D background

This text has white color on #EFFC9D background.