COLOR #93B3AA

HEX: #93B3AA
RGB: (147,179,170)

Color info

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

RGB color model

#93B3AA color RGB value is (147,179,170).

  • red value is 147;
  • green value is 179;
  • blue value is 170.
RGB:
(147,179,170)
(58%,70%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 170 of 255 = 67%

147
179
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 170 = 496 (100%)
R 147 of 496 ~ 29.64%
G 179 of 496 ~ 36.09%
B 170 of 496 ~ 34.27%

%29.64
%36.09
%34.27

CMYK color model

#93B3AA color CMYK value is (18,0,5,30).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 5.03%
  • key color value is 29.80%
CMYK:
(18,0,5,30)
C18M0Y5K30 
(18%,0%,5%,30%)
(0.18/0.00/0.05/0.30)	

CMYK percentages

%17.88
%0
%5.03
%29.8

Codes

Color #93B3AA in popluar color models

93B3AA
RGB147179170
HSL163°17.39%63.92%
HSB/HSV163°17.88%70.20%
CMYK17.88%0.00%5.03%
29.80%

Color #93B3AA in popluar number systems.

HEX93B3AA
Decimal147179170
Binary100100111011001110101010
Octal223263252

Shades and tints

Shades of #93B3AA

#93B3AA
(147,179,170)
#86A39B
(134,163,155)
#79938C
(121,147,140)
#6C837D
(108,131,125)
#5F736E
(95,115,110)
#52635F
(82,99,95)
#455350
(69,83,80)
#384341
(56,67,65)
#2B3332
(43,51,50)
#1E2323
(30,35,35)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #93B3AA

#93B3AA
(147,179,170)
#9CB9B1
(156,185,177)
#A5BFB8
(165,191,184)
#AEC5BF
(174,197,191)
#B7CBC6
(183,203,198)
#C0D1CD
(192,209,205)
#C9D7D4
(201,215,212)
#D2DDDB
(210,221,219)
#DBE3E2
(219,227,226)
#E4E9E9
(228,233,233)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B3AA color. Also use rgb(147,179,170) instead hex code.

Text Font Color

.myTextColor { color: #93B3AA; }

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

This text font color is #93B3AA.


Background Color

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

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

This div background color is #93B3AA.


Border color

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

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

This div border color is #93B3AA.


Opacity

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

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

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

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

This text has shadow with #93B3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B3AA on black background.


Color preview on white background

This text has color #93B3AA on white background.



Black color preview on #93B3AA background

This text has black color on #93B3AA background.


White color preview on #93B3AA background

This text has white color on #93B3AA background.