COLOR #93B06B

HEX: #93B06B RGB: (147,176,107)

Color info

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

RGB color model

#93B06B color RGB value is (147,176,107).

RGB: (147,176,107) (58%, 69%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 107 of 255 = 42%

147
176
107

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

Portions of RGB colors in percentages

R + G + B = 147 + 176 + 107 = 430 (100%)
R 147 of 430 ~ 34.19%
G 176 of 430 ~ 40.93%
B 107 of 430 ~ 24.88'%

%34.19
%40.93
%24.88

CMYK color model

#93B06B color CMYK value is (16,0,39,31).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 30.98%
CMYK: (16,0,39,31) C16M0Y39K31 (16%,0%,39%,31%) (0.16/0.00/0.39/0.31) 

CMYK percentages

%16.48
%0
%39.2
%30.98

Codes

Color #93B06B in popluar color models

93 B0 6B
RGB 147 176 107
HSL 85° 30.40% 55.49%
HSB/HSV 85° 39.20% 69.02%
CMYK 16.48% 0.00% 39.20%
30.98%

Color #93B06B in popluar number systems.

HEX 93 B0 6B
Decimal 147 176 107
Binary 10010011 10110000 1101011
Octal 223 260 153

Shades and tints

Shades of #93B06B

#93B06B
(147,176,107)
#86A062
(134,160,98)
#799059
(121,144,89)
#6C8050
(108,128,80)
#5F7047
(95,112,71)
#52603E
(82,96,62)
#455035
(69,80,53)
#38402C
(56,64,44)
#2B3023
(43,48,35)
#1E201A
(30,32,26)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #93B06B

#93B06B
(147,176,107)
#9CB778
(156,183,120)
#A5BE85
(165,190,133)
#AEC592
(174,197,146)
#B7CC9F
(183,204,159)
#C0D3AC
(192,211,172)
#C9DAB9
(201,218,185)
#D2E1C6
(210,225,198)
#DBE8D3
(219,232,211)
#E4EFE0
(228,239,224)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B06B; }

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

This text font color is #93B06B.

Background Color

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

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

This div background color is #93B06B.

Border color

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

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

This div border color is #93B06B.

Opacity

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

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

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

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

This text has shadow with #93B06B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B06B.

Preview

Color preview on black background

This text has color #93B06B on black background.


Color preview on white background

This text has color #93B06B on white background.


Black color preview on #93B06B background

This text has black color on #93B06B background.


White color preview on #93B06B background

This text has white color on #93B06B background.


Related colors

Complementary color

Complementary color for #hex is #6C4F94.


I love getcolorcode.com

Triadic colors

1 #6B93B0 and #B06B93 with #93B06B are triadic colors.

2 #6BB093 and #B0936B with #93B06B are triadic colors.