COLOR #99A5BF

HEX: #99A5BF
RGB: (153,165,191)

Color info

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

RGB color model

#99A5BF color RGB value is (153,165,191).

  • red value is 153;
  • green value is 165;
  • blue value is 191.
RGB:
(153,165,191)
(60%,65%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 165 of 255 = 65%
B 191 of 255 = 75%

153
165
191

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

Portions of RGB colors in percentages

R + G + B =
153 + 165 + 191 = 509 (100%)
R 153 of 509 ~ 30.06%
G 165 of 509 ~ 32.42%
B 191 of 509 ~ 37.52%

%30.06
%32.42
%37.52

CMYK color model

#99A5BF color CMYK value is (20,14,0,25).

  • cyan value is 19.90%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(20,14,0,25)
C20M14Y0K25 
(20%,14%,0%,25%)
(0.20/0.14/0.00/0.25)	

CMYK percentages

%19.9
%13.61
%0
%25.1

Codes

Color #99A5BF in popluar color models

99A5BF
RGB153165191
HSL221°22.89%67.45%
HSB/HSV221°19.90%74.90%
CMYK19.90%13.61%0.00%
25.10%

Color #99A5BF in popluar number systems.

HEX99A5BF
Decimal153165191
Binary100110011010010110111111
Octal231245277

Shades and tints

Shades of #99A5BF

#99A5BF
(153,165,191)
#8C96AE
(140,150,174)
#7F879D
(127,135,157)
#72788C
(114,120,140)
#65697B
(101,105,123)
#585A6A
(88,90,106)
#4B4B59
(75,75,89)
#3E3C48
(62,60,72)
#312D37
(49,45,55)
#241E26
(36,30,38)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #99A5BF

#99A5BF
(153,165,191)
#A2ADC4
(162,173,196)
#ABB5C9
(171,181,201)
#B4BDCE
(180,189,206)
#BDC5D3
(189,197,211)
#C6CDD8
(198,205,216)
#CFD5DD
(207,213,221)
#D8DDE2
(216,221,226)
#E1E5E7
(225,229,231)
#EAEDEC
(234,237,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A5BF color. Also use rgb(153,165,191) instead hex code.

Text Font Color

.myTextColor { color: #99A5BF; }

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

This text font color is #99A5BF.


Background Color

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

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

This div background color is #99A5BF.


Border color

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

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

This div border color is #99A5BF.


Opacity

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

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

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

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

This text has shadow with #99A5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99A5BF on black background.


Color preview on white background

This text has color #99A5BF on white background.



Black color preview on #99A5BF background

This text has black color on #99A5BF background.


White color preview on #99A5BF background

This text has white color on #99A5BF background.