COLOR #99AFA3

HEX: #99AFA3 RGB: (153,175,163)

Color info

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

RGB color model

#99AFA3 color RGB value is (153,175,163).

RGB: (153,175,163) (60%, 69%, 64%)

RGB channels and saturation

R 153 of 255 = 60%
G 175 of 255 = 69%
B 163 of 255 = 64%

153
175
163

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

Portions of RGB colors in percentages

R + G + B = 153 + 175 + 163 = 491 (100%)
R 153 of 491 ~ 31.16%
G 175 of 491 ~ 35.64%
B 163 of 491 ~ 33.2'%

%31.16
%35.64
%33.2

CMYK color model

#99AFA3 color CMYK value is (13,0,7,31).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 31.37%

CMYK: (13,0,7,31)
C13M0Y7K31 (13%, 0%, 7%, 31%)
(0.13 / 0.00 / 0.07 / 0.31)

CMYK percentages

%12.57
%0
%6.86
%31.37

Codes

Color #99AFA3 in popluar color models

99 AF A3
RGB 153 175 163
HSL 147° 12.09% 64.31%
HSB/HSV 147° 12.57% 68.63%
CMYK 12.57% 0.00% 6.86%
31.37%

Color #99AFA3 in popluar number systems.

HEX 99 AF A3
Decimal 153 175 163
Binary 10011001 10101111 10100011
Octal 231 257 243

Shades and tints

Shades of #99AFA3

#99AFA3
(153,175,163)
#8CA095
(140,160,149)
#7F9187
(127,145,135)
#728279
(114,130,121)
#65736B
(101,115,107)
#58645D
(88,100,93)
#4B554F
(75,85,79)
#3E4641
(62,70,65)
#313733
(49,55,51)
#242825
(36,40,37)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #99AFA3

#99AFA3
(153,175,163)
#A2B6AB
(162,182,171)
#ABBDB3
(171,189,179)
#B4C4BB
(180,196,187)
#BDCBC3
(189,203,195)
#C6D2CB
(198,210,203)
#CFD9D3
(207,217,211)
#D8E0DB
(216,224,219)
#E1E7E3
(225,231,227)
#EAEEEB
(234,238,235)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AFA3; }

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

This text font color is #99AFA3.

Background Color

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

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

This div background color is #99AFA3.

Border color

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

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

This div border color is #99AFA3.

Opacity

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

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

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

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

This text has shadow with #99AFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AFA3.

Preview

Color preview on black background

This text has color #99AFA3 on black background.


Color preview on white background

This text has color #99AFA3 on white background.


Black color preview on #99AFA3 background

This text has black color on #99AFA3 background.


White color preview on #99AFA3 background

This text has white color on #99AFA3 background.


Related colors

Complementary color

Complementary color for #hex is #66505C.


I love getcolorcode.com

Triadic colors

1 #A399AF and #AFA399 with #99AFA3 are triadic colors.

2 #A3AF99 and #AF99A3 with #99AFA3 are triadic colors.