COLOR #9199AB

HEX: #9199AB
RGB: (145,153,171)

Color info

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

RGB color model

#9199AB color RGB value is (145,153,171).

  • red value is 145;
  • green value is 153;
  • blue value is 171.
RGB:
(145,153,171)
(57%,60%,67%)

RGB channels and saturation

R 145 of 255 = 57%
G 153 of 255 = 60%
B 171 of 255 = 67%

145
153
171

R + G + B ~ 61%. #9199AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 153 + 171 = 469 (100%)
R 145 of 469 ~ 30.92%
G 153 of 469 ~ 32.62%
B 171 of 469 ~ 36.46%

%30.92
%32.62
%36.46

CMYK color model

#9199AB color CMYK value is (15,11,0,33).

  • cyan value is 15.20%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(15,11,0,33)
C15M11Y0K33 
(15%,11%,0%,33%)
(0.15/0.11/0.00/0.33)	

CMYK percentages

%15.2
%10.53
%0
%32.94

Codes

Color #9199AB in popluar color models

9199AB
RGB145153171
HSL222°13.40%61.96%
HSB/HSV222°15.20%67.06%
CMYK15.20%10.53%0.00%
32.94%

Color #9199AB in popluar number systems.

HEX9199AB
Decimal145153171
Binary100100011001100110101011
Octal221231253

Shades and tints

Shades of #9199AB

#9199AB
(145,153,171)
#848C9C
(132,140,156)
#777F8D
(119,127,141)
#6A727E
(106,114,126)
#5D656F
(93,101,111)
#505860
(80,88,96)
#434B51
(67,75,81)
#363E42
(54,62,66)
#293133
(41,49,51)
#1C2424
(28,36,36)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #9199AB

#9199AB
(145,153,171)
#9BA2B2
(155,162,178)
#A5ABB9
(165,171,185)
#AFB4C0
(175,180,192)
#B9BDC7
(185,189,199)
#C3C6CE
(195,198,206)
#CDCFD5
(205,207,213)
#D7D8DC
(215,216,220)
#E1E1E3
(225,225,227)
#EBEAEA
(235,234,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9199AB color. Also use rgb(145,153,171) instead hex code.

Text Font Color

.myTextColor { color: #9199AB; }

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

This text font color is #9199AB.


Background Color

.myBgColor { background-color: #9199AB; }

<div style="background-color:#9199AB">Inner text</div>

This div background color is #9199AB.


Border color

.myBorderColor { border: 1px solid #9199AB; }

<div style="border:3px solid #9199AB">Div</div>

This div border color is #9199AB.


Opacity

.myOpacity80 { color: #9199AB; opacity: 0.8; }

<p style="color:#9199AB;opacity:0.8;">80%</p>

Text with #9199AB 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 #9199AB;}

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

This text has shadow with #9199AB color.

.textShadow {text-shadow: 3px 3px 1px #9199AB, 3px 3px 1px red;}

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

This text has shadow with #9199AB primary color and red secondary color.


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

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

This text has shadow with #9199AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9199AB on black background.


Color preview on white background

This text has color #9199AB on white background.



Black color preview on #9199AB background

This text has black color on #9199AB background.


White color preview on #9199AB background

This text has white color on #9199AB background.