COLOR #93A1BE

HEX: #93A1BE
RGB: (147,161,190)

Color info

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

RGB color model

#93A1BE color RGB value is (147,161,190).

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

RGB channels and saturation

R 147 of 255 = 58%
G 161 of 255 = 63%
B 190 of 255 = 75%

147
161
190

R + G + B ~ 65%. #93A1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 161 + 190 = 498 (100%)
R 147 of 498 ~ 29.52%
G 161 of 498 ~ 32.33%
B 190 of 498 ~ 38.15%

%29.52
%32.33
%38.15

CMYK color model

#93A1BE color CMYK value is (23,15,0,25).

  • cyan value is 22.63%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(23,15,0,25)
C23M15Y0K25 
(23%,15%,0%,25%)
(0.23/0.15/0.00/0.25)	

CMYK percentages

%22.63
%15.26
%0
%25.49

Codes

Color #93A1BE in popluar color models

93A1BE
RGB147161190
HSL220°24.86%66.08%
HSB/HSV220°22.63%74.51%
CMYK22.63%15.26%0.00%
25.49%

Color #93A1BE in popluar number systems.

HEX93A1BE
Decimal147161190
Binary100100111010000110111110
Octal223241276

Shades and tints

Shades of #93A1BE

#93A1BE
(147,161,190)
#8693AD
(134,147,173)
#79859C
(121,133,156)
#6C778B
(108,119,139)
#5F697A
(95,105,122)
#525B69
(82,91,105)
#454D58
(69,77,88)
#383F47
(56,63,71)
#2B3136
(43,49,54)
#1E2325
(30,35,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #93A1BE

#93A1BE
(147,161,190)
#9CA9C3
(156,169,195)
#A5B1C8
(165,177,200)
#AEB9CD
(174,185,205)
#B7C1D2
(183,193,210)
#C0C9D7
(192,201,215)
#C9D1DC
(201,209,220)
#D2D9E1
(210,217,225)
#DBE1E6
(219,225,230)
#E4E9EB
(228,233,235)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93A1BE; }

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

This text font color is #93A1BE.


Background Color

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

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

This div background color is #93A1BE.


Border color

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

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

This div border color is #93A1BE.


Opacity

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

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

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

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

This text has shadow with #93A1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93A1BE on black background.


Color preview on white background

This text has color #93A1BE on white background.



Black color preview on #93A1BE background

This text has black color on #93A1BE background.


White color preview on #93A1BE background

This text has white color on #93A1BE background.