COLOR #93C3AA

HEX: #93C3AA
RGB: (147,195,170)

Color info

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

RGB color model

#93C3AA color RGB value is (147,195,170).

  • red value is 147;
  • green value is 195;
  • blue value is 170.
RGB:
(147,195,170)
(58%,76%,67%)

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 170 of 255 = 67%

147
195
170

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

Portions of RGB colors in percentages

R + G + B =
147 + 195 + 170 = 512 (100%)
R 147 of 512 ~ 28.71%
G 195 of 512 ~ 38.09%
B 170 of 512 ~ 33.2%

%28.71
%38.09
%33.2

CMYK color model

#93C3AA color CMYK value is (25,0,13,24).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(25,0,13,24)
C25M0Y13K24 
(25%,0%,13%,24%)
(0.25/0.00/0.13/0.24)	

CMYK percentages

%24.62
%0
%12.82
%23.53

Codes

Color #93C3AA in popluar color models

93C3AA
RGB147195170
HSL149°28.57%67.06%
HSB/HSV149°24.62%76.47%
CMYK24.62%0.00%12.82%
23.53%

Color #93C3AA in popluar number systems.

HEX93C3AA
Decimal147195170
Binary100100111100001110101010
Octal223303252

Shades and tints

Shades of #93C3AA

#93C3AA
(147,195,170)
#86B29B
(134,178,155)
#79A18C
(121,161,140)
#6C907D
(108,144,125)
#5F7F6E
(95,127,110)
#526E5F
(82,110,95)
#455D50
(69,93,80)
#384C41
(56,76,65)
#2B3B32
(43,59,50)
#1E2A23
(30,42,35)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #93C3AA

#93C3AA
(147,195,170)
#9CC8B1
(156,200,177)
#A5CDB8
(165,205,184)
#AED2BF
(174,210,191)
#B7D7C6
(183,215,198)
#C0DCCD
(192,220,205)
#C9E1D4
(201,225,212)
#D2E6DB
(210,230,219)
#DBEBE2
(219,235,226)
#E4F0E9
(228,240,233)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C3AA color. Also use rgb(147,195,170) instead hex code.

Text Font Color

.myTextColor { color: #93C3AA; }

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

This text font color is #93C3AA.


Background Color

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

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

This div background color is #93C3AA.


Border color

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

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

This div border color is #93C3AA.


Opacity

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

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

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

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

This text has shadow with #93C3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C3AA on black background.


Color preview on white background

This text has color #93C3AA on white background.



Black color preview on #93C3AA background

This text has black color on #93C3AA background.


White color preview on #93C3AA background

This text has white color on #93C3AA background.