COLOR #93C3CB

HEX: #93C3CB
RGB: (147,195,203)

Color info

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

RGB color model

#93C3CB color RGB value is (147,195,203).

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

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 203 of 255 = 80%

147
195
203

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

Portions of RGB colors in percentages

R + G + B =
147 + 195 + 203 = 545 (100%)
R 147 of 545 ~ 26.97%
G 195 of 545 ~ 35.78%
B 203 of 545 ~ 37.25%

%26.97
%35.78
%37.25

CMYK color model

#93C3CB color CMYK value is (28,4,0,20).

  • cyan value is 27.59%
  • magenta value is 3.94%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(28,4,0,20)
C28M4Y0K20 
(28%,4%,0%,20%)
(0.28/0.04/0.00/0.20)	

CMYK percentages

%27.59
%3.94
%0
%20.39

Codes

Color #93C3CB in popluar color models

93C3CB
RGB147195203
HSL189°35.00%68.63%
HSB/HSV189°27.59%79.61%
CMYK27.59%3.94%0.00%
20.39%

Color #93C3CB in popluar number systems.

HEX93C3CB
Decimal147195203
Binary100100111100001111001011
Octal223303313

Shades and tints

Shades of #93C3CB

#93C3CB
(147,195,203)
#86B2B9
(134,178,185)
#79A1A7
(121,161,167)
#6C9095
(108,144,149)
#5F7F83
(95,127,131)
#526E71
(82,110,113)
#455D5F
(69,93,95)
#384C4D
(56,76,77)
#2B3B3B
(43,59,59)
#1E2A29
(30,42,41)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #93C3CB

#93C3CB
(147,195,203)
#9CC8CF
(156,200,207)
#A5CDD3
(165,205,211)
#AED2D7
(174,210,215)
#B7D7DB
(183,215,219)
#C0DCDF
(192,220,223)
#C9E1E3
(201,225,227)
#D2E6E7
(210,230,231)
#DBEBEB
(219,235,235)
#E4F0EF
(228,240,239)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C3CB; }

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

This text font color is #93C3CB.


Background Color

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

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

This div background color is #93C3CB.


Border color

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

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

This div border color is #93C3CB.


Opacity

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

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

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

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

This text has shadow with #93C3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C3CB on black background.


Color preview on white background

This text has color #93C3CB on white background.



Black color preview on #93C3CB background

This text has black color on #93C3CB background.


White color preview on #93C3CB background

This text has white color on #93C3CB background.