COLOR #99A8BC

HEX: #99A8BC
RGB: (153,168,188)

Color info

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

RGB color model

#99A8BC color RGB value is (153,168,188).

  • red value is 153;
  • green value is 168;
  • blue value is 188.
RGB:
(153,168,188)
(60%,66%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 168 of 255 = 66%
B 188 of 255 = 74%

153
168
188

R + G + B ~ 67%. #99A8BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 168 + 188 = 509 (100%)
R 153 of 509 ~ 30.06%
G 168 of 509 ~ 33.01%
B 188 of 509 ~ 36.94%

%30.06
%33.01
%36.94

CMYK color model

#99A8BC color CMYK value is (19,11,0,26).

  • cyan value is 18.62%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,11,0,26)
C19M11Y0K26 
(19%,11%,0%,26%)
(0.19/0.11/0.00/0.26)	

CMYK percentages

%18.62
%10.64
%0
%26.27

Codes

Color #99A8BC in popluar color models

99A8BC
RGB153168188
HSL214°20.71%66.86%
HSB/HSV214°18.62%73.73%
CMYK18.62%10.64%0.00%
26.27%

Color #99A8BC in popluar number systems.

HEX99A8BC
Decimal153168188
Binary100110011010100010111100
Octal231250274

Shades and tints

Shades of #99A8BC

#99A8BC
(153,168,188)
#8C99AB
(140,153,171)
#7F8A9A
(127,138,154)
#727B89
(114,123,137)
#656C78
(101,108,120)
#585D67
(88,93,103)
#4B4E56
(75,78,86)
#3E3F45
(62,63,69)
#313034
(49,48,52)
#242123
(36,33,35)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #99A8BC

#99A8BC
(153,168,188)
#A2AFC2
(162,175,194)
#ABB6C8
(171,182,200)
#B4BDCE
(180,189,206)
#BDC4D4
(189,196,212)
#C6CBDA
(198,203,218)
#CFD2E0
(207,210,224)
#D8D9E6
(216,217,230)
#E1E0EC
(225,224,236)
#EAE7F2
(234,231,242)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A8BC color. Also use rgb(153,168,188) instead hex code.

Text Font Color

.myTextColor { color: #99A8BC; }

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

This text font color is #99A8BC.


Background Color

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

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

This div background color is #99A8BC.


Border color

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

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

This div border color is #99A8BC.


Opacity

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

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

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

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

This text has shadow with #99A8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A8BC on black background.


Color preview on white background

This text has color #99A8BC on white background.



Black color preview on #99A8BC background

This text has black color on #99A8BC background.


White color preview on #99A8BC background

This text has white color on #99A8BC background.