COLOR #93ACA0

HEX: #93ACA0
RGB: (147,172,160)

Color info

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

RGB color model

#93ACA0 color RGB value is (147,172,160).

  • red value is 147;
  • green value is 172;
  • blue value is 160.
RGB:
(147,172,160)
(58%,67%,63%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 160 of 255 = 63%

147
172
160

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

Portions of RGB colors in percentages

R + G + B =
147 + 172 + 160 = 479 (100%)
R 147 of 479 ~ 30.69%
G 172 of 479 ~ 35.91%
B 160 of 479 ~ 33.4%

%30.69
%35.91
%33.4

CMYK color model

#93ACA0 color CMYK value is (15,0,7,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(15,0,7,33)
C15M0Y7K33 
(15%,0%,7%,33%)
(0.15/0.00/0.07/0.33)	

CMYK percentages

%14.53
%0
%6.98
%32.55

Codes

Color #93ACA0 in popluar color models

93ACA0
RGB147172160
HSL151°13.09%62.55%
HSB/HSV151°14.53%67.45%
CMYK14.53%0.00%6.98%
32.55%

Color #93ACA0 in popluar number systems.

HEX93ACA0
Decimal147172160
Binary100100111010110010100000
Octal223254240

Shades and tints

Shades of #93ACA0

#93ACA0
(147,172,160)
#869D92
(134,157,146)
#798E84
(121,142,132)
#6C7F76
(108,127,118)
#5F7068
(95,112,104)
#52615A
(82,97,90)
#45524C
(69,82,76)
#38433E
(56,67,62)
#2B3430
(43,52,48)
#1E2522
(30,37,34)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #93ACA0

#93ACA0
(147,172,160)
#9CB3A8
(156,179,168)
#A5BAB0
(165,186,176)
#AEC1B8
(174,193,184)
#B7C8C0
(183,200,192)
#C0CFC8
(192,207,200)
#C9D6D0
(201,214,208)
#D2DDD8
(210,221,216)
#DBE4E0
(219,228,224)
#E4EBE8
(228,235,232)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ACA0 color. Also use rgb(147,172,160) instead hex code.

Text Font Color

.myTextColor { color: #93ACA0; }

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

This text font color is #93ACA0.


Background Color

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

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

This div background color is #93ACA0.


Border color

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

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

This div border color is #93ACA0.


Opacity

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

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

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

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

This text has shadow with #93ACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ACA0 on black background.


Color preview on white background

This text has color #93ACA0 on white background.



Black color preview on #93ACA0 background

This text has black color on #93ACA0 background.


White color preview on #93ACA0 background

This text has white color on #93ACA0 background.