COLOR #93AFA9

HEX: #93AFA9
RGB: (147,175,169)

Color info

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

RGB color model

#93AFA9 color RGB value is (147,175,169).

  • red value is 147;
  • green value is 175;
  • blue value is 169.
RGB:
(147,175,169)
(58%,69%,66%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 169 of 255 = 66%

147
175
169

R + G + B ~ 64%. #93AFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 175 + 169 = 491 (100%)
R 147 of 491 ~ 29.94%
G 175 of 491 ~ 35.64%
B 169 of 491 ~ 34.42%

%29.94
%35.64
%34.42

CMYK color model

#93AFA9 color CMYK value is (16,0,3,31).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK:
(16,0,3,31)
C16M0Y3K31 
(16%,0%,3%,31%)
(0.16/0.00/0.03/0.31)	

CMYK percentages

%16
%0
%3.43
%31.37

Codes

Color #93AFA9 in popluar color models

93AFA9
RGB147175169
HSL167°14.89%63.14%
HSB/HSV167°16.00%68.63%
CMYK16.00%0.00%3.43%
31.37%

Color #93AFA9 in popluar number systems.

HEX93AFA9
Decimal147175169
Binary100100111010111110101001
Octal223257251

Shades and tints

Shades of #93AFA9

#93AFA9
(147,175,169)
#86A09A
(134,160,154)
#79918B
(121,145,139)
#6C827C
(108,130,124)
#5F736D
(95,115,109)
#52645E
(82,100,94)
#45554F
(69,85,79)
#384640
(56,70,64)
#2B3731
(43,55,49)
#1E2822
(30,40,34)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #93AFA9

#93AFA9
(147,175,169)
#9CB6B0
(156,182,176)
#A5BDB7
(165,189,183)
#AEC4BE
(174,196,190)
#B7CBC5
(183,203,197)
#C0D2CC
(192,210,204)
#C9D9D3
(201,217,211)
#D2E0DA
(210,224,218)
#DBE7E1
(219,231,225)
#E4EEE8
(228,238,232)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AFA9 color. Also use rgb(147,175,169) instead hex code.

Text Font Color

.myTextColor { color: #93AFA9; }

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

This text font color is #93AFA9.


Background Color

.myBgColor { background-color: #93AFA9; }

<div style="background-color:#93AFA9">Inner text</div>

This div background color is #93AFA9.


Border color

.myBorderColor { border: 1px solid #93AFA9; }

<div style="border:3px solid #93AFA9">Div</div>

This div border color is #93AFA9.


Opacity

.myOpacity80 { color: #93AFA9; opacity: 0.8; }

<p style="color:#93AFA9;opacity:0.8;">80%</p>

Text with #93AFA9 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 #93AFA9;}

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

This text has shadow with #93AFA9 color.

.textShadow {text-shadow: 3px 3px 1px #93AFA9, 3px 3px 1px red;}

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

This text has shadow with #93AFA9 primary color and red secondary color.


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

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

This text has shadow with #93AFA9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AFA9 on black background.


Color preview on white background

This text has color #93AFA9 on white background.



Black color preview on #93AFA9 background

This text has black color on #93AFA9 background.


White color preview on #93AFA9 background

This text has white color on #93AFA9 background.