COLOR #99A6B8

HEX: #99A6B8
RGB: (153,166,184)

Color info

#99A6B8 contains red, green and blue colors in about the same proportion. Web safe color of #99A6B8 is #9999CC (or #99C).

RGB color model

#99A6B8 color RGB value is (153,166,184).

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

RGB channels and saturation

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

153
166
184

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

Portions of RGB colors in percentages

R + G + B =
153 + 166 + 184 = 503 (100%)
R 153 of 503 ~ 30.42%
G 166 of 503 ~ 33%
B 184 of 503 ~ 36.58%

%30.42
%33
%36.58

CMYK color model

#99A6B8 color CMYK value is (17,10,0,28).

  • cyan value is 16.85%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(17,10,0,28)
C17M10Y0K28 
(17%,10%,0%,28%)
(0.17/0.10/0.00/0.28)	

CMYK percentages

%16.85
%9.78
%0
%27.84

Codes

Color #99A6B8 in popluar color models

99A6B8
RGB153166184
HSL215°17.92%66.08%
HSB/HSV215°16.85%72.16%
CMYK16.85%9.78%0.00%
27.84%

Color #99A6B8 in popluar number systems.

HEX99A6B8
Decimal153166184
Binary100110011010011010111000
Octal231246270

Shades and tints

Shades of #99A6B8

#99A6B8
(153,166,184)
#8C97A8
(140,151,168)
#7F8898
(127,136,152)
#727988
(114,121,136)
#656A78
(101,106,120)
#585B68
(88,91,104)
#4B4C58
(75,76,88)
#3E3D48
(62,61,72)
#312E38
(49,46,56)
#241F28
(36,31,40)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #99A6B8

#99A6B8
(153,166,184)
#A2AEBE
(162,174,190)
#ABB6C4
(171,182,196)
#B4BECA
(180,190,202)
#BDC6D0
(189,198,208)
#C6CED6
(198,206,214)
#CFD6DC
(207,214,220)
#D8DEE2
(216,222,226)
#E1E6E8
(225,230,232)
#EAEEEE
(234,238,238)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A6B8; }

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

This text font color is #99A6B8.


Background Color

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

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

This div background color is #99A6B8.


Border color

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

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

This div border color is #99A6B8.


Opacity

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

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

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

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

This text has shadow with #99A6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A6B8 on black background.


Color preview on white background

This text has color #99A6B8 on white background.



Black color preview on #99A6B8 background

This text has black color on #99A6B8 background.


White color preview on #99A6B8 background

This text has white color on #99A6B8 background.