COLOR #93C0C9

HEX: #93C0C9
RGB: (147,192,201)

Color info

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

RGB color model

#93C0C9 color RGB value is (147,192,201).

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

RGB channels and saturation

R 147 of 255 = 58%
G 192 of 255 = 75%
B 201 of 255 = 79%

147
192
201

R + G + B ~ 71%. #93C0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 192 + 201 = 540 (100%)
R 147 of 540 ~ 27.22%
G 192 of 540 ~ 35.56%
B 201 of 540 ~ 37.22%

%27.22
%35.56
%37.22

CMYK color model

#93C0C9 color CMYK value is (27,4,0,21).

  • cyan value is 26.87%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,4,0,21)
C27M4Y0K21 
(27%,4%,0%,21%)
(0.27/0.04/0.00/0.21)	

CMYK percentages

%26.87
%4.48
%0
%21.18

Codes

Color #93C0C9 in popluar color models

93C0C9
RGB147192201
HSL190°33.33%68.24%
HSB/HSV190°26.87%78.82%
CMYK26.87%4.48%0.00%
21.18%

Color #93C0C9 in popluar number systems.

HEX93C0C9
Decimal147192201
Binary100100111100000011001001
Octal223300311

Shades and tints

Shades of #93C0C9

#93C0C9
(147,192,201)
#86AFB7
(134,175,183)
#799EA5
(121,158,165)
#6C8D93
(108,141,147)
#5F7C81
(95,124,129)
#526B6F
(82,107,111)
#455A5D
(69,90,93)
#38494B
(56,73,75)
#2B3839
(43,56,57)
#1E2727
(30,39,39)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #93C0C9

#93C0C9
(147,192,201)
#9CC5CD
(156,197,205)
#A5CAD1
(165,202,209)
#AECFD5
(174,207,213)
#B7D4D9
(183,212,217)
#C0D9DD
(192,217,221)
#C9DEE1
(201,222,225)
#D2E3E5
(210,227,229)
#DBE8E9
(219,232,233)
#E4EDED
(228,237,237)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C0C9; }

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

This text font color is #93C0C9.


Background Color

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

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

This div background color is #93C0C9.


Border color

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

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

This div border color is #93C0C9.


Opacity

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

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

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

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

This text has shadow with #93C0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C0C9 on black background.


Color preview on white background

This text has color #93C0C9 on white background.



Black color preview on #93C0C9 background

This text has black color on #93C0C9 background.


White color preview on #93C0C9 background

This text has white color on #93C0C9 background.