COLOR #99A68C

HEX: #99A68C
RGB: (153,166,140)

Color info

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

RGB color model

#99A68C color RGB value is (153,166,140).

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

RGB channels and saturation

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

153
166
140

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

Portions of RGB colors in percentages

R + G + B =
153 + 166 + 140 = 459 (100%)
R 153 of 459 ~ 33.33%
G 166 of 459 ~ 36.17%
B 140 of 459 ~ 30.5%

%33.33
%36.17
%30.5

CMYK color model

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

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

CMYK percentages

%7.83
%0
%15.66
%34.9

Codes

Color #99A68C in popluar color models

99A68C
RGB153166140
HSL90°12.75%60.00%
HSB/HSV90°15.66%65.10%
CMYK7.83%0.00%15.66%
34.90%

Color #99A68C in popluar number systems.

HEX99A68C
Decimal153166140
Binary100110011010011010001100
Octal231246214

Shades and tints

Shades of #99A68C

#99A68C
(153,166,140)
#8C9780
(140,151,128)
#7F8874
(127,136,116)
#727968
(114,121,104)
#656A5C
(101,106,92)
#585B50
(88,91,80)
#4B4C44
(75,76,68)
#3E3D38
(62,61,56)
#312E2C
(49,46,44)
#241F20
(36,31,32)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #99A68C

#99A68C
(153,166,140)
#A2AE96
(162,174,150)
#ABB6A0
(171,182,160)
#B4BEAA
(180,190,170)
#BDC6B4
(189,198,180)
#C6CEBE
(198,206,190)
#CFD6C8
(207,214,200)
#D8DED2
(216,222,210)
#E1E6DC
(225,230,220)
#EAEEE6
(234,238,230)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A68C; }

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

This text font color is #99A68C.


Background Color

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

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

This div background color is #99A68C.


Border color

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

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

This div border color is #99A68C.


Opacity

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

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

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

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

This text has shadow with #99A68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A68C on black background.


Color preview on white background

This text has color #99A68C on white background.



Black color preview on #99A68C background

This text has black color on #99A68C background.


White color preview on #99A68C background

This text has white color on #99A68C background.