COLOR #9EEFA5

HEX: #9EEFA5
RGB: (158,239,165)

Renk bilgisi

#9EEFA5 contains mainly green color. #9EEFA5 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#9EEFA5 color RGB value is (158,239,165).

  • kırmız ton 158;
  • yeşil ton 239;
  • mavi ton 165.
RGB:
(158,239,165)
(62%,94%,65%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 239 of 255 = 94%
B 165 of 255 = 65%

158
239
165

R + G + B ~ 74%. #9EEFA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 239 + 165 = 562 (100%)
R 158 of 562 ~ 28.11%
G 239 of 562 ~ 42.53%
B 165 of 562 ~ 29.36%

%28.11
%42.53
%29.36

CMYK RENK MODELİ

#9EEFA5 rengi CMYK tonu (34,0,31,6).

  • camgöbeği tonu 33.89%
  • eflatun tonu 0.00%
  • sarı tonu 30.96%
  • ana renk tonu 6.27%
CMYK:
(34,0,31,6)
C34M0Y31K6 
(34%,0%,31%,6%)
(0.34/0.00/0.31/0.06)	

CMYK yüzdeleri

%33.89
%0
%30.96
%6.27

Codes

Color #9EEFA5 in popluar color models

9EEFA5
RGB158239165
HSL125°71.68%77.84%
HSB/HSV125°33.89%93.73%
CMYK33.89%0.00%30.96%
6.27%

Color #9EEFA5 in popluar number systems.

HEX9EEFA5
Decimal158239165
Binary100111101110111110100101
Octal236357245

Shades and tints

Shades of #9EEFA5

#9EEFA5
(158,239,165)
#90DA96
(144,218,150)
#82C587
(130,197,135)
#74B078
(116,176,120)
#669B69
(102,155,105)
#58865A
(88,134,90)
#4A714B
(74,113,75)
#3C5C3C
(60,92,60)
#2E472D
(46,71,45)
#20321E
(32,50,30)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #9EEFA5

#9EEFA5
(158,239,165)
#A6F0AD
(166,240,173)
#AEF1B5
(174,241,181)
#B6F2BD
(182,242,189)
#BEF3C5
(190,243,197)
#C6F4CD
(198,244,205)
#CEF5D5
(206,245,213)
#D6F6DD
(214,246,221)
#DEF7E5
(222,247,229)
#E6F8ED
(230,248,237)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EEFA5 color. Also use rgb(158,239,165) instead hex code.

Text Font Color

.myTextColor { color: #9EEFA5; }

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

This text font color is #9EEFA5.


Background Color

.myBgColor { background-color: #9EEFA5; }

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

This div background color is #9EEFA5.


Border color

.myBorderColor { border: 1px solid #9EEFA5; }

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

This div border color is #9EEFA5.


Opacity

.myOpacity80 { color: #9EEFA5; opacity: 0.8; }

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

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

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

This text has shadow with #9EEFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EEFA5 on black background.


Color preview on white background

This text has color #9EEFA5 on white background.



Black color preview on #9EEFA5 background

This text has black color on #9EEFA5 background.


White color preview on #9EEFA5 background

This text has white color on #9EEFA5 background.