COLOR #93B090

HEX: #93B090
RGB: (147,176,144)

Color info

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

RGB color model

#93B090 color RGB value is (147,176,144).

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

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 144 of 255 = 56%

147
176
144

R + G + B ~ 61%. #93B090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 144 = 467 (100%)
R 147 of 467 ~ 31.48%
G 176 of 467 ~ 37.69%
B 144 of 467 ~ 30.84%

%31.48
%37.69
%30.84

CMYK color model

#93B090 color CMYK value is (16,0,18,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(16,0,18,31)
C16M0Y18K31 
(16%,0%,18%,31%)
(0.16/0.00/0.18/0.31)	

CMYK percentages

%16.48
%0
%18.18
%30.98

Codes

Color #93B090 in popluar color models

93B090
RGB147176144
HSL114°16.84%62.75%
HSB/HSV114°18.18%69.02%
CMYK16.48%0.00%18.18%
30.98%

Color #93B090 in popluar number systems.

HEX93B090
Decimal147176144
Binary100100111011000010010000
Octal223260220

Shades and tints

Shades of #93B090

#93B090
(147,176,144)
#86A083
(134,160,131)
#799076
(121,144,118)
#6C8069
(108,128,105)
#5F705C
(95,112,92)
#52604F
(82,96,79)
#455042
(69,80,66)
#384035
(56,64,53)
#2B3028
(43,48,40)
#1E201B
(30,32,27)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #93B090

#93B090
(147,176,144)
#9CB79A
(156,183,154)
#A5BEA4
(165,190,164)
#AEC5AE
(174,197,174)
#B7CCB8
(183,204,184)
#C0D3C2
(192,211,194)
#C9DACC
(201,218,204)
#D2E1D6
(210,225,214)
#DBE8E0
(219,232,224)
#E4EFEA
(228,239,234)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B090; }

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

This text font color is #93B090.


Background Color

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

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

This div background color is #93B090.


Border color

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

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

This div border color is #93B090.


Opacity

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

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

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

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

This text has shadow with #93B090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B090 on black background.


Color preview on white background

This text has color #93B090 on white background.



Black color preview on #93B090 background

This text has black color on #93B090 background.


White color preview on #93B090 background

This text has white color on #93B090 background.