COLOR #93BA90

HEX: #93BA90
RGB: (147,186,144)

Color info

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

RGB color model

#93BA90 color RGB value is (147,186,144).

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

RGB channels and saturation

R 147 of 255 = 58%
G 186 of 255 = 73%
B 144 of 255 = 56%

147
186
144

R + G + B ~ 62%. #93BA90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 186 + 144 = 477 (100%)
R 147 of 477 ~ 30.82%
G 186 of 477 ~ 38.99%
B 144 of 477 ~ 30.19%

%30.82
%38.99
%30.19

CMYK color model

#93BA90 color CMYK value is (21,0,23,27).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 27.06%
CMYK:
(21,0,23,27)
C21M0Y23K27 
(21%,0%,23%,27%)
(0.21/0.00/0.23/0.27)	

CMYK percentages

%20.97
%0
%22.58
%27.06

Codes

Color #93BA90 in popluar color models

93BA90
RGB147186144
HSL116°23.33%64.71%
HSB/HSV116°22.58%72.94%
CMYK20.97%0.00%22.58%
27.06%

Color #93BA90 in popluar number systems.

HEX93BA90
Decimal147186144
Binary100100111011101010010000
Octal223272220

Shades and tints

Shades of #93BA90

#93BA90
(147,186,144)
#86AA83
(134,170,131)
#799A76
(121,154,118)
#6C8A69
(108,138,105)
#5F7A5C
(95,122,92)
#526A4F
(82,106,79)
#455A42
(69,90,66)
#384A35
(56,74,53)
#2B3A28
(43,58,40)
#1E2A1B
(30,42,27)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #93BA90

#93BA90
(147,186,144)
#9CC09A
(156,192,154)
#A5C6A4
(165,198,164)
#AECCAE
(174,204,174)
#B7D2B8
(183,210,184)
#C0D8C2
(192,216,194)
#C9DECC
(201,222,204)
#D2E4D6
(210,228,214)
#DBEAE0
(219,234,224)
#E4F0EA
(228,240,234)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BA90; }

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

This text font color is #93BA90.


Background Color

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

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

This div background color is #93BA90.


Border color

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

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

This div border color is #93BA90.


Opacity

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

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

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

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

This text has shadow with #93BA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BA90 on black background.


Color preview on white background

This text has color #93BA90 on white background.



Black color preview on #93BA90 background

This text has black color on #93BA90 background.


White color preview on #93BA90 background

This text has white color on #93BA90 background.