COLOR #93BE83

HEX: #93BE83
RGB: (147,190,131)

Color info

#93BE83 contains red, green and blue colors in about the same proportion. Web safe color of #93BE83 is #99CC99 (or #9C9).

RGB color model

#93BE83 color RGB value is (147,190,131).

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

RGB channels and saturation

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

147
190
131

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

Portions of RGB colors in percentages

R + G + B =
147 + 190 + 131 = 468 (100%)
R 147 of 468 ~ 31.41%
G 190 of 468 ~ 40.6%
B 131 of 468 ~ 27.99%

%31.41
%40.6
%27.99

CMYK color model

#93BE83 color CMYK value is (23,0,31,25).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 25.49%
CMYK:
(23,0,31,25)
C23M0Y31K25 
(23%,0%,31%,25%)
(0.23/0.00/0.31/0.25)	

CMYK percentages

%22.63
%0
%31.05
%25.49

Codes

Color #93BE83 in popluar color models

93BE83
RGB147190131
HSL104°31.22%62.94%
HSB/HSV104°31.05%74.51%
CMYK22.63%0.00%31.05%
25.49%

Color #93BE83 in popluar number systems.

HEX93BE83
Decimal147190131
Binary100100111011111010000011
Octal223276203

Shades and tints

Shades of #93BE83

#93BE83
(147,190,131)
#86AD78
(134,173,120)
#799C6D
(121,156,109)
#6C8B62
(108,139,98)
#5F7A57
(95,122,87)
#52694C
(82,105,76)
#455841
(69,88,65)
#384736
(56,71,54)
#2B362B
(43,54,43)
#1E2520
(30,37,32)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #93BE83

#93BE83
(147,190,131)
#9CC38E
(156,195,142)
#A5C899
(165,200,153)
#AECDA4
(174,205,164)
#B7D2AF
(183,210,175)
#C0D7BA
(192,215,186)
#C9DCC5
(201,220,197)
#D2E1D0
(210,225,208)
#DBE6DB
(219,230,219)
#E4EBE6
(228,235,230)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93BE83; }

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

This text font color is #93BE83.


Background Color

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

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

This div background color is #93BE83.


Border color

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

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

This div border color is #93BE83.


Opacity

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

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

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

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

This text has shadow with #93BE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BE83 on black background.


Color preview on white background

This text has color #93BE83 on white background.



Black color preview on #93BE83 background

This text has black color on #93BE83 background.


White color preview on #93BE83 background

This text has white color on #93BE83 background.