COLOR #93B0B8

HEX: #93B0B8
RGB: (147,176,184)

Color info

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

RGB color model

#93B0B8 color RGB value is (147,176,184).

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

RGB channels and saturation

R 147 of 255 = 58%
G 176 of 255 = 69%
B 184 of 255 = 72%

147
176
184

R + G + B ~ 66%. #93B0B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 176 + 184 = 507 (100%)
R 147 of 507 ~ 28.99%
G 176 of 507 ~ 34.71%
B 184 of 507 ~ 36.29%

%28.99
%34.71
%36.29

CMYK color model

#93B0B8 color CMYK value is (20,4,0,28).

  • cyan value is 20.11%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(20,4,0,28)
C20M4Y0K28 
(20%,4%,0%,28%)
(0.20/0.04/0.00/0.28)	

CMYK percentages

%20.11
%4.35
%0
%27.84

Codes

Color #93B0B8 in popluar color models

93B0B8
RGB147176184
HSL193°20.67%64.90%
HSB/HSV193°20.11%72.16%
CMYK20.11%4.35%0.00%
27.84%

Color #93B0B8 in popluar number systems.

HEX93B0B8
Decimal147176184
Binary100100111011000010111000
Octal223260270

Shades and tints

Shades of #93B0B8

#93B0B8
(147,176,184)
#86A0A8
(134,160,168)
#799098
(121,144,152)
#6C8088
(108,128,136)
#5F7078
(95,112,120)
#526068
(82,96,104)
#455058
(69,80,88)
#384048
(56,64,72)
#2B3038
(43,48,56)
#1E2028
(30,32,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #93B0B8

#93B0B8
(147,176,184)
#9CB7BE
(156,183,190)
#A5BEC4
(165,190,196)
#AEC5CA
(174,197,202)
#B7CCD0
(183,204,208)
#C0D3D6
(192,211,214)
#C9DADC
(201,218,220)
#D2E1E2
(210,225,226)
#DBE8E8
(219,232,232)
#E4EFEE
(228,239,238)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B0B8; }

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

This text font color is #93B0B8.


Background Color

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

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

This div background color is #93B0B8.


Border color

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

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

This div border color is #93B0B8.


Opacity

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

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

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

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

This text has shadow with #93B0B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B0B8 on black background.


Color preview on white background

This text has color #93B0B8 on white background.



Black color preview on #93B0B8 background

This text has black color on #93B0B8 background.


White color preview on #93B0B8 background

This text has white color on #93B0B8 background.