COLOR #93C1C5

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

Color info

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

RGB color model

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

RGB: (147,193,197) (58%, 76%, 77%)

RGB channels and saturation

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

147
193
197

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

Portions of RGB colors in percentages

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

%27.37
%35.94
%36.69

CMYK color model

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

  • cyan value is 25.38%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (25,2,0,23)
C25M2Y0K23 (25%, 2%, 0%, 23%)
(0.25 / 0.02 / 0.00 / 0.23)

CMYK percentages

%25.38
%2.03
%0
%22.75

Codes

Color #93C1C5 in popluar color models

93 C1 C5
RGB 147 193 197
HSL 185° 30.12% 67.45%
HSB/HSV 185° 25.38% 77.25%
CMYK 25.38% 2.03% 0.00%
22.75%

Color #93C1C5 in popluar number systems.

HEX 93 C1 C5
Decimal 147 193 197
Binary 10010011 11000001 11000101
Octal 223 301 305

Shades and tints

Shades of #93C1C5

#93C1C5
(147,193,197)
#86B0B4
(134,176,180)
#799FA3
(121,159,163)
#6C8E92
(108,142,146)
#5F7D81
(95,125,129)
#526C70
(82,108,112)
#455B5F
(69,91,95)
#384A4E
(56,74,78)
#2B393D
(43,57,61)
#1E282C
(30,40,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #93C1C5

#93C1C5
(147,193,197)
#9CC6CA
(156,198,202)
#A5CBCF
(165,203,207)
#AED0D4
(174,208,212)
#B7D5D9
(183,213,217)
#C0DADE
(192,218,222)
#C9DFE3
(201,223,227)
#D2E4E8
(210,228,232)
#DBE9ED
(219,233,237)
#E4EEF2
(228,238,242)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C1C5; }

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

This text font color is #93C1C5.

Background Color

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

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

This div background color is #93C1C5.

Border color

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

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

This div border color is #93C1C5.

Opacity

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

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

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

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

This text has shadow with #93C1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C1C5.

Preview

Color preview on black background

This text has color #93C1C5 on black background.


Color preview on white background

This text has color #93C1C5 on white background.


Black color preview on #93C1C5 background

This text has black color on #93C1C5 background.


White color preview on #93C1C5 background

This text has white color on #93C1C5 background.


Related colors

Complementary color

Complementary color for #hex is #6C3E3A.


I love getcolorcode.com

Triadic colors

1 #C593C1 and #C1C593 with #93C1C5 are triadic colors.

2 #C5C193 and #C193C5 with #93C1C5 are triadic colors.