COLOR #93BCD6

HEX: #93BCD6
RGB: (147,188,214)

Color info

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

RGB color model

#93BCD6 color RGB value is (147,188,214).

  • red value is 147;
  • green value is 188;
  • blue value is 214.
RGB:
(147,188,214)
(58%,74%,84%)

RGB channels and saturation

R 147 of 255 = 58%
G 188 of 255 = 74%
B 214 of 255 = 84%

147
188
214

R + G + B ~ 72%. #93BCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 188 + 214 = 549 (100%)
R 147 of 549 ~ 26.78%
G 188 of 549 ~ 34.24%
B 214 of 549 ~ 38.98%

%26.78
%34.24
%38.98

CMYK color model

#93BCD6 color CMYK value is (31,12,0,16).

  • cyan value is 31.31%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(31,12,0,16)
C31M12Y0K16 
(31%,12%,0%,16%)
(0.31/0.12/0.00/0.16)	

CMYK percentages

%31.31
%12.15
%0
%16.08

Codes

Color #93BCD6 in popluar color models

93BCD6
RGB147188214
HSL203°44.97%70.78%
HSB/HSV203°31.31%83.92%
CMYK31.31%12.15%0.00%
16.08%

Color #93BCD6 in popluar number systems.

HEX93BCD6
Decimal147188214
Binary100100111011110011010110
Octal223274326

Shades and tints

Shades of #93BCD6

#93BCD6
(147,188,214)
#86ABC3
(134,171,195)
#799AB0
(121,154,176)
#6C899D
(108,137,157)
#5F788A
(95,120,138)
#526777
(82,103,119)
#455664
(69,86,100)
#384551
(56,69,81)
#2B343E
(43,52,62)
#1E232B
(30,35,43)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #93BCD6

#93BCD6
(147,188,214)
#9CC2D9
(156,194,217)
#A5C8DC
(165,200,220)
#AECEDF
(174,206,223)
#B7D4E2
(183,212,226)
#C0DAE5
(192,218,229)
#C9E0E8
(201,224,232)
#D2E6EB
(210,230,235)
#DBECEE
(219,236,238)
#E4F2F1
(228,242,241)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93BCD6 color. Also use rgb(147,188,214) instead hex code.

Text Font Color

.myTextColor { color: #93BCD6; }

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

This text font color is #93BCD6.


Background Color

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

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

This div background color is #93BCD6.


Border color

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

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

This div border color is #93BCD6.


Opacity

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

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

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

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

This text has shadow with #93BCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93BCD6 on black background.


Color preview on white background

This text has color #93BCD6 on white background.



Black color preview on #93BCD6 background

This text has black color on #93BCD6 background.


White color preview on #93BCD6 background

This text has white color on #93BCD6 background.