COLOR #93B1BE

HEX: #93B1BE
RGB: (147,177,190)

Color info

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

RGB color model

#93B1BE color RGB value is (147,177,190).

  • red value is 147;
  • green value is 177;
  • blue value is 190.
RGB:
(147,177,190)
(58%,69%,75%)

RGB channels and saturation

R 147 of 255 = 58%
G 177 of 255 = 69%
B 190 of 255 = 75%

147
177
190

R + G + B ~ 67%. #93B1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 177 + 190 = 514 (100%)
R 147 of 514 ~ 28.6%
G 177 of 514 ~ 34.44%
B 190 of 514 ~ 36.96%

%28.6
%34.44
%36.96

CMYK color model

#93B1BE color CMYK value is (23,7,0,25).

  • cyan value is 22.63%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(23,7,0,25)
C23M7Y0K25 
(23%,7%,0%,25%)
(0.23/0.07/0.00/0.25)	

CMYK percentages

%22.63
%6.84
%0
%25.49

Codes

Color #93B1BE in popluar color models

93B1BE
RGB147177190
HSL198°24.86%66.08%
HSB/HSV198°22.63%74.51%
CMYK22.63%6.84%0.00%
25.49%

Color #93B1BE in popluar number systems.

HEX93B1BE
Decimal147177190
Binary100100111011000110111110
Octal223261276

Shades and tints

Shades of #93B1BE

#93B1BE
(147,177,190)
#86A1AD
(134,161,173)
#79919C
(121,145,156)
#6C818B
(108,129,139)
#5F717A
(95,113,122)
#526169
(82,97,105)
#455158
(69,81,88)
#384147
(56,65,71)
#2B3136
(43,49,54)
#1E2125
(30,33,37)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #93B1BE

#93B1BE
(147,177,190)
#9CB8C3
(156,184,195)
#A5BFC8
(165,191,200)
#AEC6CD
(174,198,205)
#B7CDD2
(183,205,210)
#C0D4D7
(192,212,215)
#C9DBDC
(201,219,220)
#D2E2E1
(210,226,225)
#DBE9E6
(219,233,230)
#E4F0EB
(228,240,235)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B1BE color. Also use rgb(147,177,190) instead hex code.

Text Font Color

.myTextColor { color: #93B1BE; }

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

This text font color is #93B1BE.


Background Color

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

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

This div background color is #93B1BE.


Border color

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

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

This div border color is #93B1BE.


Opacity

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

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

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

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

This text has shadow with #93B1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93B1BE on black background.


Color preview on white background

This text has color #93B1BE on white background.



Black color preview on #93B1BE background

This text has black color on #93B1BE background.


White color preview on #93B1BE background

This text has white color on #93B1BE background.