COLOR #93ADB2

HEX: #93ADB2
RGB: (147,173,178)

Color info

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

RGB color model

#93ADB2 color RGB value is (147,173,178).

  • red value is 147;
  • green value is 173;
  • blue value is 178.
RGB:
(147,173,178)
(58%,68%,70%)

RGB channels and saturation

R 147 of 255 = 58%
G 173 of 255 = 68%
B 178 of 255 = 70%

147
173
178

R + G + B ~ 65%. #93ADB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 173 + 178 = 498 (100%)
R 147 of 498 ~ 29.52%
G 173 of 498 ~ 34.74%
B 178 of 498 ~ 35.74%

%29.52
%34.74
%35.74

CMYK color model

#93ADB2 color CMYK value is (17,3,0,30).

  • cyan value is 17.42%
  • magenta value is 2.81%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(17,3,0,30)
C17M3Y0K30 
(17%,3%,0%,30%)
(0.17/0.03/0.00/0.30)	

CMYK percentages

%17.42
%2.81
%0
%30.2

Codes

Color #93ADB2 in popluar color models

93ADB2
RGB147173178
HSL190°16.76%63.73%
HSB/HSV190°17.42%69.80%
CMYK17.42%2.81%0.00%
30.20%

Color #93ADB2 in popluar number systems.

HEX93ADB2
Decimal147173178
Binary100100111010110110110010
Octal223255262

Shades and tints

Shades of #93ADB2

#93ADB2
(147,173,178)
#869EA2
(134,158,162)
#798F92
(121,143,146)
#6C8082
(108,128,130)
#5F7172
(95,113,114)
#526262
(82,98,98)
#455352
(69,83,82)
#384442
(56,68,66)
#2B3532
(43,53,50)
#1E2622
(30,38,34)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #93ADB2

#93ADB2
(147,173,178)
#9CB4B9
(156,180,185)
#A5BBC0
(165,187,192)
#AEC2C7
(174,194,199)
#B7C9CE
(183,201,206)
#C0D0D5
(192,208,213)
#C9D7DC
(201,215,220)
#D2DEE3
(210,222,227)
#DBE5EA
(219,229,234)
#E4ECF1
(228,236,241)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ADB2 color. Also use rgb(147,173,178) instead hex code.

Text Font Color

.myTextColor { color: #93ADB2; }

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

This text font color is #93ADB2.


Background Color

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

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

This div background color is #93ADB2.


Border color

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

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

This div border color is #93ADB2.


Opacity

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

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

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

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

This text has shadow with #93ADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ADB2 on black background.


Color preview on white background

This text has color #93ADB2 on white background.



Black color preview on #93ADB2 background

This text has black color on #93ADB2 background.


White color preview on #93ADB2 background

This text has white color on #93ADB2 background.