COLOR #93B06C

HEX: #93B06C RGB: (147,176,108)

Color info

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

RGB color model

#93B06C color RGB value is (147,176,108).

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

RGB channels and saturation

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

147
176
108

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

Portions of RGB colors in percentages

R + G + B = 147 + 176 + 108 = 431 (100%)
R 147 of 431 ~ 34.11%
G 176 of 431 ~ 40.84%
B 108 of 431 ~ 25.06'%

%34.11
%40.84
%25.06

CMYK color model

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

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • 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
%38.64
%30.98

Codes

Color #93B06C in popluar color models

93 B0 6C
RGB 147 176 108
HSL 86° 30.09% 55.69%
HSB/HSV 86° 38.64% 69.02%
CMYK 16.48% 0.00% 38.64%
30.98%

Color #93B06C in popluar number systems.

HEX 93 B0 6C
Decimal 147 176 108
Binary 10010011 10110000 1101100
Octal 223 260 154

Shades and tints

Shades of #93B06C

#93B06C
(147,176,108)
#86A063
(134,160,99)
#79905A
(121,144,90)
#6C8051
(108,128,81)
#5F7048
(95,112,72)
#52603F
(82,96,63)
#455036
(69,80,54)
#38402D
(56,64,45)
#2B3024
(43,48,36)
#1E201B
(30,32,27)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #93B06C

#93B06C
(147,176,108)
#9CB779
(156,183,121)
#A5BE86
(165,190,134)
#AEC593
(174,197,147)
#B7CCA0
(183,204,160)
#C0D3AD
(192,211,173)
#C9DABA
(201,218,186)
#D2E1C7
(210,225,199)
#DBE8D4
(219,232,212)
#E4EFE1
(228,239,225)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B06C; }

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

This text font color is #93B06C.

Background Color

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

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

This div background color is #93B06C.

Border color

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

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

This div border color is #93B06C.

Opacity

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

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

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

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

This text has shadow with #93B06C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B06C.

Preview

Color preview on black background

This text has color #93B06C on black background.


Color preview on white background

This text has color #93B06C on white background.


Black color preview on #93B06C background

This text has black color on #93B06C background.


White color preview on #93B06C background

This text has white color on #93B06C background.


Related colors

Complementary color

Complementary color for #hex is #6C4F93.


I love getcolorcode.com

Triadic colors

1 #6C93B0 and #B06C93 with #93B06C are triadic colors.

2 #6CB093 and #B0936C with #93B06C are triadic colors.