COLOR #99A393

HEX: #99A393 RGB: (153,163,147)

Color info

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

RGB color model

#99A393 color RGB value is (153,163,147).

RGB: (153,163,147) (60%, 64%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 147 of 255 = 58%

153
163
147

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

Portions of RGB colors in percentages

R + G + B = 153 + 163 + 147 = 463 (100%)
R 153 of 463 ~ 33.05%
G 163 of 463 ~ 35.21%
B 147 of 463 ~ 31.75'%

%33.05
%35.21
%31.75

CMYK color model

#99A393 color CMYK value is (6,0,10,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 36.08%
CMYK: (6,0,10,36) C6M0Y10K36 (6%,0%,10%,36%) (0.06/0.00/0.10/0.36) 

CMYK percentages

%6.13
%0
%9.82
%36.08

Codes

Color #99A393 in popluar color models

99 A3 93
RGB 153 163 147
HSL 98° 8.00% 60.78%
HSB/HSV 98° 9.82% 63.92%
CMYK 6.13% 0.00% 9.82%
36.08%

Color #99A393 in popluar number systems.

HEX 99 A3 93
Decimal 153 163 147
Binary 10011001 10100011 10010011
Octal 231 243 223

Shades and tints

Shades of #99A393

#99A393
(153,163,147)
#8C9586
(140,149,134)
#7F8779
(127,135,121)
#72796C
(114,121,108)
#656B5F
(101,107,95)
#585D52
(88,93,82)
#4B4F45
(75,79,69)
#3E4138
(62,65,56)
#31332B
(49,51,43)
#24251E
(36,37,30)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #99A393

#99A393
(153,163,147)
#A2AB9C
(162,171,156)
#ABB3A5
(171,179,165)
#B4BBAE
(180,187,174)
#BDC3B7
(189,195,183)
#C6CBC0
(198,203,192)
#CFD3C9
(207,211,201)
#D8DBD2
(216,219,210)
#E1E3DB
(225,227,219)
#EAEBE4
(234,235,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A393; }

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

This text font color is #99A393.

Background Color

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

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

This div background color is #99A393.

Border color

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

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

This div border color is #99A393.

Opacity

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

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

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

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

This text has shadow with #99A393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A393.

Preview

Color preview on black background

This text has color #99A393 on black background.


Color preview on white background

This text has color #99A393 on white background.


Black color preview on #99A393 background

This text has black color on #99A393 background.


White color preview on #99A393 background

This text has white color on #99A393 background.


Related colors

Complementary color

Complementary color for #hex is #665C6C.


I love getcolorcode.com

Triadic colors

1 #9399A3 and #A39399 with #99A393 are triadic colors.

2 #93A399 and #A39993 with #99A393 are triadic colors.