COLOR #93C2A5

HEX: #93C2A5
RGB: (147,194,165)

Color info

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

RGB color model

#93C2A5 color RGB value is (147,194,165).

  • red value is 147;
  • green value is 194;
  • blue value is 165.
RGB:
(147,194,165)
(58%,76%,65%)

RGB channels and saturation

R 147 of 255 = 58%
G 194 of 255 = 76%
B 165 of 255 = 65%

147
194
165

R + G + B ~ 66%. #93C2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 194 + 165 = 506 (100%)
R 147 of 506 ~ 29.05%
G 194 of 506 ~ 38.34%
B 165 of 506 ~ 32.61%

%29.05
%38.34
%32.61

CMYK color model

#93C2A5 color CMYK value is (24,0,15,24).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 14.95%
  • key color value is 23.92%
CMYK:
(24,0,15,24)
C24M0Y15K24 
(24%,0%,15%,24%)
(0.24/0.00/0.15/0.24)	

CMYK percentages

%24.23
%0
%14.95
%23.92

Codes

Color #93C2A5 in popluar color models

93C2A5
RGB147194165
HSL143°27.81%66.86%
HSB/HSV143°24.23%76.08%
CMYK24.23%0.00%14.95%
23.92%

Color #93C2A5 in popluar number systems.

HEX93C2A5
Decimal147194165
Binary100100111100001010100101
Octal223302245

Shades and tints

Shades of #93C2A5

#93C2A5
(147,194,165)
#86B196
(134,177,150)
#79A087
(121,160,135)
#6C8F78
(108,143,120)
#5F7E69
(95,126,105)
#526D5A
(82,109,90)
#455C4B
(69,92,75)
#384B3C
(56,75,60)
#2B3A2D
(43,58,45)
#1E291E
(30,41,30)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #93C2A5

#93C2A5
(147,194,165)
#9CC7AD
(156,199,173)
#A5CCB5
(165,204,181)
#AED1BD
(174,209,189)
#B7D6C5
(183,214,197)
#C0DBCD
(192,219,205)
#C9E0D5
(201,224,213)
#D2E5DD
(210,229,221)
#DBEAE5
(219,234,229)
#E4EFED
(228,239,237)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C2A5 color. Also use rgb(147,194,165) instead hex code.

Text Font Color

.myTextColor { color: #93C2A5; }

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

This text font color is #93C2A5.


Background Color

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

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

This div background color is #93C2A5.


Border color

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

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

This div border color is #93C2A5.


Opacity

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

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

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

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

This text has shadow with #93C2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C2A5 on black background.


Color preview on white background

This text has color #93C2A5 on white background.



Black color preview on #93C2A5 background

This text has black color on #93C2A5 background.


White color preview on #93C2A5 background

This text has white color on #93C2A5 background.