COLOR #93C5C0

HEX: #93C5C0
RGB: (147,197,192)

Color info

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

RGB color model

#93C5C0 color RGB value is (147,197,192).

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

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 192 of 255 = 75%

147
197
192

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

Portions of RGB colors in percentages

R + G + B =
147 + 197 + 192 = 536 (100%)
R 147 of 536 ~ 27.43%
G 197 of 536 ~ 36.75%
B 192 of 536 ~ 35.82%

%27.43
%36.75
%35.82

CMYK color model

#93C5C0 color CMYK value is (25,0,3,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 22.75%
CMYK:
(25,0,3,23)
C25M0Y3K23 
(25%,0%,3%,23%)
(0.25/0.00/0.03/0.23)	

CMYK percentages

%25.38
%0
%2.54
%22.75

Codes

Color #93C5C0 in popluar color models

93C5C0
RGB147197192
HSL174°30.12%67.45%
HSB/HSV174°25.38%77.25%
CMYK25.38%0.00%2.54%
22.75%

Color #93C5C0 in popluar number systems.

HEX93C5C0
Decimal147197192
Binary100100111100010111000000
Octal223305300

Shades and tints

Shades of #93C5C0

#93C5C0
(147,197,192)
#86B4AF
(134,180,175)
#79A39E
(121,163,158)
#6C928D
(108,146,141)
#5F817C
(95,129,124)
#52706B
(82,112,107)
#455F5A
(69,95,90)
#384E49
(56,78,73)
#2B3D38
(43,61,56)
#1E2C27
(30,44,39)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #93C5C0

#93C5C0
(147,197,192)
#9CCAC5
(156,202,197)
#A5CFCA
(165,207,202)
#AED4CF
(174,212,207)
#B7D9D4
(183,217,212)
#C0DED9
(192,222,217)
#C9E3DE
(201,227,222)
#D2E8E3
(210,232,227)
#DBEDE8
(219,237,232)
#E4F2ED
(228,242,237)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C5C0; }

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

This text font color is #93C5C0.


Background Color

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

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

This div background color is #93C5C0.


Border color

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

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

This div border color is #93C5C0.


Opacity

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

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

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

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

This text has shadow with #93C5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C5C0 on black background.


Color preview on white background

This text has color #93C5C0 on white background.



Black color preview on #93C5C0 background

This text has black color on #93C5C0 background.


White color preview on #93C5C0 background

This text has white color on #93C5C0 background.