COLOR #93B9D1

HEX: #93B9D1
RGB: (147,185,209)

Color info

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

RGB color model

#93B9D1 color RGB value is (147,185,209).

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

RGB channels and saturation

R 147 of 255 = 58%
G 185 of 255 = 73%
B 209 of 255 = 82%

147
185
209

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

Portions of RGB colors in percentages

R + G + B =
147 + 185 + 209 = 541 (100%)
R 147 of 541 ~ 27.17%
G 185 of 541 ~ 34.2%
B 209 of 541 ~ 38.63%

%27.17
%34.2
%38.63

CMYK color model

#93B9D1 color CMYK value is (30,11,0,18).

  • cyan value is 29.67%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(30,11,0,18)
C30M11Y0K18 
(30%,11%,0%,18%)
(0.30/0.11/0.00/0.18)	

CMYK percentages

%29.67
%11.48
%0
%18.04

Codes

Color #93B9D1 in popluar color models

93B9D1
RGB147185209
HSL203°40.26%69.80%
HSB/HSV203°29.67%81.96%
CMYK29.67%11.48%0.00%
18.04%

Color #93B9D1 in popluar number systems.

HEX93B9D1
Decimal147185209
Binary100100111011100111010001
Octal223271321

Shades and tints

Shades of #93B9D1

#93B9D1
(147,185,209)
#86A9BE
(134,169,190)
#7999AB
(121,153,171)
#6C8998
(108,137,152)
#5F7985
(95,121,133)
#526972
(82,105,114)
#45595F
(69,89,95)
#38494C
(56,73,76)
#2B3939
(43,57,57)
#1E2926
(30,41,38)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #93B9D1

#93B9D1
(147,185,209)
#9CBFD5
(156,191,213)
#A5C5D9
(165,197,217)
#AECBDD
(174,203,221)
#B7D1E1
(183,209,225)
#C0D7E5
(192,215,229)
#C9DDE9
(201,221,233)
#D2E3ED
(210,227,237)
#DBE9F1
(219,233,241)
#E4EFF5
(228,239,245)
#EDF5F9
(237,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B9D1; }

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

This text font color is #93B9D1.


Background Color

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

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

This div background color is #93B9D1.


Border color

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

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

This div border color is #93B9D1.


Opacity

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

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

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

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

This text has shadow with #93B9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B9D1 on black background.


Color preview on white background

This text has color #93B9D1 on white background.



Black color preview on #93B9D1 background

This text has black color on #93B9D1 background.


White color preview on #93B9D1 background

This text has white color on #93B9D1 background.