COLOR #99B79F

HEX: #99B79F
RGB: (153,183,159)

Color info

#99B79F contains red, green and blue colors in about the same proportion. Web safe color of #99B79F is #99CC99 (or #9C9).

RGB color model

#99B79F color RGB value is (153,183,159).

  • red value is 153;
  • green value is 183;
  • blue value is 159.
RGB:
(153,183,159)
(60%,72%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 159 of 255 = 62%

153
183
159

R + G + B ~ 65%. #99B79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 183 + 159 = 495 (100%)
R 153 of 495 ~ 30.91%
G 183 of 495 ~ 36.97%
B 159 of 495 ~ 32.12%

%30.91
%36.97
%32.12

CMYK color model

#99B79F color CMYK value is (16,0,13,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(16,0,13,28)
C16M0Y13K28 
(16%,0%,13%,28%)
(0.16/0.00/0.13/0.28)	

CMYK percentages

%16.39
%0
%13.11
%28.24

Codes

Color #99B79F in popluar color models

99B79F
RGB153183159
HSL132°17.24%65.88%
HSB/HSV132°16.39%71.76%
CMYK16.39%0.00%13.11%
28.24%

Color #99B79F in popluar number systems.

HEX99B79F
Decimal153183159
Binary100110011011011110011111
Octal231267237

Shades and tints

Shades of #99B79F

#99B79F
(153,183,159)
#8CA791
(140,167,145)
#7F9783
(127,151,131)
#728775
(114,135,117)
#657767
(101,119,103)
#586759
(88,103,89)
#4B574B
(75,87,75)
#3E473D
(62,71,61)
#31372F
(49,55,47)
#242721
(36,39,33)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #99B79F

#99B79F
(153,183,159)
#A2BDA7
(162,189,167)
#ABC3AF
(171,195,175)
#B4C9B7
(180,201,183)
#BDCFBF
(189,207,191)
#C6D5C7
(198,213,199)
#CFDBCF
(207,219,207)
#D8E1D7
(216,225,215)
#E1E7DF
(225,231,223)
#EAEDE7
(234,237,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B79F color. Also use rgb(153,183,159) instead hex code.

Text Font Color

.myTextColor { color: #99B79F; }

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

This text font color is #99B79F.


Background Color

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

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

This div background color is #99B79F.


Border color

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

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

This div border color is #99B79F.


Opacity

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

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

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

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

This text has shadow with #99B79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B79F on black background.


Color preview on white background

This text has color #99B79F on white background.



Black color preview on #99B79F background

This text has black color on #99B79F background.


White color preview on #99B79F background

This text has white color on #99B79F background.