COLOR #96B496

HEX: #96B496
RGB: (150,180,150)

Renk bilgisi

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

RGB renk modeli

#96B496 color RGB value is (150,180,150).

  • kırmız ton 150;
  • yeşil ton 180;
  • mavi ton 150.
RGB:
(150,180,150)
(59%,71%,59%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 180 of 255 = 71%
B 150 of 255 = 59%

150
180
150

R + G + B ~ 63%. #96B496 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 180 + 150 = 480 (100%)
R 150 of 480 ~ 31.25%
G 180 of 480 ~ 37.5%
B 150 of 480 ~ 31.25%

%31.25
%37.5
%31.25

CMYK RENK MODELİ

#96B496 rengi CMYK tonu (17,0,17,29).

  • camgöbeği tonu 16.67%
  • eflatun tonu 0.00%
  • sarı tonu 16.67%
  • ana renk tonu 29.41%
CMYK:
(17,0,17,29)
C17M0Y17K29 
(17%,0%,17%,29%)
(0.17/0.00/0.17/0.29)	

CMYK yüzdeleri

%16.67
%0
%16.67
%29.41

Codes

Color #96B496 in popluar color models

96B496
RGB150180150
HSL120°16.67%64.71%
HSB/HSV120°16.67%70.59%
CMYK16.67%0.00%16.67%
29.41%

Color #96B496 in popluar number systems.

HEX96B496
Decimal150180150
Binary100101101011010010010110
Octal226264226

Shades and tints

Shades of #96B496

#96B496
(150,180,150)
#89A489
(137,164,137)
#7C947C
(124,148,124)
#6F846F
(111,132,111)
#627462
(98,116,98)
#556455
(85,100,85)
#485448
(72,84,72)
#3B443B
(59,68,59)
#2E342E
(46,52,46)
#212421
(33,36,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96B496

#96B496
(150,180,150)
#9FBA9F
(159,186,159)
#A8C0A8
(168,192,168)
#B1C6B1
(177,198,177)
#BACCBA
(186,204,186)
#C3D2C3
(195,210,195)
#CCD8CC
(204,216,204)
#D5DED5
(213,222,213)
#DEE4DE
(222,228,222)
#E7EAE7
(231,234,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B496 color. Also use rgb(150,180,150) instead hex code.

Text Font Color

.myTextColor { color: #96B496; }

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

This text font color is #96B496.


Background Color

.myBgColor { background-color: #96B496; }

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

This div background color is #96B496.


Border color

.myBorderColor { border: 1px solid #96B496; }

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

This div border color is #96B496.


Opacity

.myOpacity80 { color: #96B496; opacity: 0.8; }

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

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

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

This text has shadow with #96B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B496 on black background.


Color preview on white background

This text has color #96B496 on white background.



Black color preview on #96B496 background

This text has black color on #96B496 background.


White color preview on #96B496 background

This text has white color on #96B496 background.