COLOR #9EB478

HEX: #9EB478
RGB: (158,180,120)

Renk bilgisi

#9EB478 contains mainly red and green colors. #9EB478 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#9EB478 color RGB value is (158,180,120).

  • kırmız ton 158;
  • yeşil ton 180;
  • mavi ton 120.
RGB:
(158,180,120)
(62%,71%,47%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 180 of 255 = 71%
B 120 of 255 = 47%

158
180
120

R + G + B ~ 60%. #9EB478 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 180 + 120 = 458 (100%)
R 158 of 458 ~ 34.5%
G 180 of 458 ~ 39.3%
B 120 of 458 ~ 26.2%

%34.5
%39.3
%26.2

CMYK RENK MODELİ

#9EB478 rengi CMYK tonu (12,0,33,29).

  • camgöbeği tonu 12.22%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 29.41%
CMYK:
(12,0,33,29)
C12M0Y33K29 
(12%,0%,33%,29%)
(0.12/0.00/0.33/0.29)	

CMYK yüzdeleri

%12.22
%0
%33.33
%29.41

Codes

Color #9EB478 in popluar color models

9EB478
RGB158180120
HSL82°28.57%58.82%
HSB/HSV82°33.33%70.59%
CMYK12.22%0.00%33.33%
29.41%

Color #9EB478 in popluar number systems.

HEX9EB478
Decimal158180120
Binary10011110101101001111000
Octal236264170

Shades and tints

Shades of #9EB478

#9EB478
(158,180,120)
#90A46E
(144,164,110)
#829464
(130,148,100)
#74845A
(116,132,90)
#667450
(102,116,80)
#586446
(88,100,70)
#4A543C
(74,84,60)
#3C4432
(60,68,50)
#2E3428
(46,52,40)
#20241E
(32,36,30)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9EB478

#9EB478
(158,180,120)
#A6BA84
(166,186,132)
#AEC090
(174,192,144)
#B6C69C
(182,198,156)
#BECCA8
(190,204,168)
#C6D2B4
(198,210,180)
#CED8C0
(206,216,192)
#D6DECC
(214,222,204)
#DEE4D8
(222,228,216)
#E6EAE4
(230,234,228)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB478 color. Also use rgb(158,180,120) instead hex code.

Text Font Color

.myTextColor { color: #9EB478; }

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

This text font color is #9EB478.


Background Color

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

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

This div background color is #9EB478.


Border color

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

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

This div border color is #9EB478.


Opacity

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

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

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

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

This text has shadow with #9EB478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB478 on black background.


Color preview on white background

This text has color #9EB478 on white background.



Black color preview on #9EB478 background

This text has black color on #9EB478 background.


White color preview on #9EB478 background

This text has white color on #9EB478 background.