COLOR #99ACB3

HEX: #99ACB3
RGB: (153,172,179)

Color info

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

RGB color model

#99ACB3 color RGB value is (153,172,179).

  • red value is 153;
  • green value is 172;
  • blue value is 179.
RGB:
(153,172,179)
(60%,67%,70%)

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 179 of 255 = 70%

153
172
179

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

Portions of RGB colors in percentages

R + G + B =
153 + 172 + 179 = 504 (100%)
R 153 of 504 ~ 30.36%
G 172 of 504 ~ 34.13%
B 179 of 504 ~ 35.52%

%30.36
%34.13
%35.52

CMYK color model

#99ACB3 color CMYK value is (15,4,0,30).

  • cyan value is 14.53%
  • magenta value is 3.91%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,4,0,30)
C15M4Y0K30 
(15%,4%,0%,30%)
(0.15/0.04/0.00/0.30)	

CMYK percentages

%14.53
%3.91
%0
%29.8

Codes

Color #99ACB3 in popluar color models

99ACB3
RGB153172179
HSL196°14.61%65.10%
HSB/HSV196°14.53%70.20%
CMYK14.53%3.91%0.00%
29.80%

Color #99ACB3 in popluar number systems.

HEX99ACB3
Decimal153172179
Binary100110011010110010110011
Octal231254263

Shades and tints

Shades of #99ACB3

#99ACB3
(153,172,179)
#8C9DA3
(140,157,163)
#7F8E93
(127,142,147)
#727F83
(114,127,131)
#657073
(101,112,115)
#586163
(88,97,99)
#4B5253
(75,82,83)
#3E4343
(62,67,67)
#313433
(49,52,51)
#242523
(36,37,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #99ACB3

#99ACB3
(153,172,179)
#A2B3B9
(162,179,185)
#ABBABF
(171,186,191)
#B4C1C5
(180,193,197)
#BDC8CB
(189,200,203)
#C6CFD1
(198,207,209)
#CFD6D7
(207,214,215)
#D8DDDD
(216,221,221)
#E1E4E3
(225,228,227)
#EAEBE9
(234,235,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99ACB3 color. Also use rgb(153,172,179) instead hex code.

Text Font Color

.myTextColor { color: #99ACB3; }

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

This text font color is #99ACB3.


Background Color

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

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

This div background color is #99ACB3.


Border color

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

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

This div border color is #99ACB3.


Opacity

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

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

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

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

This text has shadow with #99ACB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ACB3 on black background.


Color preview on white background

This text has color #99ACB3 on white background.



Black color preview on #99ACB3 background

This text has black color on #99ACB3 background.


White color preview on #99ACB3 background

This text has white color on #99ACB3 background.