COLOR #93AEB1

HEX: #93AEB1
RGB: (147,174,177)

Color info

#93AEB1 contains red, green and blue colors in about the same proportion. Web safe color of #93AEB1 is #999999 (or #999).

RGB color model

#93AEB1 color RGB value is (147,174,177).

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

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 177 of 255 = 69%

147
174
177

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

Portions of RGB colors in percentages

R + G + B =
147 + 174 + 177 = 498 (100%)
R 147 of 498 ~ 29.52%
G 174 of 498 ~ 34.94%
B 177 of 498 ~ 35.54%

%29.52
%34.94
%35.54

CMYK color model

#93AEB1 color CMYK value is (17,2,0,31).

  • cyan value is 16.95%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(17,2,0,31)
C17M2Y0K31 
(17%,2%,0%,31%)
(0.17/0.02/0.00/0.31)	

CMYK percentages

%16.95
%1.69
%0
%30.59

Codes

Color #93AEB1 in popluar color models

93AEB1
RGB147174177
HSL186°16.13%63.53%
HSB/HSV186°16.95%69.41%
CMYK16.95%1.69%0.00%
30.59%

Color #93AEB1 in popluar number systems.

HEX93AEB1
Decimal147174177
Binary100100111010111010110001
Octal223256261

Shades and tints

Shades of #93AEB1

#93AEB1
(147,174,177)
#869FA1
(134,159,161)
#799091
(121,144,145)
#6C8181
(108,129,129)
#5F7271
(95,114,113)
#526361
(82,99,97)
#455451
(69,84,81)
#384541
(56,69,65)
#2B3631
(43,54,49)
#1E2721
(30,39,33)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #93AEB1

#93AEB1
(147,174,177)
#9CB5B8
(156,181,184)
#A5BCBF
(165,188,191)
#AEC3C6
(174,195,198)
#B7CACD
(183,202,205)
#C0D1D4
(192,209,212)
#C9D8DB
(201,216,219)
#D2DFE2
(210,223,226)
#DBE6E9
(219,230,233)
#E4EDF0
(228,237,240)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AEB1; }

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

This text font color is #93AEB1.


Background Color

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

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

This div background color is #93AEB1.


Border color

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

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

This div border color is #93AEB1.


Opacity

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

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

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

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

This text has shadow with #93AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AEB1 on black background.


Color preview on white background

This text has color #93AEB1 on white background.



Black color preview on #93AEB1 background

This text has black color on #93AEB1 background.


White color preview on #93AEB1 background

This text has white color on #93AEB1 background.