COLOR #96B996

HEX: #96B996
RGB: (150,185,150)

Renk bilgisi

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

RGB renk modeli

#96B996 color RGB value is (150,185,150).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 185 of 255 = 73%
B 150 of 255 = 59%

150
185
150

R + G + B ~ 64%. #96B996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 185 + 150 = 485 (100%)
R 150 of 485 ~ 30.93%
G 185 of 485 ~ 38.14%
B 150 of 485 ~ 30.93%

%30.93
%38.14
%30.93

CMYK RENK MODELİ

#96B996 rengi CMYK tonu (19,0,19,27).

  • camgöbeği tonu 18.92%
  • eflatun tonu 0.00%
  • sarı tonu 18.92%
  • ana renk tonu 27.45%
CMYK:
(19,0,19,27)
C19M0Y19K27 
(19%,0%,19%,27%)
(0.19/0.00/0.19/0.27)	

CMYK yüzdeleri

%18.92
%0
%18.92
%27.45

Codes

Color #96B996 in popluar color models

96B996
RGB150185150
HSL120°20.00%65.69%
HSB/HSV120°18.92%72.55%
CMYK18.92%0.00%18.92%
27.45%

Color #96B996 in popluar number systems.

HEX96B996
Decimal150185150
Binary100101101011100110010110
Octal226271226

Shades and tints

Shades of #96B996

#96B996
(150,185,150)
#89A989
(137,169,137)
#7C997C
(124,153,124)
#6F896F
(111,137,111)
#627962
(98,121,98)
#556955
(85,105,85)
#485948
(72,89,72)
#3B493B
(59,73,59)
#2E392E
(46,57,46)
#212921
(33,41,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #96B996

#96B996
(150,185,150)
#9FBF9F
(159,191,159)
#A8C5A8
(168,197,168)
#B1CBB1
(177,203,177)
#BAD1BA
(186,209,186)
#C3D7C3
(195,215,195)
#CCDDCC
(204,221,204)
#D5E3D5
(213,227,213)
#DEE9DE
(222,233,222)
#E7EFE7
(231,239,231)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B996; }

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

This text font color is #96B996.


Background Color

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

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

This div background color is #96B996.


Border color

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

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

This div border color is #96B996.


Opacity

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

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

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

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

This text has shadow with #96B996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B996 on black background.


Color preview on white background

This text has color #96B996 on white background.



Black color preview on #96B996 background

This text has black color on #96B996 background.


White color preview on #96B996 background

This text has white color on #96B996 background.