COLOR #96A498

HEX: #96A498
RGB: (150,164,152)

Color info

#96A498 contains red, green and blue colors in about the same proportion. Web safe color of #96A498 is #999999 (or #999).

RGB color model

#96A498 color RGB value is (150,164,152).

  • red value is 150;
  • green value is 164;
  • blue value is 152.
RGB:
(150,164,152)
(59%,64%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 164 of 255 = 64%
B 152 of 255 = 60%

150
164
152

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

Portions of RGB colors in percentages

R + G + B =
150 + 164 + 152 = 466 (100%)
R 150 of 466 ~ 32.19%
G 164 of 466 ~ 35.19%
B 152 of 466 ~ 32.62%

%32.19
%35.19
%32.62

CMYK color model

#96A498 color CMYK value is (9,0,7,36).

  • cyan value is 8.54%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(9,0,7,36)
C9M0Y7K36 
(9%,0%,7%,36%)
(0.09/0.00/0.07/0.36)	

CMYK percentages

%8.54
%0
%7.32
%35.69

Codes

Color #96A498 in popluar color models

96A498
RGB150164152
HSL129°7.14%61.57%
HSB/HSV129°8.54%64.31%
CMYK8.54%0.00%7.32%
35.69%

Color #96A498 in popluar number systems.

HEX96A498
Decimal150164152
Binary100101101010010010011000
Octal226244230

Shades and tints

Shades of #96A498

#96A498
(150,164,152)
#89968B
(137,150,139)
#7C887E
(124,136,126)
#6F7A71
(111,122,113)
#626C64
(98,108,100)
#555E57
(85,94,87)
#48504A
(72,80,74)
#3B423D
(59,66,61)
#2E3430
(46,52,48)
#212623
(33,38,35)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #96A498

#96A498
(150,164,152)
#9FACA1
(159,172,161)
#A8B4AA
(168,180,170)
#B1BCB3
(177,188,179)
#BAC4BC
(186,196,188)
#C3CCC5
(195,204,197)
#CCD4CE
(204,212,206)
#D5DCD7
(213,220,215)
#DEE4E0
(222,228,224)
#E7ECE9
(231,236,233)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A498; }

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

This text font color is #96A498.


Background Color

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

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

This div background color is #96A498.


Border color

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

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

This div border color is #96A498.


Opacity

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

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

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

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

This text has shadow with #96A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A498 on black background.


Color preview on white background

This text has color #96A498 on white background.



Black color preview on #96A498 background

This text has black color on #96A498 background.


White color preview on #96A498 background

This text has white color on #96A498 background.