COLOR #99A398

HEX: #99A398 RGB: (153,163,152)

Color info

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

RGB color model

#99A398 color RGB value is (153,163,152).

RGB: (153,163,152) (60%, 64%, 60%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 152 of 255 = 60%

153
163
152

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

Portions of RGB colors in percentages

R + G + B = 153 + 163 + 152 = 468 (100%)
R 153 of 468 ~ 32.69%
G 163 of 468 ~ 34.83%
B 152 of 468 ~ 32.48'%

%32.69
%34.83
%32.48

CMYK color model

#99A398 color CMYK value is (6,0,7,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK: (6,0,7,36) C6M0Y7K36 (6%,0%,7%,36%) (0.06/0.00/0.07/0.36) 

CMYK percentages

%6.13
%0
%6.75
%36.08

Codes

Color #99A398 in popluar color models

99 A3 98
RGB 153 163 152
HSL 115° 5.64% 61.76%
HSB/HSV 115° 6.75% 63.92%
CMYK 6.13% 0.00% 6.75%
36.08%

Color #99A398 in popluar number systems.

HEX 99 A3 98
Decimal 153 163 152
Binary 10011001 10100011 10011000
Octal 231 243 230

Shades and tints

Shades of #99A398

#99A398
(153,163,152)
#8C958B
(140,149,139)
#7F877E
(127,135,126)
#727971
(114,121,113)
#656B64
(101,107,100)
#585D57
(88,93,87)
#4B4F4A
(75,79,74)
#3E413D
(62,65,61)
#313330
(49,51,48)
#242523
(36,37,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #99A398

#99A398
(153,163,152)
#A2ABA1
(162,171,161)
#ABB3AA
(171,179,170)
#B4BBB3
(180,187,179)
#BDC3BC
(189,195,188)
#C6CBC5
(198,203,197)
#CFD3CE
(207,211,206)
#D8DBD7
(216,219,215)
#E1E3E0
(225,227,224)
#EAEBE9
(234,235,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A398; }

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

This text font color is #99A398.

Background Color

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

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

This div background color is #99A398.

Border color

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

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

This div border color is #99A398.

Opacity

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

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

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

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

This text has shadow with #99A398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A398.

Preview

Color preview on black background

This text has color #99A398 on black background.


Color preview on white background

This text has color #99A398 on white background.


Black color preview on #99A398 background

This text has black color on #99A398 background.


White color preview on #99A398 background

This text has white color on #99A398 background.


Related colors

Complementary color

Complementary color for #hex is #665C67.


I love getcolorcode.com

Triadic colors

1 #9899A3 and #A39899 with #99A398 are triadic colors.

2 #98A399 and #A39998 with #99A398 are triadic colors.