COLOR #93B087

HEX: #93B087
RGB: (147,176,135)

Color info

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

RGB color model

#93B087 color RGB value is (147,176,135).

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

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 135 of 255 = 53%

147
176
135

R + G + B ~ 60%. #93B087 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 135 = 458 (100%)
R 147 of 458 ~ 32.1%
G 176 of 458 ~ 38.43%
B 135 of 458 ~ 29.48%

%32.1
%38.43
%29.48

CMYK color model

#93B087 color CMYK value is (16,0,23,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(16,0,23,31)
C16M0Y23K31 
(16%,0%,23%,31%)
(0.16/0.00/0.23/0.31)	

CMYK percentages

%16.48
%0
%23.3
%30.98

Codes

Color #93B087 in popluar color models

93B087
RGB147176135
HSL102°20.60%60.98%
HSB/HSV102°23.30%69.02%
CMYK16.48%0.00%23.30%
30.98%

Color #93B087 in popluar number systems.

HEX93B087
Decimal147176135
Binary100100111011000010000111
Octal223260207

Shades and tints

Shades of #93B087

#93B087
(147,176,135)
#86A07B
(134,160,123)
#79906F
(121,144,111)
#6C8063
(108,128,99)
#5F7057
(95,112,87)
#52604B
(82,96,75)
#45503F
(69,80,63)
#384033
(56,64,51)
#2B3027
(43,48,39)
#1E201B
(30,32,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #93B087

#93B087
(147,176,135)
#9CB791
(156,183,145)
#A5BE9B
(165,190,155)
#AEC5A5
(174,197,165)
#B7CCAF
(183,204,175)
#C0D3B9
(192,211,185)
#C9DAC3
(201,218,195)
#D2E1CD
(210,225,205)
#DBE8D7
(219,232,215)
#E4EFE1
(228,239,225)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B087; }

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

This text font color is #93B087.


Background Color

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

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

This div background color is #93B087.


Border color

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

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

This div border color is #93B087.


Opacity

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

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

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

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

This text has shadow with #93B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B087 on black background.


Color preview on white background

This text has color #93B087 on white background.



Black color preview on #93B087 background

This text has black color on #93B087 background.


White color preview on #93B087 background

This text has white color on #93B087 background.