COLOR #93C3D9

HEX: #93C3D9
RGB: (147,195,217)

Color info

#93C3D9 contains mainly green and blue colors. Web safe color of #93C3D9 is #99CCCC (or #9CC).

RGB color model

#93C3D9 color RGB value is (147,195,217).

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

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 217 of 255 = 85%

147
195
217

R + G + B ~ 73%. #93C3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 195 + 217 = 559 (100%)
R 147 of 559 ~ 26.3%
G 195 of 559 ~ 34.88%
B 217 of 559 ~ 38.82%

%26.3
%34.88
%38.82

CMYK color model

#93C3D9 color CMYK value is (32,10,0,15).

  • cyan value is 32.26%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(32,10,0,15)
C32M10Y0K15 
(32%,10%,0%,15%)
(0.32/0.10/0.00/0.15)	

CMYK percentages

%32.26
%10.14
%0
%14.9

Codes

Color #93C3D9 in popluar color models

93C3D9
RGB147195217
HSL199°47.95%71.37%
HSB/HSV199°32.26%85.10%
CMYK32.26%10.14%0.00%
14.90%

Color #93C3D9 in popluar number systems.

HEX93C3D9
Decimal147195217
Binary100100111100001111011001
Octal223303331

Shades and tints

Shades of #93C3D9

#93C3D9
(147,195,217)
#86B2C6
(134,178,198)
#79A1B3
(121,161,179)
#6C90A0
(108,144,160)
#5F7F8D
(95,127,141)
#526E7A
(82,110,122)
#455D67
(69,93,103)
#384C54
(56,76,84)
#2B3B41
(43,59,65)
#1E2A2E
(30,42,46)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #93C3D9

#93C3D9
(147,195,217)
#9CC8DC
(156,200,220)
#A5CDDF
(165,205,223)
#AED2E2
(174,210,226)
#B7D7E5
(183,215,229)
#C0DCE8
(192,220,232)
#C9E1EB
(201,225,235)
#D2E6EE
(210,230,238)
#DBEBF1
(219,235,241)
#E4F0F4
(228,240,244)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C3D9; }

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

This text font color is #93C3D9.


Background Color

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

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

This div background color is #93C3D9.


Border color

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

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

This div border color is #93C3D9.


Opacity

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

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

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

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

This text has shadow with #93C3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C3D9 on black background.


Color preview on white background

This text has color #93C3D9 on white background.



Black color preview on #93C3D9 background

This text has black color on #93C3D9 background.


White color preview on #93C3D9 background

This text has white color on #93C3D9 background.