COLOR #99A68A

HEX: #99A68A RGB: (153,166,138)

Color info

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

RGB color model

#99A68A color RGB value is (153,166,138).

RGB: (153,166,138) (60%, 65%, 54%)

RGB channels and saturation

R 153 of 255 = 60%
G 166 of 255 = 65%
B 138 of 255 = 54%

153
166
138

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

Portions of RGB colors in percentages

R + G + B = 153 + 166 + 138 = 457 (100%)
R 153 of 457 ~ 33.48%
G 166 of 457 ~ 36.32%
B 138 of 457 ~ 30.2'%

%33.48
%36.32
%30.2

CMYK color model

#99A68A color CMYK value is (8,0,17,35).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 34.90%

CMYK: (8,0,17,35)
C8M0Y17K35 (8%, 0%, 17%, 35%)
(0.08 / 0.00 / 0.17 / 0.35)

CMYK percentages

%7.83
%0
%16.87
%34.9

Codes

Color #99A68A in popluar color models

99 A6 8A
RGB 153 166 138
HSL 88° 13.59% 59.61%
HSB/HSV 88° 16.87% 65.10%
CMYK 7.83% 0.00% 16.87%
34.90%

Color #99A68A in popluar number systems.

HEX 99 A6 8A
Decimal 153 166 138
Binary 10011001 10100110 10001010
Octal 231 246 212

Shades and tints

Shades of #99A68A

#99A68A
(153,166,138)
#8C977E
(140,151,126)
#7F8872
(127,136,114)
#727966
(114,121,102)
#656A5A
(101,106,90)
#585B4E
(88,91,78)
#4B4C42
(75,76,66)
#3E3D36
(62,61,54)
#312E2A
(49,46,42)
#241F1E
(36,31,30)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #99A68A

#99A68A
(153,166,138)
#A2AE94
(162,174,148)
#ABB69E
(171,182,158)
#B4BEA8
(180,190,168)
#BDC6B2
(189,198,178)
#C6CEBC
(198,206,188)
#CFD6C6
(207,214,198)
#D8DED0
(216,222,208)
#E1E6DA
(225,230,218)
#EAEEE4
(234,238,228)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A68A; }

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

This text font color is #99A68A.

Background Color

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

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

This div background color is #99A68A.

Border color

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

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

This div border color is #99A68A.

Opacity

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

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

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

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

This text has shadow with #99A68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A68A.

Preview

Color preview on black background

This text has color #99A68A on black background.


Color preview on white background

This text has color #99A68A on white background.


Black color preview on #99A68A background

This text has black color on #99A68A background.


White color preview on #99A68A background

This text has white color on #99A68A background.


Related colors

Complementary color

Complementary color for #hex is #665975.


I love getcolorcode.com

Triadic colors

1 #8A99A6 and #A68A99 with #99A68A are triadic colors.

2 #8AA699 and #A6998A with #99A68A are triadic colors.