COLOR #93B6D3

HEX: #93B6D3
RGB: (147,182,211)

Color info

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

RGB color model

#93B6D3 color RGB value is (147,182,211).

  • red value is 147;
  • green value is 182;
  • blue value is 211.
RGB:
(147,182,211)
(58%,71%,83%)

RGB channels and saturation

R 147 of 255 = 58%
G 182 of 255 = 71%
B 211 of 255 = 83%

147
182
211

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

Portions of RGB colors in percentages

R + G + B =
147 + 182 + 211 = 540 (100%)
R 147 of 540 ~ 27.22%
G 182 of 540 ~ 33.7%
B 211 of 540 ~ 39.07%

%27.22
%33.7
%39.07

CMYK color model

#93B6D3 color CMYK value is (30,14,0,17).

  • cyan value is 30.33%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(30,14,0,17)
C30M14Y0K17 
(30%,14%,0%,17%)
(0.30/0.14/0.00/0.17)	

CMYK percentages

%30.33
%13.74
%0
%17.25

Codes

Color #93B6D3 in popluar color models

93B6D3
RGB147182211
HSL207°42.11%70.20%
HSB/HSV207°30.33%82.75%
CMYK30.33%13.74%0.00%
17.25%

Color #93B6D3 in popluar number systems.

HEX93B6D3
Decimal147182211
Binary100100111011011011010011
Octal223266323

Shades and tints

Shades of #93B6D3

#93B6D3
(147,182,211)
#86A6C0
(134,166,192)
#7996AD
(121,150,173)
#6C869A
(108,134,154)
#5F7687
(95,118,135)
#526674
(82,102,116)
#455661
(69,86,97)
#38464E
(56,70,78)
#2B363B
(43,54,59)
#1E2628
(30,38,40)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #93B6D3

#93B6D3
(147,182,211)
#9CBCD7
(156,188,215)
#A5C2DB
(165,194,219)
#AEC8DF
(174,200,223)
#B7CEE3
(183,206,227)
#C0D4E7
(192,212,231)
#C9DAEB
(201,218,235)
#D2E0EF
(210,224,239)
#DBE6F3
(219,230,243)
#E4ECF7
(228,236,247)
#EDF2FB
(237,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B6D3 color. Also use rgb(147,182,211) instead hex code.

Text Font Color

.myTextColor { color: #93B6D3; }

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

This text font color is #93B6D3.


Background Color

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

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

This div background color is #93B6D3.


Border color

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

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

This div border color is #93B6D3.


Opacity

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

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

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

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

This text has shadow with #93B6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B6D3 on black background.


Color preview on white background

This text has color #93B6D3 on white background.



Black color preview on #93B6D3 background

This text has black color on #93B6D3 background.


White color preview on #93B6D3 background

This text has white color on #93B6D3 background.