COLOR #99ABA3

HEX: #99ABA3
RGB: (153,171,163)

Color info

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

RGB color model

#99ABA3 color RGB value is (153,171,163).

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

RGB channels and saturation

R 153 of 255 = 60%
G 171 of 255 = 67%
B 163 of 255 = 64%

153
171
163

R + G + B ~ 64%. #99ABA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 171 + 163 = 487 (100%)
R 153 of 487 ~ 31.42%
G 171 of 487 ~ 35.11%
B 163 of 487 ~ 33.47%

%31.42
%35.11
%33.47

CMYK color model

#99ABA3 color CMYK value is (11,0,5,33).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 32.94%
CMYK:
(11,0,5,33)
C11M0Y5K33 
(11%,0%,5%,33%)
(0.11/0.00/0.05/0.33)	

CMYK percentages

%10.53
%0
%4.68
%32.94

Codes

Color #99ABA3 in popluar color models

99ABA3
RGB153171163
HSL153°9.68%63.53%
HSB/HSV153°10.53%67.06%
CMYK10.53%0.00%4.68%
32.94%

Color #99ABA3 in popluar number systems.

HEX99ABA3
Decimal153171163
Binary100110011010101110100011
Octal231253243

Shades and tints

Shades of #99ABA3

#99ABA3
(153,171,163)
#8C9C95
(140,156,149)
#7F8D87
(127,141,135)
#727E79
(114,126,121)
#656F6B
(101,111,107)
#58605D
(88,96,93)
#4B514F
(75,81,79)
#3E4241
(62,66,65)
#313333
(49,51,51)
#242425
(36,36,37)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #99ABA3

#99ABA3
(153,171,163)
#A2B2AB
(162,178,171)
#ABB9B3
(171,185,179)
#B4C0BB
(180,192,187)
#BDC7C3
(189,199,195)
#C6CECB
(198,206,203)
#CFD5D3
(207,213,211)
#D8DCDB
(216,220,219)
#E1E3E3
(225,227,227)
#EAEAEB
(234,234,235)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99ABA3 color. Also use rgb(153,171,163) instead hex code.

Text Font Color

.myTextColor { color: #99ABA3; }

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

This text font color is #99ABA3.


Background Color

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

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

This div background color is #99ABA3.


Border color

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

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

This div border color is #99ABA3.


Opacity

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

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

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

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

This text has shadow with #99ABA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99ABA3 on black background.


Color preview on white background

This text has color #99ABA3 on white background.



Black color preview on #99ABA3 background

This text has black color on #99ABA3 background.


White color preview on #99ABA3 background

This text has white color on #99ABA3 background.