COLOR #93AFA5

HEX: #93AFA5 RGB: (147,175,165)

Color info

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

RGB color model

#93AFA5 color RGB value is (147,175,165).

RGB: (147,175,165) (58%, 69%, 65%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 165 of 255 = 65%

147
175
165

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

Portions of RGB colors in percentages

R + G + B = 147 + 175 + 165 = 487 (100%)
R 147 of 487 ~ 30.18%
G 175 of 487 ~ 35.93%
B 165 of 487 ~ 33.88'%

%30.18
%35.93
%33.88

CMYK color model

#93AFA5 color CMYK value is (16,0,6,31).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%

CMYK: (16,0,6,31)
C16M0Y6K31 (16%, 0%, 6%, 31%)
(0.16 / 0.00 / 0.06 / 0.31)

CMYK percentages

%16
%0
%5.71
%31.37

Codes

Color #93AFA5 in popluar color models

93 AF A5
RGB 147 175 165
HSL 159° 14.89% 63.14%
HSB/HSV 159° 16.00% 68.63%
CMYK 16.00% 0.00% 5.71%
31.37%

Color #93AFA5 in popluar number systems.

HEX 93 AF A5
Decimal 147 175 165
Binary 10010011 10101111 10100101
Octal 223 257 245

Shades and tints

Shades of #93AFA5

#93AFA5
(147,175,165)
#86A096
(134,160,150)
#799187
(121,145,135)
#6C8278
(108,130,120)
#5F7369
(95,115,105)
#52645A
(82,100,90)
#45554B
(69,85,75)
#38463C
(56,70,60)
#2B372D
(43,55,45)
#1E281E
(30,40,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #93AFA5

#93AFA5
(147,175,165)
#9CB6AD
(156,182,173)
#A5BDB5
(165,189,181)
#AEC4BD
(174,196,189)
#B7CBC5
(183,203,197)
#C0D2CD
(192,210,205)
#C9D9D5
(201,217,213)
#D2E0DD
(210,224,221)
#DBE7E5
(219,231,229)
#E4EEED
(228,238,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AFA5; }

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

This text font color is #93AFA5.

Background Color

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

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

This div background color is #93AFA5.

Border color

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

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

This div border color is #93AFA5.

Opacity

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

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

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

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

This text has shadow with #93AFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AFA5.

Preview

Color preview on black background

This text has color #93AFA5 on black background.


Color preview on white background

This text has color #93AFA5 on white background.


Black color preview on #93AFA5 background

This text has black color on #93AFA5 background.


White color preview on #93AFA5 background

This text has white color on #93AFA5 background.


Related colors

Complementary color

Complementary color for #hex is #6C505A.


I love getcolorcode.com

Triadic colors

1 #A593AF and #AFA593 with #93AFA5 are triadic colors.

2 #A5AF93 and #AF93A5 with #93AFA5 are triadic colors.