COLOR #93C5C1

HEX: #93C5C1
RGB: (147,197,193)

Color info

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

RGB color model

#93C5C1 color RGB value is (147,197,193).

  • red value is 147;
  • green value is 197;
  • blue value is 193.
RGB:
(147,197,193)
(58%,77%,76%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 193 of 255 = 76%

147
197
193

R + G + B ~ 70%. #93C5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 197 + 193 = 537 (100%)
R 147 of 537 ~ 27.37%
G 197 of 537 ~ 36.69%
B 193 of 537 ~ 35.94%

%27.37
%36.69
%35.94

CMYK color model

#93C5C1 color CMYK value is (25,0,2,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 22.75%
CMYK:
(25,0,2,23)
C25M0Y2K23 
(25%,0%,2%,23%)
(0.25/0.00/0.02/0.23)	

CMYK percentages

%25.38
%0
%2.03
%22.75

Codes

Color #93C5C1 in popluar color models

93C5C1
RGB147197193
HSL175°30.12%67.45%
HSB/HSV175°25.38%77.25%
CMYK25.38%0.00%2.03%
22.75%

Color #93C5C1 in popluar number systems.

HEX93C5C1
Decimal147197193
Binary100100111100010111000001
Octal223305301

Shades and tints

Shades of #93C5C1

#93C5C1
(147,197,193)
#86B4B0
(134,180,176)
#79A39F
(121,163,159)
#6C928E
(108,146,142)
#5F817D
(95,129,125)
#52706C
(82,112,108)
#455F5B
(69,95,91)
#384E4A
(56,78,74)
#2B3D39
(43,61,57)
#1E2C28
(30,44,40)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #93C5C1

#93C5C1
(147,197,193)
#9CCAC6
(156,202,198)
#A5CFCB
(165,207,203)
#AED4D0
(174,212,208)
#B7D9D5
(183,217,213)
#C0DEDA
(192,222,218)
#C9E3DF
(201,227,223)
#D2E8E4
(210,232,228)
#DBEDE9
(219,237,233)
#E4F2EE
(228,242,238)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C5C1 color. Also use rgb(147,197,193) instead hex code.

Text Font Color

.myTextColor { color: #93C5C1; }

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

This text font color is #93C5C1.


Background Color

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

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

This div background color is #93C5C1.


Border color

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

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

This div border color is #93C5C1.


Opacity

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

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

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

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

This text has shadow with #93C5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C5C1 on black background.


Color preview on white background

This text has color #93C5C1 on white background.



Black color preview on #93C5C1 background

This text has black color on #93C5C1 background.


White color preview on #93C5C1 background

This text has white color on #93C5C1 background.