COLOR #99A68D

HEX: #99A68D
RGB: (153,166,141)

Color info

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

RGB color model

#99A68D color RGB value is (153,166,141).

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

RGB channels and saturation

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

153
166
141

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

Portions of RGB colors in percentages

R + G + B =
153 + 166 + 141 = 460 (100%)
R 153 of 460 ~ 33.26%
G 166 of 460 ~ 36.09%
B 141 of 460 ~ 30.65%

%33.26
%36.09
%30.65

CMYK color model

#99A68D color CMYK value is (8,0,15,35).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 15.06%
  • key color value is 34.90%
CMYK:
(8,0,15,35)
C8M0Y15K35 
(8%,0%,15%,35%)
(0.08/0.00/0.15/0.35)	

CMYK percentages

%7.83
%0
%15.06
%34.9

Codes

Color #99A68D in popluar color models

99A68D
RGB153166141
HSL91°12.32%60.20%
HSB/HSV91°15.06%65.10%
CMYK7.83%0.00%15.06%
34.90%

Color #99A68D in popluar number systems.

HEX99A68D
Decimal153166141
Binary100110011010011010001101
Octal231246215

Shades and tints

Shades of #99A68D

#99A68D
(153,166,141)
#8C9781
(140,151,129)
#7F8875
(127,136,117)
#727969
(114,121,105)
#656A5D
(101,106,93)
#585B51
(88,91,81)
#4B4C45
(75,76,69)
#3E3D39
(62,61,57)
#312E2D
(49,46,45)
#241F21
(36,31,33)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #99A68D

#99A68D
(153,166,141)
#A2AE97
(162,174,151)
#ABB6A1
(171,182,161)
#B4BEAB
(180,190,171)
#BDC6B5
(189,198,181)
#C6CEBF
(198,206,191)
#CFD6C9
(207,214,201)
#D8DED3
(216,222,211)
#E1E6DD
(225,230,221)
#EAEEE7
(234,238,231)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A68D; }

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

This text font color is #99A68D.


Background Color

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

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

This div background color is #99A68D.


Border color

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

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

This div border color is #99A68D.


Opacity

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

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

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

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

This text has shadow with #99A68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A68D on black background.


Color preview on white background

This text has color #99A68D on white background.



Black color preview on #99A68D background

This text has black color on #99A68D background.


White color preview on #99A68D background

This text has white color on #99A68D background.