COLOR #99B168

HEX: #99B168
RGB: (153,177,104)

Color info

#99B168 contains mainly red and green colors. Web safe color of #99B168 is #999966 (or #996).

RGB color model

#99B168 color RGB value is (153,177,104).

  • red value is 153;
  • green value is 177;
  • blue value is 104.
RGB:
(153,177,104)
(60%,69%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 177 of 255 = 69%
B 104 of 255 = 41%

153
177
104

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

Portions of RGB colors in percentages

R + G + B =
153 + 177 + 104 = 434 (100%)
R 153 of 434 ~ 35.25%
G 177 of 434 ~ 40.78%
B 104 of 434 ~ 23.96%

%35.25
%40.78
%23.96

CMYK color model

#99B168 color CMYK value is (14,0,41,31).

  • cyan value is 13.56%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 30.59%
CMYK:
(14,0,41,31)
C14M0Y41K31 
(14%,0%,41%,31%)
(0.14/0.00/0.41/0.31)	

CMYK percentages

%13.56
%0
%41.24
%30.59

Codes

Color #99B168 in popluar color models

99B168
RGB153177104
HSL80°31.88%55.10%
HSB/HSV80°41.24%69.41%
CMYK13.56%0.00%41.24%
30.59%

Color #99B168 in popluar number systems.

HEX99B168
Decimal153177104
Binary10011001101100011101000
Octal231261150

Shades and tints

Shades of #99B168

#99B168
(153,177,104)
#8CA15F
(140,161,95)
#7F9156
(127,145,86)
#72814D
(114,129,77)
#657144
(101,113,68)
#58613B
(88,97,59)
#4B5132
(75,81,50)
#3E4129
(62,65,41)
#313120
(49,49,32)
#242117
(36,33,23)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #99B168

#99B168
(153,177,104)
#A2B875
(162,184,117)
#ABBF82
(171,191,130)
#B4C68F
(180,198,143)
#BDCD9C
(189,205,156)
#C6D4A9
(198,212,169)
#CFDBB6
(207,219,182)
#D8E2C3
(216,226,195)
#E1E9D0
(225,233,208)
#EAF0DD
(234,240,221)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B168 color. Also use rgb(153,177,104) instead hex code.

Text Font Color

.myTextColor { color: #99B168; }

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

This text font color is #99B168.


Background Color

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

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

This div background color is #99B168.


Border color

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

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

This div border color is #99B168.


Opacity

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

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

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

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

This text has shadow with #99B168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B168 on black background.


Color preview on white background

This text has color #99B168 on white background.



Black color preview on #99B168 background

This text has black color on #99B168 background.


White color preview on #99B168 background

This text has white color on #99B168 background.