COLOR #99B39A

HEX: #99B39A
RGB: (153,179,154)

Color info

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

RGB color model

#99B39A color RGB value is (153,179,154).

  • red value is 153;
  • green value is 179;
  • blue value is 154.
RGB:
(153,179,154)
(60%,70%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 154 of 255 = 60%

153
179
154

R + G + B ~ 63%. #99B39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 179 + 154 = 486 (100%)
R 153 of 486 ~ 31.48%
G 179 of 486 ~ 36.83%
B 154 of 486 ~ 31.69%

%31.48
%36.83
%31.69

CMYK color model

#99B39A color CMYK value is (15,0,14,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 13.97%
  • key color value is 29.80%
CMYK:
(15,0,14,30)
C15M0Y14K30 
(15%,0%,14%,30%)
(0.15/0.00/0.14/0.30)	

CMYK percentages

%14.53
%0
%13.97
%29.8

Codes

Color #99B39A in popluar color models

99B39A
RGB153179154
HSL122°14.61%65.10%
HSB/HSV122°14.53%70.20%
CMYK14.53%0.00%13.97%
29.80%

Color #99B39A in popluar number systems.

HEX99B39A
Decimal153179154
Binary100110011011001110011010
Octal231263232

Shades and tints

Shades of #99B39A

#99B39A
(153,179,154)
#8CA38C
(140,163,140)
#7F937E
(127,147,126)
#728370
(114,131,112)
#657362
(101,115,98)
#586354
(88,99,84)
#4B5346
(75,83,70)
#3E4338
(62,67,56)
#31332A
(49,51,42)
#24231C
(36,35,28)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #99B39A

#99B39A
(153,179,154)
#A2B9A3
(162,185,163)
#ABBFAC
(171,191,172)
#B4C5B5
(180,197,181)
#BDCBBE
(189,203,190)
#C6D1C7
(198,209,199)
#CFD7D0
(207,215,208)
#D8DDD9
(216,221,217)
#E1E3E2
(225,227,226)
#EAE9EB
(234,233,235)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B39A color. Also use rgb(153,179,154) instead hex code.

Text Font Color

.myTextColor { color: #99B39A; }

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

This text font color is #99B39A.


Background Color

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

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

This div background color is #99B39A.


Border color

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

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

This div border color is #99B39A.


Opacity

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

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

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

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

This text has shadow with #99B39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B39A on black background.


Color preview on white background

This text has color #99B39A on white background.



Black color preview on #99B39A background

This text has black color on #99B39A background.


White color preview on #99B39A background

This text has white color on #99B39A background.