COLOR #93B0C7

HEX: #93B0C7
RGB: (147,176,199)

Color info

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

RGB color model

#93B0C7 color RGB value is (147,176,199).

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

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 199 of 255 = 78%

147
176
199

R + G + B ~ 68%. #93B0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 199 = 522 (100%)
R 147 of 522 ~ 28.16%
G 176 of 522 ~ 33.72%
B 199 of 522 ~ 38.12%

%28.16
%33.72
%38.12

CMYK color model

#93B0C7 color CMYK value is (26,12,0,22).

  • cyan value is 26.13%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(26,12,0,22)
C26M12Y0K22 
(26%,12%,0%,22%)
(0.26/0.12/0.00/0.22)	

CMYK percentages

%26.13
%11.56
%0
%21.96

Codes

Color #93B0C7 in popluar color models

93B0C7
RGB147176199
HSL207°31.71%67.84%
HSB/HSV207°26.13%78.04%
CMYK26.13%11.56%0.00%
21.96%

Color #93B0C7 in popluar number systems.

HEX93B0C7
Decimal147176199
Binary100100111011000011000111
Octal223260307

Shades and tints

Shades of #93B0C7

#93B0C7
(147,176,199)
#86A0B5
(134,160,181)
#7990A3
(121,144,163)
#6C8091
(108,128,145)
#5F707F
(95,112,127)
#52606D
(82,96,109)
#45505B
(69,80,91)
#384049
(56,64,73)
#2B3037
(43,48,55)
#1E2025
(30,32,37)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #93B0C7

#93B0C7
(147,176,199)
#9CB7CC
(156,183,204)
#A5BED1
(165,190,209)
#AEC5D6
(174,197,214)
#B7CCDB
(183,204,219)
#C0D3E0
(192,211,224)
#C9DAE5
(201,218,229)
#D2E1EA
(210,225,234)
#DBE8EF
(219,232,239)
#E4EFF4
(228,239,244)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B0C7; }

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

This text font color is #93B0C7.


Background Color

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

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

This div background color is #93B0C7.


Border color

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

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

This div border color is #93B0C7.


Opacity

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

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

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

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

This text has shadow with #93B0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B0C7 on black background.


Color preview on white background

This text has color #93B0C7 on white background.



Black color preview on #93B0C7 background

This text has black color on #93B0C7 background.


White color preview on #93B0C7 background

This text has white color on #93B0C7 background.