COLOR #99A088

HEX: #99A088 RGB: (153,160,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
160
136

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

Portions of RGB colors in percentages

R + G + B = 153 + 160 + 136 = 449 (100%)
R 153 of 449 ~ 34.08%
G 160 of 449 ~ 35.63%
B 136 of 449 ~ 30.29'%

%34.08
%35.63
%30.29

CMYK color model

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

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

CMYK: (4,0,15,37)
C4M0Y15K37 (4%, 0%, 15%, 37%)
(0.04 / 0.00 / 0.15 / 0.37)

CMYK percentages

%4.38
%0
%15
%37.25

Codes

Color #99A088 in popluar color models

99 A0 88
RGB 153 160 136
HSL 78° 11.21% 58.04%
HSB/HSV 78° 15.00% 62.75%
CMYK 4.38% 0.00% 15.00%
37.25%

Color #99A088 in popluar number systems.

HEX 99 A0 88
Decimal 153 160 136
Binary 10011001 10100000 10001000
Octal 231 240 210

Shades and tints

Shades of #99A088

#99A088
(153,160,136)
#8C927C
(140,146,124)
#7F8470
(127,132,112)
#727664
(114,118,100)
#656858
(101,104,88)
#585A4C
(88,90,76)
#4B4C40
(75,76,64)
#3E3E34
(62,62,52)
#313028
(49,48,40)
#24221C
(36,34,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #99A088

#99A088
(153,160,136)
#A2A892
(162,168,146)
#ABB09C
(171,176,156)
#B4B8A6
(180,184,166)
#BDC0B0
(189,192,176)
#C6C8BA
(198,200,186)
#CFD0C4
(207,208,196)
#D8D8CE
(216,216,206)
#E1E0D8
(225,224,216)
#EAE8E2
(234,232,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A088; }

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

This text font color is #99A088.

Background Color

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

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

This div background color is #99A088.

Border color

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

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

This div border color is #99A088.

Opacity

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

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

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

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

This text has shadow with #99A088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A088.

Preview

Color preview on black background

This text has color #99A088 on black background.


Color preview on white background

This text has color #99A088 on white background.


Black color preview on #99A088 background

This text has black color on #99A088 background.


White color preview on #99A088 background

This text has white color on #99A088 background.


Related colors

Complementary color

Complementary color for #hex is #665F77.


I love getcolorcode.com

Triadic colors

1 #8899A0 and #A08899 with #99A088 are triadic colors.

2 #88A099 and #A09988 with #99A088 are triadic colors.