COLOR #99A29E

HEX: #99A29E
RGB: (153,162,158)

Color info

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

RGB color model

#99A29E color RGB value is (153,162,158).

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

RGB channels and saturation

R 153 of 255 = 60%
G 162 of 255 = 64%
B 158 of 255 = 62%

153
162
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 162 + 158 = 473 (100%)
R 153 of 473 ~ 32.35%
G 162 of 473 ~ 34.25%
B 158 of 473 ~ 33.4%

%32.35
%34.25
%33.4

CMYK color model

#99A29E color CMYK value is (6,0,2,36).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 36.47%
CMYK:
(6,0,2,36)
C6M0Y2K36 
(6%,0%,2%,36%)
(0.06/0.00/0.02/0.36)	

CMYK percentages

%5.56
%0
%2.47
%36.47

Codes

Color #99A29E in popluar color models

99A29E
RGB153162158
HSL153°4.62%61.76%
HSB/HSV153°5.56%63.53%
CMYK5.56%0.00%2.47%
36.47%

Color #99A29E in popluar number systems.

HEX99A29E
Decimal153162158
Binary100110011010001010011110
Octal231242236

Shades and tints

Shades of #99A29E

#99A29E
(153,162,158)
#8C9490
(140,148,144)
#7F8682
(127,134,130)
#727874
(114,120,116)
#656A66
(101,106,102)
#585C58
(88,92,88)
#4B4E4A
(75,78,74)
#3E403C
(62,64,60)
#31322E
(49,50,46)
#242420
(36,36,32)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #99A29E

#99A29E
(153,162,158)
#A2AAA6
(162,170,166)
#ABB2AE
(171,178,174)
#B4BAB6
(180,186,182)
#BDC2BE
(189,194,190)
#C6CAC6
(198,202,198)
#CFD2CE
(207,210,206)
#D8DAD6
(216,218,214)
#E1E2DE
(225,226,222)
#EAEAE6
(234,234,230)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A29E; }

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

This text font color is #99A29E.


Background Color

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

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

This div background color is #99A29E.


Border color

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

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

This div border color is #99A29E.


Opacity

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

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

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

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

This text has shadow with #99A29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A29E on black background.


Color preview on white background

This text has color #99A29E on white background.



Black color preview on #99A29E background

This text has black color on #99A29E background.


White color preview on #99A29E background

This text has white color on #99A29E background.