COLOR #96A996

HEX: #96A996
RGB: (150,169,150)

Renk bilgisi

#96A996 contains red, green and blue colors in about the same proportion. #96A996 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#96A996 color RGB value is (150,169,150).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 169 of 255 = 66%
B 150 of 255 = 59%

150
169
150

R + G + B ~ 61%. #96A996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 169 + 150 = 469 (100%)
R 150 of 469 ~ 31.98%
G 169 of 469 ~ 36.03%
B 150 of 469 ~ 31.98%

%31.98
%36.03
%31.98

CMYK RENK MODELİ

#96A996 rengi CMYK tonu (11,0,11,34).

  • camgöbeği tonu 11.24%
  • eflatun tonu 0.00%
  • sarı tonu 11.24%
  • ana renk tonu 33.73%
CMYK:
(11,0,11,34)
C11M0Y11K34 
(11%,0%,11%,34%)
(0.11/0.00/0.11/0.34)	

CMYK yüzdeleri

%11.24
%0
%11.24
%33.73

Codes

Color #96A996 in popluar color models

96A996
RGB150169150
HSL120°9.95%62.55%
HSB/HSV120°11.24%66.27%
CMYK11.24%0.00%11.24%
33.73%

Color #96A996 in popluar number systems.

HEX96A996
Decimal150169150
Binary100101101010100110010110
Octal226251226

Shades and tints

Shades of #96A996

#96A996
(150,169,150)
#899A89
(137,154,137)
#7C8B7C
(124,139,124)
#6F7C6F
(111,124,111)
#626D62
(98,109,98)
#555E55
(85,94,85)
#484F48
(72,79,72)
#3B403B
(59,64,59)
#2E312E
(46,49,46)
#212221
(33,34,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #96A996

#96A996
(150,169,150)
#9FB09F
(159,176,159)
#A8B7A8
(168,183,168)
#B1BEB1
(177,190,177)
#BAC5BA
(186,197,186)
#C3CCC3
(195,204,195)
#CCD3CC
(204,211,204)
#D5DAD5
(213,218,213)
#DEE1DE
(222,225,222)
#E7E8E7
(231,232,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A996; }

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

This text font color is #96A996.


Background Color

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

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

This div background color is #96A996.


Border color

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

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

This div border color is #96A996.


Opacity

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

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

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

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

This text has shadow with #96A996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A996 on black background.


Color preview on white background

This text has color #96A996 on white background.



Black color preview on #96A996 background

This text has black color on #96A996 background.


White color preview on #96A996 background

This text has white color on #96A996 background.