COLOR #9BCC96

HEX: #9BCC96
RGB: (155,204,150)

Renk bilgisi

#9BCC96 contains red, green and blue colors in about the same proportion. #9BCC96 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#9BCC96 color RGB value is (155,204,150).

  • kırmız ton 155;
  • yeşil ton 204;
  • mavi ton 150.
RGB:
(155,204,150)
(61%,80%,59%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 204 of 255 = 80%
B 150 of 255 = 59%

155
204
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 204 + 150 = 509 (100%)
R 155 of 509 ~ 30.45%
G 204 of 509 ~ 40.08%
B 150 of 509 ~ 29.47%

%30.45
%40.08
%29.47

CMYK RENK MODELİ

#9BCC96 rengi CMYK tonu (24,0,26,20).

  • camgöbeği tonu 24.02%
  • eflatun tonu 0.00%
  • sarı tonu 26.47%
  • ana renk tonu 20.00%
CMYK:
(24,0,26,20)
C24M0Y26K20 
(24%,0%,26%,20%)
(0.24/0.00/0.26/0.20)	

CMYK yüzdeleri

%24.02
%0
%26.47
%20

Codes

Color #9BCC96 in popluar color models

9BCC96
RGB155204150
HSL114°34.62%69.41%
HSB/HSV114°26.47%80.00%
CMYK24.02%0.00%26.47%
20.00%

Color #9BCC96 in popluar number systems.

HEX9BCC96
Decimal155204150
Binary100110111100110010010110
Octal233314226

Shades and tints

Shades of #9BCC96

#9BCC96
(155,204,150)
#8DBA89
(141,186,137)
#7FA87C
(127,168,124)
#71966F
(113,150,111)
#638462
(99,132,98)
#557255
(85,114,85)
#476048
(71,96,72)
#394E3B
(57,78,59)
#2B3C2E
(43,60,46)
#1D2A21
(29,42,33)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #9BCC96

#9BCC96
(155,204,150)
#A4D09F
(164,208,159)
#ADD4A8
(173,212,168)
#B6D8B1
(182,216,177)
#BFDCBA
(191,220,186)
#C8E0C3
(200,224,195)
#D1E4CC
(209,228,204)
#DAE8D5
(218,232,213)
#E3ECDE
(227,236,222)
#ECF0E7
(236,240,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCC96 color. Also use rgb(155,204,150) instead hex code.

Text Font Color

.myTextColor { color: #9BCC96; }

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

This text font color is #9BCC96.


Background Color

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

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

This div background color is #9BCC96.


Border color

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

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

This div border color is #9BCC96.


Opacity

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

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

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

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

This text has shadow with #9BCC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCC96 on black background.


Color preview on white background

This text has color #9BCC96 on white background.



Black color preview on #9BCC96 background

This text has black color on #9BCC96 background.


White color preview on #9BCC96 background

This text has white color on #9BCC96 background.