COLOR #93C083

HEX: #93C083
RGB: (147,192,131)

Color info

#93C083 contains mainly red and green colors. Web safe color of #93C083 is #99CC99 (or #9C9).

RGB color model

#93C083 color RGB value is (147,192,131).

  • red value is 147;
  • green value is 192;
  • blue value is 131.
RGB:
(147,192,131)
(58%,75%,51%)

RGB channels and saturation

R 147 of 255 = 58%
G 192 of 255 = 75%
B 131 of 255 = 51%

147
192
131

R + G + B ~ 61%. #93C083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 192 + 131 = 470 (100%)
R 147 of 470 ~ 31.28%
G 192 of 470 ~ 40.85%
B 131 of 470 ~ 27.87%

%31.28
%40.85
%27.87

CMYK color model

#93C083 color CMYK value is (23,0,32,25).

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 31.77%
  • key color value is 24.71%
CMYK:
(23,0,32,25)
C23M0Y32K25 
(23%,0%,32%,25%)
(0.23/0.00/0.32/0.25)	

CMYK percentages

%23.44
%0
%31.77
%24.71

Codes

Color #93C083 in popluar color models

93C083
RGB147192131
HSL104°32.62%63.33%
HSB/HSV104°31.77%75.29%
CMYK23.44%0.00%31.77%
24.71%

Color #93C083 in popluar number systems.

HEX93C083
Decimal147192131
Binary100100111100000010000011
Octal223300203

Shades and tints

Shades of #93C083

#93C083
(147,192,131)
#86AF78
(134,175,120)
#799E6D
(121,158,109)
#6C8D62
(108,141,98)
#5F7C57
(95,124,87)
#526B4C
(82,107,76)
#455A41
(69,90,65)
#384936
(56,73,54)
#2B382B
(43,56,43)
#1E2720
(30,39,32)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #93C083

#93C083
(147,192,131)
#9CC58E
(156,197,142)
#A5CA99
(165,202,153)
#AECFA4
(174,207,164)
#B7D4AF
(183,212,175)
#C0D9BA
(192,217,186)
#C9DEC5
(201,222,197)
#D2E3D0
(210,227,208)
#DBE8DB
(219,232,219)
#E4EDE6
(228,237,230)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C083 color. Also use rgb(147,192,131) instead hex code.

Text Font Color

.myTextColor { color: #93C083; }

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

This text font color is #93C083.


Background Color

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

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

This div background color is #93C083.


Border color

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

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

This div border color is #93C083.


Opacity

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

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

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

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

This text has shadow with #93C083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C083 on black background.


Color preview on white background

This text has color #93C083 on white background.



Black color preview on #93C083 background

This text has black color on #93C083 background.


White color preview on #93C083 background

This text has white color on #93C083 background.