COLOR #93B37E

HEX: #93B37E
RGB: (147,179,126)

Color info

#93B37E contains red, green and blue colors in about the same proportion. Web safe color of #93B37E is #999966 (or #996).

RGB color model

#93B37E color RGB value is (147,179,126).

  • red value is 147;
  • green value is 179;
  • blue value is 126.
RGB:
(147,179,126)
(58%,70%,49%)

RGB channels and saturation

R 147 of 255 = 58%
G 179 of 255 = 70%
B 126 of 255 = 49%

147
179
126

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

Portions of RGB colors in percentages

R + G + B =
147 + 179 + 126 = 452 (100%)
R 147 of 452 ~ 32.52%
G 179 of 452 ~ 39.6%
B 126 of 452 ~ 27.88%

%32.52
%39.6
%27.88

CMYK color model

#93B37E color CMYK value is (18,0,30,30).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK:
(18,0,30,30)
C18M0Y30K30 
(18%,0%,30%,30%)
(0.18/0.00/0.30/0.30)	

CMYK percentages

%17.88
%0
%29.61
%29.8

Codes

Color #93B37E in popluar color models

93B37E
RGB147179126
HSL96°25.85%59.80%
HSB/HSV96°29.61%70.20%
CMYK17.88%0.00%29.61%
29.80%

Color #93B37E in popluar number systems.

HEX93B37E
Decimal147179126
Binary10010011101100111111110
Octal223263176

Shades and tints

Shades of #93B37E

#93B37E
(147,179,126)
#86A373
(134,163,115)
#799368
(121,147,104)
#6C835D
(108,131,93)
#5F7352
(95,115,82)
#526347
(82,99,71)
#45533C
(69,83,60)
#384331
(56,67,49)
#2B3326
(43,51,38)
#1E231B
(30,35,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #93B37E

#93B37E
(147,179,126)
#9CB989
(156,185,137)
#A5BF94
(165,191,148)
#AEC59F
(174,197,159)
#B7CBAA
(183,203,170)
#C0D1B5
(192,209,181)
#C9D7C0
(201,215,192)
#D2DDCB
(210,221,203)
#DBE3D6
(219,227,214)
#E4E9E1
(228,233,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B37E color. Also use rgb(147,179,126) instead hex code.

Text Font Color

.myTextColor { color: #93B37E; }

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

This text font color is #93B37E.


Background Color

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

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

This div background color is #93B37E.


Border color

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

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

This div border color is #93B37E.


Opacity

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

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

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

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

This text has shadow with #93B37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B37E on black background.


Color preview on white background

This text has color #93B37E on white background.



Black color preview on #93B37E background

This text has black color on #93B37E background.


White color preview on #93B37E background

This text has white color on #93B37E background.