COLOR #96B999

HEX: #96B999
RGB: (150,185,153)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

150
185
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 185 + 153 = 488 (100%)
R 150 of 488 ~ 30.74%
G 185 of 488 ~ 37.91%
B 153 of 488 ~ 31.35%

%30.74
%37.91
%31.35

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%18.92
%0
%17.3
%27.45

Codes

Color #96B999 in popluar color models

96B999
RGB150185153
HSL125°20.00%65.69%
HSB/HSV125°18.92%72.55%
CMYK18.92%0.00%17.30%
27.45%

Color #96B999 in popluar number systems.

HEX96B999
Decimal150185153
Binary100101101011100110011001
Octal226271231

Shades and tints

Shades of #96B999

#96B999
(150,185,153)
#89A98C
(137,169,140)
#7C997F
(124,153,127)
#6F8972
(111,137,114)
#627965
(98,121,101)
#556958
(85,105,88)
#48594B
(72,89,75)
#3B493E
(59,73,62)
#2E3931
(46,57,49)
#212924
(33,41,36)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #96B999

#96B999
(150,185,153)
#9FBFA2
(159,191,162)
#A8C5AB
(168,197,171)
#B1CBB4
(177,203,180)
#BAD1BD
(186,209,189)
#C3D7C6
(195,215,198)
#CCDDCF
(204,221,207)
#D5E3D8
(213,227,216)
#DEE9E1
(222,233,225)
#E7EFEA
(231,239,234)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B999; }

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

This text font color is #96B999.


Background Color

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

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

This div background color is #96B999.


Border color

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

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

This div border color is #96B999.


Opacity

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

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

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

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

This text has shadow with #96B999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B999 on black background.


Color preview on white background

This text has color #96B999 on white background.



Black color preview on #96B999 background

This text has black color on #96B999 background.


White color preview on #96B999 background

This text has white color on #96B999 background.