COLOR #999A7C

HEX: #999A7C
RGB: (153,154,124)

Color info

#999A7C contains red, green and blue colors in about the same proportion. Web safe color of #999A7C is #999966 (or #996).

RGB color model

#999A7C color RGB value is (153,154,124).

  • red value is 153;
  • green value is 154;
  • blue value is 124.
RGB:
(153,154,124)
(60%,60%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 124 of 255 = 49%

153
154
124

R + G + B ~ 56%. #999A7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 154 + 124 = 431 (100%)
R 153 of 431 ~ 35.5%
G 154 of 431 ~ 35.73%
B 124 of 431 ~ 28.77%

%35.5
%35.73
%28.77

CMYK color model

#999A7C color CMYK value is (1,0,19,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 39.61%
CMYK:
(1,0,19,40)
C1M0Y19K40 
(1%,0%,19%,40%)
(0.01/0.00/0.19/0.40)	

CMYK percentages

%0.65
%0
%19.48
%39.61

Codes

Color #999A7C in popluar color models

999A7C
RGB153154124
HSL62°12.93%54.51%
HSB/HSV62°19.48%60.39%
CMYK0.65%0.00%19.48%
39.61%

Color #999A7C in popluar number systems.

HEX999A7C
Decimal153154124
Binary10011001100110101111100
Octal231232174

Shades and tints

Shades of #999A7C

#999A7C
(153,154,124)
#8C8C71
(140,140,113)
#7F7E66
(127,126,102)
#72705B
(114,112,91)
#656250
(101,98,80)
#585445
(88,84,69)
#4B463A
(75,70,58)
#3E382F
(62,56,47)
#312A24
(49,42,36)
#241C19
(36,28,25)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #999A7C

#999A7C
(153,154,124)
#A2A387
(162,163,135)
#ABAC92
(171,172,146)
#B4B59D
(180,181,157)
#BDBEA8
(189,190,168)
#C6C7B3
(198,199,179)
#CFD0BE
(207,208,190)
#D8D9C9
(216,217,201)
#E1E2D4
(225,226,212)
#EAEBDF
(234,235,223)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999A7C color. Also use rgb(153,154,124) instead hex code.

Text Font Color

.myTextColor { color: #999A7C; }

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

This text font color is #999A7C.


Background Color

.myBgColor { background-color: #999A7C; }

<div style="background-color:#999A7C">Inner text</div>

This div background color is #999A7C.


Border color

.myBorderColor { border: 1px solid #999A7C; }

<div style="border:3px solid #999A7C">Div</div>

This div border color is #999A7C.


Opacity

.myOpacity80 { color: #999A7C; opacity: 0.8; }

<p style="color:#999A7C;opacity:0.8;">80%</p>

Text with #999A7C 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 #999A7C;}

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

This text has shadow with #999A7C color.

.textShadow {text-shadow: 3px 3px 1px #999A7C, 3px 3px 1px red;}

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

This text has shadow with #999A7C primary color and red secondary color.


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

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

This text has shadow with #999A7C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999A7C on black background.


Color preview on white background

This text has color #999A7C on white background.



Black color preview on #999A7C background

This text has black color on #999A7C background.


White color preview on #999A7C background

This text has white color on #999A7C background.