COLOR #99A099

HEX: #99A099 RGB: (153,160,153)

Color info

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

RGB color model

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

RGB: (153,160,153) (60%, 63%, 60%)

RGB channels and saturation

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

153
160
153

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

Portions of RGB colors in percentages

R + G + B = 153 + 160 + 153 = 466 (100%)
R 153 of 466 ~ 32.83%
G 160 of 466 ~ 34.33%
B 153 of 466 ~ 32.83'%

%32.83
%34.33
%32.83

CMYK color model

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

  • cyan value is 4.38%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%

CMYK: (4,0,4,37)
C4M0Y4K37 (4%, 0%, 4%, 37%)
(0.04 / 0.00 / 0.04 / 0.37)

CMYK percentages

%4.38
%0
%4.38
%37.25

Codes

Color #99A099 in popluar color models

99 A0 99
RGB 153 160 153
HSL 120° 3.55% 61.37%
HSB/HSV 120° 4.38% 62.75%
CMYK 4.38% 0.00% 4.38%
37.25%

Color #99A099 in popluar number systems.

HEX 99 A0 99
Decimal 153 160 153
Binary 10011001 10100000 10011001
Octal 231 240 231

Shades and tints

Shades of #99A099

#99A099
(153,160,153)
#8C928C
(140,146,140)
#7F847F
(127,132,127)
#727672
(114,118,114)
#656865
(101,104,101)
#585A58
(88,90,88)
#4B4C4B
(75,76,75)
#3E3E3E
(62,62,62)
#313031
(49,48,49)
#242224
(36,34,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #99A099

#99A099
(153,160,153)
#A2A8A2
(162,168,162)
#ABB0AB
(171,176,171)
#B4B8B4
(180,184,180)
#BDC0BD
(189,192,189)
#C6C8C6
(198,200,198)
#CFD0CF
(207,208,207)
#D8D8D8
(216,216,216)
#E1E0E1
(225,224,225)
#EAE8EA
(234,232,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A099; }

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

This text font color is #99A099.

Background Color

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

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

This div background color is #99A099.

Border color

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

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

This div border color is #99A099.

Opacity

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

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

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

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

This text has shadow with #99A099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A099.

Preview

Color preview on black background

This text has color #99A099 on black background.


Color preview on white background

This text has color #99A099 on white background.


Black color preview on #99A099 background

This text has black color on #99A099 background.


White color preview on #99A099 background

This text has white color on #99A099 background.


Related colors

Complementary color

Complementary color for #hex is #665F66.


I love getcolorcode.com

Triadic colors

1 #9999A0 and #A09999 with #99A099 are triadic colors.

2 #99A099 and #A09999 with #99A099 are triadic colors.