COLOR #93C2B3

HEX: #93C2B3
RGB: (147,194,179)

Color info

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

RGB color model

#93C2B3 color RGB value is (147,194,179).

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

RGB channels and saturation

R 147 of 255 = 58%
G 194 of 255 = 76%
B 179 of 255 = 70%

147
194
179

R + G + B ~ 68%. #93C2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 194 + 179 = 520 (100%)
R 147 of 520 ~ 28.27%
G 194 of 520 ~ 37.31%
B 179 of 520 ~ 34.42%

%28.27
%37.31
%34.42

CMYK color model

#93C2B3 color CMYK value is (24,0,8,24).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 23.92%
CMYK:
(24,0,8,24)
C24M0Y8K24 
(24%,0%,8%,24%)
(0.24/0.00/0.08/0.24)	

CMYK percentages

%24.23
%0
%7.73
%23.92

Codes

Color #93C2B3 in popluar color models

93C2B3
RGB147194179
HSL161°27.81%66.86%
HSB/HSV161°24.23%76.08%
CMYK24.23%0.00%7.73%
23.92%

Color #93C2B3 in popluar number systems.

HEX93C2B3
Decimal147194179
Binary100100111100001010110011
Octal223302263

Shades and tints

Shades of #93C2B3

#93C2B3
(147,194,179)
#86B1A3
(134,177,163)
#79A093
(121,160,147)
#6C8F83
(108,143,131)
#5F7E73
(95,126,115)
#526D63
(82,109,99)
#455C53
(69,92,83)
#384B43
(56,75,67)
#2B3A33
(43,58,51)
#1E2923
(30,41,35)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #93C2B3

#93C2B3
(147,194,179)
#9CC7B9
(156,199,185)
#A5CCBF
(165,204,191)
#AED1C5
(174,209,197)
#B7D6CB
(183,214,203)
#C0DBD1
(192,219,209)
#C9E0D7
(201,224,215)
#D2E5DD
(210,229,221)
#DBEAE3
(219,234,227)
#E4EFE9
(228,239,233)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C2B3; }

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

This text font color is #93C2B3.


Background Color

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

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

This div background color is #93C2B3.


Border color

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

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

This div border color is #93C2B3.


Opacity

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

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

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

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

This text has shadow with #93C2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C2B3 on black background.


Color preview on white background

This text has color #93C2B3 on white background.



Black color preview on #93C2B3 background

This text has black color on #93C2B3 background.


White color preview on #93C2B3 background

This text has white color on #93C2B3 background.