COLOR #99A79D

HEX: #99A79D
RGB: (153,167,157)

Color info

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

RGB color model

#99A79D color RGB value is (153,167,157).

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

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 157 of 255 = 62%

153
167
157

R + G + B ~ 62%. #99A79D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 157 = 477 (100%)
R 153 of 477 ~ 32.08%
G 167 of 477 ~ 35.01%
B 157 of 477 ~ 32.91%

%32.08
%35.01
%32.91

CMYK color model

#99A79D color CMYK value is (8,0,6,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(8,0,6,35)
C8M0Y6K35 
(8%,0%,6%,35%)
(0.08/0.00/0.06/0.35)	

CMYK percentages

%8.38
%0
%5.99
%34.51

Codes

Color #99A79D in popluar color models

99A79D
RGB153167157
HSL137°7.37%62.75%
HSB/HSV137°8.38%65.49%
CMYK8.38%0.00%5.99%
34.51%

Color #99A79D in popluar number systems.

HEX99A79D
Decimal153167157
Binary100110011010011110011101
Octal231247235

Shades and tints

Shades of #99A79D

#99A79D
(153,167,157)
#8C988F
(140,152,143)
#7F8981
(127,137,129)
#727A73
(114,122,115)
#656B65
(101,107,101)
#585C57
(88,92,87)
#4B4D49
(75,77,73)
#3E3E3B
(62,62,59)
#312F2D
(49,47,45)
#24201F
(36,32,31)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #99A79D

#99A79D
(153,167,157)
#A2AFA5
(162,175,165)
#ABB7AD
(171,183,173)
#B4BFB5
(180,191,181)
#BDC7BD
(189,199,189)
#C6CFC5
(198,207,197)
#CFD7CD
(207,215,205)
#D8DFD5
(216,223,213)
#E1E7DD
(225,231,221)
#EAEFE5
(234,239,229)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A79D; }

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

This text font color is #99A79D.


Background Color

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

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

This div background color is #99A79D.


Border color

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

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

This div border color is #99A79D.


Opacity

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

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

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

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

This text has shadow with #99A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A79D on black background.


Color preview on white background

This text has color #99A79D on white background.



Black color preview on #99A79D background

This text has black color on #99A79D background.


White color preview on #99A79D background

This text has white color on #99A79D background.