COLOR #99A79E

HEX: #99A79E
RGB: (153,167,158)

Color info

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

RGB color model

#99A79E color RGB value is (153,167,158).

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

RGB channels and saturation

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

153
167
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 158 = 478 (100%)
R 153 of 478 ~ 32.01%
G 167 of 478 ~ 34.94%
B 158 of 478 ~ 33.05%

%32.01
%34.94
%33.05

CMYK color model

#99A79E color CMYK value is (8,0,5,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(8,0,5,35)
C8M0Y5K35 
(8%,0%,5%,35%)
(0.08/0.00/0.05/0.35)	

CMYK percentages

%8.38
%0
%5.39
%34.51

Codes

Color #99A79E in popluar color models

99A79E
RGB153167158
HSL141°7.37%62.75%
HSB/HSV141°8.38%65.49%
CMYK8.38%0.00%5.39%
34.51%

Color #99A79E in popluar number systems.

HEX99A79E
Decimal153167158
Binary100110011010011110011110
Octal231247236

Shades and tints

Shades of #99A79E

#99A79E
(153,167,158)
#8C9890
(140,152,144)
#7F8982
(127,137,130)
#727A74
(114,122,116)
#656B66
(101,107,102)
#585C58
(88,92,88)
#4B4D4A
(75,77,74)
#3E3E3C
(62,62,60)
#312F2E
(49,47,46)
#242020
(36,32,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #99A79E

#99A79E
(153,167,158)
#A2AFA6
(162,175,166)
#ABB7AE
(171,183,174)
#B4BFB6
(180,191,182)
#BDC7BE
(189,199,190)
#C6CFC6
(198,207,198)
#CFD7CE
(207,215,206)
#D8DFD6
(216,223,214)
#E1E7DE
(225,231,222)
#EAEFE6
(234,239,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A79E; }

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

This text font color is #99A79E.


Background Color

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

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

This div background color is #99A79E.


Border color

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

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

This div border color is #99A79E.


Opacity

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

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

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

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

This text has shadow with #99A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A79E on black background.


Color preview on white background

This text has color #99A79E on white background.



Black color preview on #99A79E background

This text has black color on #99A79E background.


White color preview on #99A79E background

This text has white color on #99A79E background.