COLOR #99B7A6

HEX: #99B7A6
RGB: (153,183,166)

Color info

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

RGB color model

#99B7A6 color RGB value is (153,183,166).

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

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 166 of 255 = 65%

153
183
166

R + G + B ~ 66%. #99B7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 183 + 166 = 502 (100%)
R 153 of 502 ~ 30.48%
G 183 of 502 ~ 36.45%
B 166 of 502 ~ 33.07%

%30.48
%36.45
%33.07

CMYK color model

#99B7A6 color CMYK value is (16,0,9,28).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 28.24%
CMYK: (16,0,9,28) C16M0Y9K28 (16%,0%,9%,28%) (0.16/0.00/0.09/0.28)

CMYK percentages

%16.39
%0
%9.29
%28.24

Codes

Color #99B7A6 in popluar color models

99B7A6
RGB153183166
HSL146°17.24%65.88%
HSB/HSV146°16.39%71.76%
CMYK16.39%0.00%9.29%
28.24%

Color #99B7A6 in popluar number systems.

HEX99B7A6
Decimal153183166
Binary100110011011011110100110
Octal231267246

Shades and tints

Shades of #99B7A6

#99B7A6
(153,183,166)
#8CA797
(140,167,151)
#7F9788
(127,151,136)
#728779
(114,135,121)
#65776A
(101,119,106)
#58675B
(88,103,91)
#4B574C
(75,87,76)
#3E473D
(62,71,61)
#31372E
(49,55,46)
#24271F
(36,39,31)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #99B7A6

#99B7A6
(153,183,166)
#A2BDAE
(162,189,174)
#ABC3B6
(171,195,182)
#B4C9BE
(180,201,190)
#BDCFC6
(189,207,198)
#C6D5CE
(198,213,206)
#CFDBD6
(207,219,214)
#D8E1DE
(216,225,222)
#E1E7E6
(225,231,230)
#EAEDEE
(234,237,238)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B7A6; }

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

This text font color is #99B7A6.


Background Color

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

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

This div background color is #99B7A6.


Border color

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

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

This div border color is #99B7A6.


Opacity

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

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

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

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

This text has shadow with #99B7A6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #99B7A6 on black background.


Color preview on white background

This text has color #99B7A6 on white background.



Black color preview on #99B7A6 background

This text has black color on #99B7A6 background.


White color preview on #99B7A6 background

This text has white color on #99B7A6 background.