COLOR #99A085

HEX: #99A085
RGB: (153,160,133)

Color info

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

RGB color model

#99A085 color RGB value is (153,160,133).

  • red value is 153;
  • green value is 160;
  • blue value is 133.
RGB:
(153,160,133)
(60%,63%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 160 of 255 = 63%
B 133 of 255 = 52%

153
160
133

R + G + B ~ 58%. #99A085 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 160 + 133 = 446 (100%)
R 153 of 446 ~ 34.3%
G 160 of 446 ~ 35.87%
B 133 of 446 ~ 29.82%

%34.3
%35.87
%29.82

CMYK color model

#99A085 color CMYK value is (4,0,17,37).

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 37.25%
CMYK:
(4,0,17,37)
C4M0Y17K37 
(4%,0%,17%,37%)
(0.04/0.00/0.17/0.37)	

CMYK percentages

%4.38
%0
%16.88
%37.25

Codes

Color #99A085 in popluar color models

99A085
RGB153160133
HSL76°12.44%57.45%
HSB/HSV76°16.88%62.75%
CMYK4.38%0.00%16.88%
37.25%

Color #99A085 in popluar number systems.

HEX99A085
Decimal153160133
Binary100110011010000010000101
Octal231240205

Shades and tints

Shades of #99A085

#99A085
(153,160,133)
#8C9279
(140,146,121)
#7F846D
(127,132,109)
#727661
(114,118,97)
#656855
(101,104,85)
#585A49
(88,90,73)
#4B4C3D
(75,76,61)
#3E3E31
(62,62,49)
#313025
(49,48,37)
#242219
(36,34,25)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #99A085

#99A085
(153,160,133)
#A2A890
(162,168,144)
#ABB09B
(171,176,155)
#B4B8A6
(180,184,166)
#BDC0B1
(189,192,177)
#C6C8BC
(198,200,188)
#CFD0C7
(207,208,199)
#D8D8D2
(216,216,210)
#E1E0DD
(225,224,221)
#EAE8E8
(234,232,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A085 color. Also use rgb(153,160,133) instead hex code.

Text Font Color

.myTextColor { color: #99A085; }

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

This text font color is #99A085.


Background Color

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

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

This div background color is #99A085.


Border color

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

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

This div border color is #99A085.


Opacity

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

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

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

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

This text has shadow with #99A085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A085 on black background.


Color preview on white background

This text has color #99A085 on white background.



Black color preview on #99A085 background

This text has black color on #99A085 background.


White color preview on #99A085 background

This text has white color on #99A085 background.