COLOR #93C49C

HEX: #93C49C
RGB: (147,196,156)

Color info

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

RGB color model

#93C49C color RGB value is (147,196,156).

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

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 156 of 255 = 61%

147
196
156

R + G + B ~ 65%. #93C49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 156 = 499 (100%)
R 147 of 499 ~ 29.46%
G 196 of 499 ~ 39.28%
B 156 of 499 ~ 31.26%

%29.46
%39.28
%31.26

CMYK color model

#93C49C color CMYK value is (25,0,20,23).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(25,0,20,23)
C25M0Y20K23 
(25%,0%,20%,23%)
(0.25/0.00/0.20/0.23)	

CMYK percentages

%25
%0
%20.41
%23.14

Codes

Color #93C49C in popluar color models

93C49C
RGB147196156
HSL131°29.34%67.25%
HSB/HSV131°25.00%76.86%
CMYK25.00%0.00%20.41%
23.14%

Color #93C49C in popluar number systems.

HEX93C49C
Decimal147196156
Binary100100111100010010011100
Octal223304234

Shades and tints

Shades of #93C49C

#93C49C
(147,196,156)
#86B38E
(134,179,142)
#79A280
(121,162,128)
#6C9172
(108,145,114)
#5F8064
(95,128,100)
#526F56
(82,111,86)
#455E48
(69,94,72)
#384D3A
(56,77,58)
#2B3C2C
(43,60,44)
#1E2B1E
(30,43,30)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #93C49C

#93C49C
(147,196,156)
#9CC9A5
(156,201,165)
#A5CEAE
(165,206,174)
#AED3B7
(174,211,183)
#B7D8C0
(183,216,192)
#C0DDC9
(192,221,201)
#C9E2D2
(201,226,210)
#D2E7DB
(210,231,219)
#DBECE4
(219,236,228)
#E4F1ED
(228,241,237)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C49C; }

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

This text font color is #93C49C.


Background Color

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

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

This div background color is #93C49C.


Border color

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

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

This div border color is #93C49C.


Opacity

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

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

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

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

This text has shadow with #93C49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C49C on black background.


Color preview on white background

This text has color #93C49C on white background.



Black color preview on #93C49C background

This text has black color on #93C49C background.


White color preview on #93C49C background

This text has white color on #93C49C background.