COLOR #93B06E

HEX: #93B06E RGB: (147,176,110)

Color info

#93B06E contains mainly red and green colors. Web safe color of #93B06E is #999966 (or #996).

RGB color model

#93B06E color RGB value is (147,176,110).

RGB: (147,176,110) (58%, 69%, 43%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 110 of 255 = 43%

147
176
110

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

Portions of RGB colors in percentages

R + G + B = 147 + 176 + 110 = 433 (100%)
R 147 of 433 ~ 33.95%
G 176 of 433 ~ 40.65%
B 110 of 433 ~ 25.4'%

%33.95
%40.65
%25.4

CMYK color model

#93B06E color CMYK value is (16,0,38,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 30.98%
CMYK: (16,0,38,31) C16M0Y38K31 (16%,0%,38%,31%) (0.16/0.00/0.38/0.31) 

CMYK percentages

%16.48
%0
%37.5
%30.98

Codes

Color #93B06E in popluar color models

93 B0 6E
RGB 147 176 110
HSL 86° 29.46% 56.08%
HSB/HSV 86° 37.50% 69.02%
CMYK 16.48% 0.00% 37.50%
30.98%

Color #93B06E in popluar number systems.

HEX 93 B0 6E
Decimal 147 176 110
Binary 10010011 10110000 1101110
Octal 223 260 156

Shades and tints

Shades of #93B06E

#93B06E
(147,176,110)
#86A064
(134,160,100)
#79905A
(121,144,90)
#6C8050
(108,128,80)
#5F7046
(95,112,70)
#52603C
(82,96,60)
#455032
(69,80,50)
#384028
(56,64,40)
#2B301E
(43,48,30)
#1E2014
(30,32,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #93B06E

#93B06E
(147,176,110)
#9CB77B
(156,183,123)
#A5BE88
(165,190,136)
#AEC595
(174,197,149)
#B7CCA2
(183,204,162)
#C0D3AF
(192,211,175)
#C9DABC
(201,218,188)
#D2E1C9
(210,225,201)
#DBE8D6
(219,232,214)
#E4EFE3
(228,239,227)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B06E; }

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

This text font color is #93B06E.

Background Color

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

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

This div background color is #93B06E.

Border color

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

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

This div border color is #93B06E.

Opacity

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

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

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

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

This text has shadow with #93B06E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B06E.

Preview

Color preview on black background

This text has color #93B06E on black background.


Color preview on white background

This text has color #93B06E on white background.


Black color preview on #93B06E background

This text has black color on #93B06E background.


White color preview on #93B06E background

This text has white color on #93B06E background.


Related colors

Complementary color

Complementary color for #hex is #6C4F91.


I love getcolorcode.com

Triadic colors

1 #6E93B0 and #B06E93 with #93B06E are triadic colors.

2 #6EB093 and #B0936E with #93B06E are triadic colors.