COLOR #EFFB9F

HEX: #EFFB9F
RGB: (239,251,159)

Renk bilgisi

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

RGB renk modeli

#EFFB9F color RGB value is (239,251,159).

  • kırmız ton 239;
  • yeşil ton 251;
  • mavi ton 159.
RGB:
(239,251,159)
(94%,98%,62%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 251 of 255 = 98%
B 159 of 255 = 62%

239
251
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 251 + 159 = 649 (100%)
R 239 of 649 ~ 36.83%
G 251 of 649 ~ 38.67%
B 159 of 649 ~ 24.5%

%36.83
%38.67
%24.5

CMYK RENK MODELİ

#EFFB9F rengi CMYK tonu (5,0,37,2).

  • camgöbeği tonu 4.78%
  • eflatun tonu 0.00%
  • sarı tonu 36.65%
  • ana renk tonu 1.57%
CMYK:
(5,0,37,2)
C5M0Y37K2 
(5%,0%,37%,2%)
(0.05/0.00/0.37/0.02)	

CMYK yüzdeleri

%4.78
%0
%36.65
%1.57

Codes

Color #EFFB9F in popluar color models

EFFB9F
RGB239251159
HSL68°92.00%80.39%
HSB/HSV68°36.65%98.43%
CMYK4.78%0.00%36.65%
1.57%

Color #EFFB9F in popluar number systems.

HEXEFFB9F
Decimal239251159
Binary111011111111101110011111
Octal357373237

Shades and tints

Shades of #EFFB9F

#EFFB9F
(239,251,159)
#DAE591
(218,229,145)
#C5CF83
(197,207,131)
#B0B975
(176,185,117)
#9BA367
(155,163,103)
#868D59
(134,141,89)
#71774B
(113,119,75)
#5C613D
(92,97,61)
#474B2F
(71,75,47)
#323521
(50,53,33)
#1D1F13
(29,31,19)
#000000
(0,0,0)

Tints of #EFFB9F

#EFFB9F
(239,251,159)
#F0FBA7
(240,251,167)
#F1FBAF
(241,251,175)
#F2FBB7
(242,251,183)
#F3FBBF
(243,251,191)
#F4FBC7
(244,251,199)
#F5FBCF
(245,251,207)
#F6FBD7
(246,251,215)
#F7FBDF
(247,251,223)
#F8FBE7
(248,251,231)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFB9F color. Also use rgb(239,251,159) instead hex code.

Text Font Color

.myTextColor { color: #EFFB9F; }

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

This text font color is #EFFB9F.


Background Color

.myBgColor { background-color: #EFFB9F; }

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

This div background color is #EFFB9F.


Border color

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

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

This div border color is #EFFB9F.


Opacity

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

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

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

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

This text has shadow with #EFFB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFB9F on black background.


Color preview on white background

This text has color #EFFB9F on white background.



Black color preview on #EFFB9F background

This text has black color on #EFFB9F background.


White color preview on #EFFB9F background

This text has white color on #EFFB9F background.