COLOR #93C46B

HEX: #93C46B
RGB: (147,196,107)

Color info

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

RGB color model

#93C46B color RGB value is (147,196,107).

  • red value is 147;
  • green value is 196;
  • blue value is 107.
RGB:
(147,196,107)
(58%,77%,42%)

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 107 of 255 = 42%

147
196
107

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

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 107 = 450 (100%)
R 147 of 450 ~ 32.67%
G 196 of 450 ~ 43.56%
B 107 of 450 ~ 23.78%

%32.67
%43.56
%23.78

CMYK color model

#93C46B color CMYK value is (25,0,45,23).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK:
(25,0,45,23)
C25M0Y45K23 
(25%,0%,45%,23%)
(0.25/0.00/0.45/0.23)	

CMYK percentages

%25
%0
%45.41
%23.14

Codes

Color #93C46B in popluar color models

93C46B
RGB147196107
HSL93°43.00%59.41%
HSB/HSV93°45.41%76.86%
CMYK25.00%0.00%45.41%
23.14%

Color #93C46B in popluar number systems.

HEX93C46B
Decimal147196107
Binary10010011110001001101011
Octal223304153

Shades and tints

Shades of #93C46B

#93C46B
(147,196,107)
#86B362
(134,179,98)
#79A259
(121,162,89)
#6C9150
(108,145,80)
#5F8047
(95,128,71)
#526F3E
(82,111,62)
#455E35
(69,94,53)
#384D2C
(56,77,44)
#2B3C23
(43,60,35)
#1E2B1A
(30,43,26)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #93C46B

#93C46B
(147,196,107)
#9CC978
(156,201,120)
#A5CE85
(165,206,133)
#AED392
(174,211,146)
#B7D89F
(183,216,159)
#C0DDAC
(192,221,172)
#C9E2B9
(201,226,185)
#D2E7C6
(210,231,198)
#DBECD3
(219,236,211)
#E4F1E0
(228,241,224)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C46B; }

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

This text font color is #93C46B.


Background Color

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

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

This div background color is #93C46B.


Border color

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

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

This div border color is #93C46B.


Opacity

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

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

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

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

This text has shadow with #93C46B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C46B on black background.


Color preview on white background

This text has color #93C46B on white background.



Black color preview on #93C46B background

This text has black color on #93C46B background.


White color preview on #93C46B background

This text has white color on #93C46B background.