COLOR #93B5C8

HEX: #93B5C8
RGB: (147,181,200)

Color info

#93B5C8 contains red, green and blue colors in about the same proportion. Web safe color of #93B5C8 is #99CCCC (or #9CC).

RGB color model

#93B5C8 color RGB value is (147,181,200).

  • red value is 147;
  • green value is 181;
  • blue value is 200.
RGB:
(147,181,200)
(58%,71%,78%)

RGB channels and saturation

R 147 of 255 = 58%
G 181 of 255 = 71%
B 200 of 255 = 78%

147
181
200

R + G + B ~ 69%. #93B5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 181 + 200 = 528 (100%)
R 147 of 528 ~ 27.84%
G 181 of 528 ~ 34.28%
B 200 of 528 ~ 37.88%

%27.84
%34.28
%37.88

CMYK color model

#93B5C8 color CMYK value is (27,10,0,22).

  • cyan value is 26.50%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(27,10,0,22)
C27M10Y0K22 
(27%,10%,0%,22%)
(0.27/0.10/0.00/0.22)	

CMYK percentages

%26.5
%9.5
%0
%21.57

Codes

Color #93B5C8 in popluar color models

93B5C8
RGB147181200
HSL202°32.52%68.04%
HSB/HSV202°26.50%78.43%
CMYK26.50%9.50%0.00%
21.57%

Color #93B5C8 in popluar number systems.

HEX93B5C8
Decimal147181200
Binary100100111011010111001000
Octal223265310

Shades and tints

Shades of #93B5C8

#93B5C8
(147,181,200)
#86A5B6
(134,165,182)
#7995A4
(121,149,164)
#6C8592
(108,133,146)
#5F7580
(95,117,128)
#52656E
(82,101,110)
#45555C
(69,85,92)
#38454A
(56,69,74)
#2B3538
(43,53,56)
#1E2526
(30,37,38)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #93B5C8

#93B5C8
(147,181,200)
#9CBBCD
(156,187,205)
#A5C1D2
(165,193,210)
#AEC7D7
(174,199,215)
#B7CDDC
(183,205,220)
#C0D3E1
(192,211,225)
#C9D9E6
(201,217,230)
#D2DFEB
(210,223,235)
#DBE5F0
(219,229,240)
#E4EBF5
(228,235,245)
#EDF1FA
(237,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B5C8 color. Also use rgb(147,181,200) instead hex code.

Text Font Color

.myTextColor { color: #93B5C8; }

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

This text font color is #93B5C8.


Background Color

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

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

This div background color is #93B5C8.


Border color

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

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

This div border color is #93B5C8.


Opacity

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

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

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

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

This text has shadow with #93B5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B5C8 on black background.


Color preview on white background

This text has color #93B5C8 on white background.



Black color preview on #93B5C8 background

This text has black color on #93B5C8 background.


White color preview on #93B5C8 background

This text has white color on #93B5C8 background.