COLOR #93B0AD

HEX: #93B0AD
RGB: (147,176,173)

Color info

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

RGB color model

#93B0AD color RGB value is (147,176,173).

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

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 173 of 255 = 68%

147
176
173

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

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 173 = 496 (100%)
R 147 of 496 ~ 29.64%
G 176 of 496 ~ 35.48%
B 173 of 496 ~ 34.88%

%29.64
%35.48
%34.88

CMYK color model

#93B0AD color CMYK value is (16,0,2,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(16,0,2,31)
C16M0Y2K31 
(16%,0%,2%,31%)
(0.16/0.00/0.02/0.31)	

CMYK percentages

%16.48
%0
%1.7
%30.98

Codes

Color #93B0AD in popluar color models

93B0AD
RGB147176173
HSL174°15.51%63.33%
HSB/HSV174°16.48%69.02%
CMYK16.48%0.00%1.70%
30.98%

Color #93B0AD in popluar number systems.

HEX93B0AD
Decimal147176173
Binary100100111011000010101101
Octal223260255

Shades and tints

Shades of #93B0AD

#93B0AD
(147,176,173)
#86A09E
(134,160,158)
#79908F
(121,144,143)
#6C8080
(108,128,128)
#5F7071
(95,112,113)
#526062
(82,96,98)
#455053
(69,80,83)
#384044
(56,64,68)
#2B3035
(43,48,53)
#1E2026
(30,32,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #93B0AD

#93B0AD
(147,176,173)
#9CB7B4
(156,183,180)
#A5BEBB
(165,190,187)
#AEC5C2
(174,197,194)
#B7CCC9
(183,204,201)
#C0D3D0
(192,211,208)
#C9DAD7
(201,218,215)
#D2E1DE
(210,225,222)
#DBE8E5
(219,232,229)
#E4EFEC
(228,239,236)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B0AD; }

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

This text font color is #93B0AD.


Background Color

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

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

This div background color is #93B0AD.


Border color

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

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

This div border color is #93B0AD.


Opacity

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

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

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

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

This text has shadow with #93B0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B0AD on black background.


Color preview on white background

This text has color #93B0AD on white background.



Black color preview on #93B0AD background

This text has black color on #93B0AD background.


White color preview on #93B0AD background

This text has white color on #93B0AD background.