COLOR #99A396

HEX: #99A396
RGB: (153,163,150)

Color info

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

RGB color model

#99A396 color RGB value is (153,163,150).

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

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 150 of 255 = 59%

153
163
150

R + G + B ~ 61%. #99A396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 163 + 150 = 466 (100%)
R 153 of 466 ~ 32.83%
G 163 of 466 ~ 34.98%
B 150 of 466 ~ 32.19%

%32.83
%34.98
%32.19

CMYK color model

#99A396 color CMYK value is (6,0,8,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(6,0,8,36)
C6M0Y8K36 
(6%,0%,8%,36%)
(0.06/0.00/0.08/0.36)	

CMYK percentages

%6.13
%0
%7.98
%36.08

Codes

Color #99A396 in popluar color models

99A396
RGB153163150
HSL106°6.60%61.37%
HSB/HSV106°7.98%63.92%
CMYK6.13%0.00%7.98%
36.08%

Color #99A396 in popluar number systems.

HEX99A396
Decimal153163150
Binary100110011010001110010110
Octal231243226

Shades and tints

Shades of #99A396

#99A396
(153,163,150)
#8C9589
(140,149,137)
#7F877C
(127,135,124)
#72796F
(114,121,111)
#656B62
(101,107,98)
#585D55
(88,93,85)
#4B4F48
(75,79,72)
#3E413B
(62,65,59)
#31332E
(49,51,46)
#242521
(36,37,33)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #99A396

#99A396
(153,163,150)
#A2AB9F
(162,171,159)
#ABB3A8
(171,179,168)
#B4BBB1
(180,187,177)
#BDC3BA
(189,195,186)
#C6CBC3
(198,203,195)
#CFD3CC
(207,211,204)
#D8DBD5
(216,219,213)
#E1E3DE
(225,227,222)
#EAEBE7
(234,235,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A396 color. Also use rgb(153,163,150) instead hex code.

Text Font Color

.myTextColor { color: #99A396; }

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

This text font color is #99A396.


Background Color

.myBgColor { background-color: #99A396; }

<div style="background-color:#99A396">Inner text</div>

This div background color is #99A396.


Border color

.myBorderColor { border: 1px solid #99A396; }

<div style="border:3px solid #99A396">Div</div>

This div border color is #99A396.


Opacity

.myOpacity80 { color: #99A396; opacity: 0.8; }

<p style="color:#99A396;opacity:0.8;">80%</p>

Text with #99A396 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 #99A396;}

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

This text has shadow with #99A396 color.

.textShadow {text-shadow: 3px 3px 1px #99A396, 3px 3px 1px red;}

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

This text has shadow with #99A396 primary color and red secondary color.


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

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

This text has shadow with #99A396 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A396 on black background.


Color preview on white background

This text has color #99A396 on white background.



Black color preview on #99A396 background

This text has black color on #99A396 background.


White color preview on #99A396 background

This text has white color on #99A396 background.