COLOR #93B9D9

HEX: #93B9D9
RGB: (147,185,217)

Color info

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

RGB color model

#93B9D9 color RGB value is (147,185,217).

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

RGB channels and saturation

R 147 of 255 = 58%
G 185 of 255 = 73%
B 217 of 255 = 85%

147
185
217

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

Portions of RGB colors in percentages

R + G + B =
147 + 185 + 217 = 549 (100%)
R 147 of 549 ~ 26.78%
G 185 of 549 ~ 33.7%
B 217 of 549 ~ 39.53%

%26.78
%33.7
%39.53

CMYK color model

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

  • cyan value is 32.26%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(32,15,0,15)
C32M15Y0K15 
(32%,15%,0%,15%)
(0.32/0.15/0.00/0.15)	

CMYK percentages

%32.26
%14.75
%0
%14.9

Codes

Color #93B9D9 in popluar color models

93B9D9
RGB147185217
HSL207°47.95%71.37%
HSB/HSV207°32.26%85.10%
CMYK32.26%14.75%0.00%
14.90%

Color #93B9D9 in popluar number systems.

HEX93B9D9
Decimal147185217
Binary100100111011100111011001
Octal223271331

Shades and tints

Shades of #93B9D9

#93B9D9
(147,185,217)
#86A9C6
(134,169,198)
#7999B3
(121,153,179)
#6C89A0
(108,137,160)
#5F798D
(95,121,141)
#52697A
(82,105,122)
#455967
(69,89,103)
#384954
(56,73,84)
#2B3941
(43,57,65)
#1E292E
(30,41,46)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #93B9D9

#93B9D9
(147,185,217)
#9CBFDC
(156,191,220)
#A5C5DF
(165,197,223)
#AECBE2
(174,203,226)
#B7D1E5
(183,209,229)
#C0D7E8
(192,215,232)
#C9DDEB
(201,221,235)
#D2E3EE
(210,227,238)
#DBE9F1
(219,233,241)
#E4EFF4
(228,239,244)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B9D9; }

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

This text font color is #93B9D9.


Background Color

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

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

This div background color is #93B9D9.


Border color

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

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

This div border color is #93B9D9.


Opacity

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

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

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

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

This text has shadow with #93B9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B9D9 on black background.


Color preview on white background

This text has color #93B9D9 on white background.



Black color preview on #93B9D9 background

This text has black color on #93B9D9 background.


White color preview on #93B9D9 background

This text has white color on #93B9D9 background.