COLOR #93B4A9

HEX: #93B4A9
RGB: (147,180,169)

Color info

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

RGB color model

#93B4A9 color RGB value is (147,180,169).

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

RGB channels and saturation

R 147 of 255 = 58%
G 180 of 255 = 71%
B 169 of 255 = 66%

147
180
169

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

Portions of RGB colors in percentages

R + G + B =
147 + 180 + 169 = 496 (100%)
R 147 of 496 ~ 29.64%
G 180 of 496 ~ 36.29%
B 169 of 496 ~ 34.07%

%29.64
%36.29
%34.07

CMYK color model

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

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • 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
%6.11
%29.41

Codes

Color #93B4A9 in popluar color models

93B4A9
RGB147180169
HSL160°18.03%64.12%
HSB/HSV160°18.33%70.59%
CMYK18.33%0.00%6.11%
29.41%

Color #93B4A9 in popluar number systems.

HEX93B4A9
Decimal147180169
Binary100100111011010010101001
Octal223264251

Shades and tints

Shades of #93B4A9

#93B4A9
(147,180,169)
#86A49A
(134,164,154)
#79948B
(121,148,139)
#6C847C
(108,132,124)
#5F746D
(95,116,109)
#52645E
(82,100,94)
#45544F
(69,84,79)
#384440
(56,68,64)
#2B3431
(43,52,49)
#1E2422
(30,36,34)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #93B4A9

#93B4A9
(147,180,169)
#9CBAB0
(156,186,176)
#A5C0B7
(165,192,183)
#AEC6BE
(174,198,190)
#B7CCC5
(183,204,197)
#C0D2CC
(192,210,204)
#C9D8D3
(201,216,211)
#D2DEDA
(210,222,218)
#DBE4E1
(219,228,225)
#E4EAE8
(228,234,232)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B4A9; }

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

This text font color is #93B4A9.


Background Color

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

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

This div background color is #93B4A9.


Border color

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

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

This div border color is #93B4A9.


Opacity

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

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

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

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

This text has shadow with #93B4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B4A9 on black background.


Color preview on white background

This text has color #93B4A9 on white background.



Black color preview on #93B4A9 background

This text has black color on #93B4A9 background.


White color preview on #93B4A9 background

This text has white color on #93B4A9 background.