COLOR #99A797

HEX: #99A797 RGB: (153,167,151)

Color info

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

RGB color model

#99A797 color RGB value is (153,167,151).

RGB: (153,167,151) (60%, 65%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 151 of 255 = 59%

153
167
151

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

Portions of RGB colors in percentages

R + G + B = 153 + 167 + 151 = 471 (100%)
R 153 of 471 ~ 32.48%
G 167 of 471 ~ 35.46%
B 151 of 471 ~ 32.06'%

%32.48
%35.46
%32.06

CMYK color model

#99A797 color CMYK value is (8,0,10,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 34.51%

CMYK: (8,0,10,35)
C8M0Y10K35 (8%, 0%, 10%, 35%)
(0.08 / 0.00 / 0.10 / 0.35)

CMYK percentages

%8.38
%0
%9.58
%34.51

Codes

Color #99A797 in popluar color models

99 A7 97
RGB 153 167 151
HSL 113° 8.33% 62.35%
HSB/HSV 113° 9.58% 65.49%
CMYK 8.38% 0.00% 9.58%
34.51%

Color #99A797 in popluar number systems.

HEX 99 A7 97
Decimal 153 167 151
Binary 10011001 10100111 10010111
Octal 231 247 227

Shades and tints

Shades of #99A797

#99A797
(153,167,151)
#8C988A
(140,152,138)
#7F897D
(127,137,125)
#727A70
(114,122,112)
#656B63
(101,107,99)
#585C56
(88,92,86)
#4B4D49
(75,77,73)
#3E3E3C
(62,62,60)
#312F2F
(49,47,47)
#242022
(36,32,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #99A797

#99A797
(153,167,151)
#A2AFA0
(162,175,160)
#ABB7A9
(171,183,169)
#B4BFB2
(180,191,178)
#BDC7BB
(189,199,187)
#C6CFC4
(198,207,196)
#CFD7CD
(207,215,205)
#D8DFD6
(216,223,214)
#E1E7DF
(225,231,223)
#EAEFE8
(234,239,232)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A797; }

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

This text font color is #99A797.

Background Color

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

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

This div background color is #99A797.

Border color

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

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

This div border color is #99A797.

Opacity

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

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

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

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

This text has shadow with #99A797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A797.

Preview

Color preview on black background

This text has color #99A797 on black background.


Color preview on white background

This text has color #99A797 on white background.


Black color preview on #99A797 background

This text has black color on #99A797 background.


White color preview on #99A797 background

This text has white color on #99A797 background.


Related colors

Complementary color

Complementary color for #hex is #665868.


I love getcolorcode.com

Triadic colors

1 #9799A7 and #A79799 with #99A797 are triadic colors.

2 #97A799 and #A79997 with #99A797 are triadic colors.