COLOR #9EDD87

HEX: #9EDD87
RGB: (158,221,135)

Renk bilgisi

#9EDD87 contains mainly green color. #9EDD87 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#9EDD87 color RGB value is (158,221,135).

  • kırmız ton 158;
  • yeşil ton 221;
  • mavi ton 135.
RGB:
(158,221,135)
(62%,87%,53%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 221 of 255 = 87%
B 135 of 255 = 53%

158
221
135

R + G + B ~ 67%. #9EDD87 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 221 + 135 = 514 (100%)
R 158 of 514 ~ 30.74%
G 221 of 514 ~ 43%
B 135 of 514 ~ 26.26%

%30.74
%43
%26.26

CMYK RENK MODELİ

#9EDD87 rengi CMYK tonu (29,0,39,13).

  • camgöbeği tonu 28.51%
  • eflatun tonu 0.00%
  • sarı tonu 38.91%
  • ana renk tonu 13.33%
CMYK:
(29,0,39,13)
C29M0Y39K13 
(29%,0%,39%,13%)
(0.29/0.00/0.39/0.13)	

CMYK yüzdeleri

%28.51
%0
%38.91
%13.33

Codes

Color #9EDD87 in popluar color models

9EDD87
RGB158221135
HSL104°55.84%69.80%
HSB/HSV104°38.91%86.67%
CMYK28.51%0.00%38.91%
13.33%

Color #9EDD87 in popluar number systems.

HEX9EDD87
Decimal158221135
Binary100111101101110110000111
Octal236335207

Shades and tints

Shades of #9EDD87

#9EDD87
(158,221,135)
#90C97B
(144,201,123)
#82B56F
(130,181,111)
#74A163
(116,161,99)
#668D57
(102,141,87)
#58794B
(88,121,75)
#4A653F
(74,101,63)
#3C5133
(60,81,51)
#2E3D27
(46,61,39)
#20291B
(32,41,27)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #9EDD87

#9EDD87
(158,221,135)
#A6E091
(166,224,145)
#AEE39B
(174,227,155)
#B6E6A5
(182,230,165)
#BEE9AF
(190,233,175)
#C6ECB9
(198,236,185)
#CEEFC3
(206,239,195)
#D6F2CD
(214,242,205)
#DEF5D7
(222,245,215)
#E6F8E1
(230,248,225)
#EEFBEB
(238,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EDD87 color. Also use rgb(158,221,135) instead hex code.

Text Font Color

.myTextColor { color: #9EDD87; }

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

This text font color is #9EDD87.


Background Color

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

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

This div background color is #9EDD87.


Border color

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

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

This div border color is #9EDD87.


Opacity

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

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

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

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

This text has shadow with #9EDD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EDD87 on black background.


Color preview on white background

This text has color #9EDD87 on white background.



Black color preview on #9EDD87 background

This text has black color on #9EDD87 background.


White color preview on #9EDD87 background

This text has white color on #9EDD87 background.