COLOR #99A78C

HEX: #99A78C
RGB: (153,167,140)

Color info

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

RGB color model

#99A78C color RGB value is (153,167,140).

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

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 140 of 255 = 55%

153
167
140

R + G + B ~ 60%. #99A78C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 167 + 140 = 460 (100%)
R 153 of 460 ~ 33.26%
G 167 of 460 ~ 36.3%
B 140 of 460 ~ 30.43%

%33.26
%36.3
%30.43

CMYK color model

#99A78C color CMYK value is (8,0,16,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(8,0,16,35)
C8M0Y16K35 
(8%,0%,16%,35%)
(0.08/0.00/0.16/0.35)	

CMYK percentages

%8.38
%0
%16.17
%34.51

Codes

Color #99A78C in popluar color models

99A78C
RGB153167140
HSL91°13.30%60.20%
HSB/HSV91°16.17%65.49%
CMYK8.38%0.00%16.17%
34.51%

Color #99A78C in popluar number systems.

HEX99A78C
Decimal153167140
Binary100110011010011110001100
Octal231247214

Shades and tints

Shades of #99A78C

#99A78C
(153,167,140)
#8C9880
(140,152,128)
#7F8974
(127,137,116)
#727A68
(114,122,104)
#656B5C
(101,107,92)
#585C50
(88,92,80)
#4B4D44
(75,77,68)
#3E3E38
(62,62,56)
#312F2C
(49,47,44)
#242020
(36,32,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #99A78C

#99A78C
(153,167,140)
#A2AF96
(162,175,150)
#ABB7A0
(171,183,160)
#B4BFAA
(180,191,170)
#BDC7B4
(189,199,180)
#C6CFBE
(198,207,190)
#CFD7C8
(207,215,200)
#D8DFD2
(216,223,210)
#E1E7DC
(225,231,220)
#EAEFE6
(234,239,230)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A78C; }

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

This text font color is #99A78C.


Background Color

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

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

This div background color is #99A78C.


Border color

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

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

This div border color is #99A78C.


Opacity

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

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

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

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

This text has shadow with #99A78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A78C on black background.


Color preview on white background

This text has color #99A78C on white background.



Black color preview on #99A78C background

This text has black color on #99A78C background.


White color preview on #99A78C background

This text has white color on #99A78C background.