COLOR #99A795

HEX: #99A795
RGB: (153,167,149)

Color info

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

RGB color model

#99A795 color RGB value is (153,167,149).

  • red value is 153;
  • green value is 167;
  • blue value is 149.
RGB:
(153,167,149)
(60%,65%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 149 of 255 = 58%

153
167
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 149 = 469 (100%)
R 153 of 469 ~ 32.62%
G 167 of 469 ~ 35.61%
B 149 of 469 ~ 31.77%

%32.62
%35.61
%31.77

CMYK color model

#99A795 color CMYK value is (8,0,11,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(8,0,11,35)
C8M0Y11K35 
(8%,0%,11%,35%)
(0.08/0.00/0.11/0.35)	

CMYK percentages

%8.38
%0
%10.78
%34.51

Codes

Color #99A795 in popluar color models

99A795
RGB153167149
HSL107°9.28%61.96%
HSB/HSV107°10.78%65.49%
CMYK8.38%0.00%10.78%
34.51%

Color #99A795 in popluar number systems.

HEX99A795
Decimal153167149
Binary100110011010011110010101
Octal231247225

Shades and tints

Shades of #99A795

#99A795
(153,167,149)
#8C9888
(140,152,136)
#7F897B
(127,137,123)
#727A6E
(114,122,110)
#656B61
(101,107,97)
#585C54
(88,92,84)
#4B4D47
(75,77,71)
#3E3E3A
(62,62,58)
#312F2D
(49,47,45)
#242020
(36,32,32)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #99A795

#99A795
(153,167,149)
#A2AF9E
(162,175,158)
#ABB7A7
(171,183,167)
#B4BFB0
(180,191,176)
#BDC7B9
(189,199,185)
#C6CFC2
(198,207,194)
#CFD7CB
(207,215,203)
#D8DFD4
(216,223,212)
#E1E7DD
(225,231,221)
#EAEFE6
(234,239,230)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A795; }

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

This text font color is #99A795.


Background Color

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

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

This div background color is #99A795.


Border color

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

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

This div border color is #99A795.


Opacity

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

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

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

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

This text has shadow with #99A795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A795 on black background.


Color preview on white background

This text has color #99A795 on white background.



Black color preview on #99A795 background

This text has black color on #99A795 background.


White color preview on #99A795 background

This text has white color on #99A795 background.