COLOR #93BB6D

HEX: #93BB6D
RGB: (147,187,109)

Color info

#93BB6D contains mainly red and green colors. Web safe color of #93BB6D is #99CC66 (or #9C6).

RGB color model

#93BB6D color RGB value is (147,187,109).

  • red value is 147;
  • green value is 187;
  • blue value is 109.
RGB:
(147,187,109)
(58%,73%,43%)

RGB channels and saturation

R 147 of 255 = 58%
G 187 of 255 = 73%
B 109 of 255 = 43%

147
187
109

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

Portions of RGB colors in percentages

R + G + B =
147 + 187 + 109 = 443 (100%)
R 147 of 443 ~ 33.18%
G 187 of 443 ~ 42.21%
B 109 of 443 ~ 24.6%

%33.18
%42.21
%24.6

CMYK color model

#93BB6D color CMYK value is (21,0,42,27).

  • cyan value is 21.39%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 26.67%
CMYK:
(21,0,42,27)
C21M0Y42K27 
(21%,0%,42%,27%)
(0.21/0.00/0.42/0.27)	

CMYK percentages

%21.39
%0
%41.71
%26.67

Codes

Color #93BB6D in popluar color models

93BB6D
RGB147187109
HSL91°36.45%58.04%
HSB/HSV91°41.71%73.33%
CMYK21.39%0.00%41.71%
26.67%

Color #93BB6D in popluar number systems.

HEX93BB6D
Decimal147187109
Binary10010011101110111101101
Octal223273155

Shades and tints

Shades of #93BB6D

#93BB6D
(147,187,109)
#86AA64
(134,170,100)
#79995B
(121,153,91)
#6C8852
(108,136,82)
#5F7749
(95,119,73)
#526640
(82,102,64)
#455537
(69,85,55)
#38442E
(56,68,46)
#2B3325
(43,51,37)
#1E221C
(30,34,28)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #93BB6D

#93BB6D
(147,187,109)
#9CC17A
(156,193,122)
#A5C787
(165,199,135)
#AECD94
(174,205,148)
#B7D3A1
(183,211,161)
#C0D9AE
(192,217,174)
#C9DFBB
(201,223,187)
#D2E5C8
(210,229,200)
#DBEBD5
(219,235,213)
#E4F1E2
(228,241,226)
#EDF7EF
(237,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BB6D color. Also use rgb(147,187,109) instead hex code.

Text Font Color

.myTextColor { color: #93BB6D; }

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

This text font color is #93BB6D.


Background Color

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

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

This div background color is #93BB6D.


Border color

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

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

This div border color is #93BB6D.


Opacity

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

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

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

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

This text has shadow with #93BB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BB6D on black background.


Color preview on white background

This text has color #93BB6D on white background.



Black color preview on #93BB6D background

This text has black color on #93BB6D background.


White color preview on #93BB6D background

This text has white color on #93BB6D background.