COLOR #93ABA7

HEX: #93ABA7
RGB: (147,171,167)

Color info

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

RGB color model

#93ABA7 color RGB value is (147,171,167).

  • red value is 147;
  • green value is 171;
  • blue value is 167.
RGB:
(147,171,167)
(58%,67%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 171 of 255 = 67%
B 167 of 255 = 65%

147
171
167

R + G + B ~ 63%. #93ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 171 + 167 = 485 (100%)
R 147 of 485 ~ 30.31%
G 171 of 485 ~ 35.26%
B 167 of 485 ~ 34.43%

%30.31
%35.26
%34.43

CMYK color model

#93ABA7 color CMYK value is (14,0,2,33).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK:
(14,0,2,33)
C14M0Y2K33 
(14%,0%,2%,33%)
(0.14/0.00/0.02/0.33)	

CMYK percentages

%14.04
%0
%2.34
%32.94

Codes

Color #93ABA7 in popluar color models

93ABA7
RGB147171167
HSL170°12.50%62.35%
HSB/HSV170°14.04%67.06%
CMYK14.04%0.00%2.34%
32.94%

Color #93ABA7 in popluar number systems.

HEX93ABA7
Decimal147171167
Binary100100111010101110100111
Octal223253247

Shades and tints

Shades of #93ABA7

#93ABA7
(147,171,167)
#869C98
(134,156,152)
#798D89
(121,141,137)
#6C7E7A
(108,126,122)
#5F6F6B
(95,111,107)
#52605C
(82,96,92)
#45514D
(69,81,77)
#38423E
(56,66,62)
#2B332F
(43,51,47)
#1E2420
(30,36,32)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #93ABA7

#93ABA7
(147,171,167)
#9CB2AF
(156,178,175)
#A5B9B7
(165,185,183)
#AEC0BF
(174,192,191)
#B7C7C7
(183,199,199)
#C0CECF
(192,206,207)
#C9D5D7
(201,213,215)
#D2DCDF
(210,220,223)
#DBE3E7
(219,227,231)
#E4EAEF
(228,234,239)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ABA7 color. Also use rgb(147,171,167) instead hex code.

Text Font Color

.myTextColor { color: #93ABA7; }

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

This text font color is #93ABA7.


Background Color

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

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

This div background color is #93ABA7.


Border color

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

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

This div border color is #93ABA7.


Opacity

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

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

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

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

This text has shadow with #93ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ABA7 on black background.


Color preview on white background

This text has color #93ABA7 on white background.



Black color preview on #93ABA7 background

This text has black color on #93ABA7 background.


White color preview on #93ABA7 background

This text has white color on #93ABA7 background.