COLOR #93C88A

HEX: #93C88A
RGB: (147,200,138)

Color info

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

RGB color model

#93C88A color RGB value is (147,200,138).

  • red value is 147;
  • green value is 200;
  • blue value is 138.
RGB:
(147,200,138)
(58%,78%,54%)

RGB channels and saturation

R 147 of 255 = 58%
G 200 of 255 = 78%
B 138 of 255 = 54%

147
200
138

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

Portions of RGB colors in percentages

R + G + B =
147 + 200 + 138 = 485 (100%)
R 147 of 485 ~ 30.31%
G 200 of 485 ~ 41.24%
B 138 of 485 ~ 28.45%

%30.31
%41.24
%28.45

CMYK color model

#93C88A color CMYK value is (27,0,31,22).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 31.00%
  • key color value is 21.57%
CMYK:
(27,0,31,22)
C27M0Y31K22 
(27%,0%,31%,22%)
(0.27/0.00/0.31/0.22)	

CMYK percentages

%26.5
%0
%31
%21.57

Codes

Color #93C88A in popluar color models

93C88A
RGB147200138
HSL111°36.05%66.27%
HSB/HSV111°31.00%78.43%
CMYK26.50%0.00%31.00%
21.57%

Color #93C88A in popluar number systems.

HEX93C88A
Decimal147200138
Binary100100111100100010001010
Octal223310212

Shades and tints

Shades of #93C88A

#93C88A
(147,200,138)
#86B67E
(134,182,126)
#79A472
(121,164,114)
#6C9266
(108,146,102)
#5F805A
(95,128,90)
#526E4E
(82,110,78)
#455C42
(69,92,66)
#384A36
(56,74,54)
#2B382A
(43,56,42)
#1E261E
(30,38,30)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #93C88A

#93C88A
(147,200,138)
#9CCD94
(156,205,148)
#A5D29E
(165,210,158)
#AED7A8
(174,215,168)
#B7DCB2
(183,220,178)
#C0E1BC
(192,225,188)
#C9E6C6
(201,230,198)
#D2EBD0
(210,235,208)
#DBF0DA
(219,240,218)
#E4F5E4
(228,245,228)
#EDFAEE
(237,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C88A color. Also use rgb(147,200,138) instead hex code.

Text Font Color

.myTextColor { color: #93C88A; }

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

This text font color is #93C88A.


Background Color

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

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

This div background color is #93C88A.


Border color

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

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

This div border color is #93C88A.


Opacity

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

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

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

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

This text has shadow with #93C88A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C88A on black background.


Color preview on white background

This text has color #93C88A on white background.



Black color preview on #93C88A background

This text has black color on #93C88A background.


White color preview on #93C88A background

This text has white color on #93C88A background.