COLOR #93BC8E

HEX: #93BC8E
RGB: (147,188,142)

Color info

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

RGB color model

#93BC8E color RGB value is (147,188,142).

  • red value is 147;
  • green value is 188;
  • blue value is 142.
RGB:
(147,188,142)
(58%,74%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 142 of 255 = 56%

147
188
142

R + G + B ~ 63%. #93BC8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 188 + 142 = 477 (100%)
R 147 of 477 ~ 30.82%
G 188 of 477 ~ 39.41%
B 142 of 477 ~ 29.77%

%30.82
%39.41
%29.77

CMYK color model

#93BC8E color CMYK value is (22,0,24,26).

  • cyan value is 21.81%
  • magenta value is 0.00%
  • yellow value is 24.47%
  • key color value is 26.27%
CMYK:
(22,0,24,26)
C22M0Y24K26 
(22%,0%,24%,26%)
(0.22/0.00/0.24/0.26)	

CMYK percentages

%21.81
%0
%24.47
%26.27

Codes

Color #93BC8E in popluar color models

93BC8E
RGB147188142
HSL113°25.56%64.71%
HSB/HSV113°24.47%73.73%
CMYK21.81%0.00%24.47%
26.27%

Color #93BC8E in popluar number systems.

HEX93BC8E
Decimal147188142
Binary100100111011110010001110
Octal223274216

Shades and tints

Shades of #93BC8E

#93BC8E
(147,188,142)
#86AB82
(134,171,130)
#799A76
(121,154,118)
#6C896A
(108,137,106)
#5F785E
(95,120,94)
#526752
(82,103,82)
#455646
(69,86,70)
#38453A
(56,69,58)
#2B342E
(43,52,46)
#1E2322
(30,35,34)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #93BC8E

#93BC8E
(147,188,142)
#9CC298
(156,194,152)
#A5C8A2
(165,200,162)
#AECEAC
(174,206,172)
#B7D4B6
(183,212,182)
#C0DAC0
(192,218,192)
#C9E0CA
(201,224,202)
#D2E6D4
(210,230,212)
#DBECDE
(219,236,222)
#E4F2E8
(228,242,232)
#EDF8F2
(237,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BC8E color. Also use rgb(147,188,142) instead hex code.

Text Font Color

.myTextColor { color: #93BC8E; }

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

This text font color is #93BC8E.


Background Color

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

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

This div background color is #93BC8E.


Border color

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

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

This div border color is #93BC8E.


Opacity

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

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

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

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

This text has shadow with #93BC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BC8E on black background.


Color preview on white background

This text has color #93BC8E on white background.



Black color preview on #93BC8E background

This text has black color on #93BC8E background.


White color preview on #93BC8E background

This text has white color on #93BC8E background.