COLOR #93C9A3

HEX: #93C9A3
RGB: (147,201,163)

Color info

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

RGB color model

#93C9A3 color RGB value is (147,201,163).

  • red value is 147;
  • green value is 201;
  • blue value is 163.
RGB:
(147,201,163)
(58%,79%,64%)

RGB channels and saturation

R 147 of 255 = 58%
G 201 of 255 = 79%
B 163 of 255 = 64%

147
201
163

R + G + B ~ 67%. #93C9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 201 + 163 = 511 (100%)
R 147 of 511 ~ 28.77%
G 201 of 511 ~ 39.33%
B 163 of 511 ~ 31.9%

%28.77
%39.33
%31.9

CMYK color model

#93C9A3 color CMYK value is (27,0,19,21).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 21.18%
CMYK:
(27,0,19,21)
C27M0Y19K21 
(27%,0%,19%,21%)
(0.27/0.00/0.19/0.21)	

CMYK percentages

%26.87
%0
%18.91
%21.18

Codes

Color #93C9A3 in popluar color models

93C9A3
RGB147201163
HSL138°33.33%68.24%
HSB/HSV138°26.87%78.82%
CMYK26.87%0.00%18.91%
21.18%

Color #93C9A3 in popluar number systems.

HEX93C9A3
Decimal147201163
Binary100100111100100110100011
Octal223311243

Shades and tints

Shades of #93C9A3

#93C9A3
(147,201,163)
#86B795
(134,183,149)
#79A587
(121,165,135)
#6C9379
(108,147,121)
#5F816B
(95,129,107)
#526F5D
(82,111,93)
#455D4F
(69,93,79)
#384B41
(56,75,65)
#2B3933
(43,57,51)
#1E2725
(30,39,37)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #93C9A3

#93C9A3
(147,201,163)
#9CCDAB
(156,205,171)
#A5D1B3
(165,209,179)
#AED5BB
(174,213,187)
#B7D9C3
(183,217,195)
#C0DDCB
(192,221,203)
#C9E1D3
(201,225,211)
#D2E5DB
(210,229,219)
#DBE9E3
(219,233,227)
#E4EDEB
(228,237,235)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C9A3 color. Also use rgb(147,201,163) instead hex code.

Text Font Color

.myTextColor { color: #93C9A3; }

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

This text font color is #93C9A3.


Background Color

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

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

This div background color is #93C9A3.


Border color

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

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

This div border color is #93C9A3.


Opacity

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

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

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

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

This text has shadow with #93C9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C9A3 on black background.


Color preview on white background

This text has color #93C9A3 on white background.



Black color preview on #93C9A3 background

This text has black color on #93C9A3 background.


White color preview on #93C9A3 background

This text has white color on #93C9A3 background.