COLOR #93B0C9

HEX: #93B0C9
RGB: (147,176,201)

Color info

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

RGB color model

#93B0C9 color RGB value is (147,176,201).

  • red value is 147;
  • green value is 176;
  • blue value is 201.
RGB:
(147,176,201)
(58%,69%,79%)

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 201 of 255 = 79%

147
176
201

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

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 201 = 524 (100%)
R 147 of 524 ~ 28.05%
G 176 of 524 ~ 33.59%
B 201 of 524 ~ 38.36%

%28.05
%33.59
%38.36

CMYK color model

#93B0C9 color CMYK value is (27,12,0,21).

  • cyan value is 26.87%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(27,12,0,21)
C27M12Y0K21 
(27%,12%,0%,21%)
(0.27/0.12/0.00/0.21)	

CMYK percentages

%26.87
%12.44
%0
%21.18

Codes

Color #93B0C9 in popluar color models

93B0C9
RGB147176201
HSL208°33.33%68.24%
HSB/HSV208°26.87%78.82%
CMYK26.87%12.44%0.00%
21.18%

Color #93B0C9 in popluar number systems.

HEX93B0C9
Decimal147176201
Binary100100111011000011001001
Octal223260311

Shades and tints

Shades of #93B0C9

#93B0C9
(147,176,201)
#86A0B7
(134,160,183)
#7990A5
(121,144,165)
#6C8093
(108,128,147)
#5F7081
(95,112,129)
#52606F
(82,96,111)
#45505D
(69,80,93)
#38404B
(56,64,75)
#2B3039
(43,48,57)
#1E2027
(30,32,39)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #93B0C9

#93B0C9
(147,176,201)
#9CB7CD
(156,183,205)
#A5BED1
(165,190,209)
#AEC5D5
(174,197,213)
#B7CCD9
(183,204,217)
#C0D3DD
(192,211,221)
#C9DAE1
(201,218,225)
#D2E1E5
(210,225,229)
#DBE8E9
(219,232,233)
#E4EFED
(228,239,237)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B0C9 color. Also use rgb(147,176,201) instead hex code.

Text Font Color

.myTextColor { color: #93B0C9; }

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

This text font color is #93B0C9.


Background Color

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

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

This div background color is #93B0C9.


Border color

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

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

This div border color is #93B0C9.


Opacity

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

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

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

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

This text has shadow with #93B0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B0C9 on black background.


Color preview on white background

This text has color #93B0C9 on white background.



Black color preview on #93B0C9 background

This text has black color on #93B0C9 background.


White color preview on #93B0C9 background

This text has white color on #93B0C9 background.