COLOR #93B4AA

HEX: #93B4AA
RGB: (147,180,170)

Color info

#93B4AA contains red, green and blue colors in about the same proportion. Web safe color of #93B4AA is #99CC99 (or #9C9).

RGB color model

#93B4AA color RGB value is (147,180,170).

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

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 170 of 255 = 67%

147
180
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 180 + 170 = 497 (100%)
R 147 of 497 ~ 29.58%
G 180 of 497 ~ 36.22%
B 170 of 497 ~ 34.21%

%29.58
%36.22
%34.21

CMYK color model

#93B4AA color CMYK value is (18,0,6,29).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(18,0,6,29)
C18M0Y6K29 
(18%,0%,6%,29%)
(0.18/0.00/0.06/0.29)	

CMYK percentages

%18.33
%0
%5.56
%29.41

Codes

Color #93B4AA in popluar color models

93B4AA
RGB147180170
HSL162°18.03%64.12%
HSB/HSV162°18.33%70.59%
CMYK18.33%0.00%5.56%
29.41%

Color #93B4AA in popluar number systems.

HEX93B4AA
Decimal147180170
Binary100100111011010010101010
Octal223264252

Shades and tints

Shades of #93B4AA

#93B4AA
(147,180,170)
#86A49B
(134,164,155)
#79948C
(121,148,140)
#6C847D
(108,132,125)
#5F746E
(95,116,110)
#52645F
(82,100,95)
#455450
(69,84,80)
#384441
(56,68,65)
#2B3432
(43,52,50)
#1E2423
(30,36,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #93B4AA

#93B4AA
(147,180,170)
#9CBAB1
(156,186,177)
#A5C0B8
(165,192,184)
#AEC6BF
(174,198,191)
#B7CCC6
(183,204,198)
#C0D2CD
(192,210,205)
#C9D8D4
(201,216,212)
#D2DEDB
(210,222,219)
#DBE4E2
(219,228,226)
#E4EAE9
(228,234,233)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B4AA; }

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

This text font color is #93B4AA.


Background Color

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

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

This div background color is #93B4AA.


Border color

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

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

This div border color is #93B4AA.


Opacity

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

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

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

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

This text has shadow with #93B4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B4AA on black background.


Color preview on white background

This text has color #93B4AA on white background.



Black color preview on #93B4AA background

This text has black color on #93B4AA background.


White color preview on #93B4AA background

This text has white color on #93B4AA background.