COLOR #93B1AD

HEX: #93B1AD RGB: (147,177,173)

Color info

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

RGB color model

#93B1AD color RGB value is (147,177,173).

RGB: (147,177,173) (58%, 69%, 68%)

RGB channels and saturation

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

147
177
173

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

Portions of RGB colors in percentages

R + G + B = 147 + 177 + 173 = 497 (100%)
R 147 of 497 ~ 29.58%
G 177 of 497 ~ 35.61%
B 173 of 497 ~ 34.81'%

%29.58
%35.61
%34.81

CMYK color model

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

  • cyan value is 16.95%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 30.59%

CMYK: (17,0,2,31)
C17M0Y2K31 (17%, 0%, 2%, 31%)
(0.17 / 0.00 / 0.02 / 0.31)

CMYK percentages

%16.95
%0
%2.26
%30.59

Codes

Color #93B1AD in popluar color models

93 B1 AD
RGB 147 177 173
HSL 172° 16.13% 63.53%
HSB/HSV 172° 16.95% 69.41%
CMYK 16.95% 0.00% 2.26%
30.59%

Color #93B1AD in popluar number systems.

HEX 93 B1 AD
Decimal 147 177 173
Binary 10010011 10110001 10101101
Octal 223 261 255

Shades and tints

Shades of #93B1AD

#93B1AD
(147,177,173)
#86A19E
(134,161,158)
#79918F
(121,145,143)
#6C8180
(108,129,128)
#5F7171
(95,113,113)
#526162
(82,97,98)
#455153
(69,81,83)
#384144
(56,65,68)
#2B3135
(43,49,53)
#1E2126
(30,33,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #93B1AD

#93B1AD
(147,177,173)
#9CB8B4
(156,184,180)
#A5BFBB
(165,191,187)
#AEC6C2
(174,198,194)
#B7CDC9
(183,205,201)
#C0D4D0
(192,212,208)
#C9DBD7
(201,219,215)
#D2E2DE
(210,226,222)
#DBE9E5
(219,233,229)
#E4F0EC
(228,240,236)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93B1AD; }

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

This text font color is #93B1AD.

Background Color

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

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

This div background color is #93B1AD.

Border color

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

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

This div border color is #93B1AD.

Opacity

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

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

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

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

This text has shadow with #93B1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B1AD.

Preview

Color preview on black background

This text has color #93B1AD on black background.


Color preview on white background

This text has color #93B1AD on white background.


Black color preview on #93B1AD background

This text has black color on #93B1AD background.


White color preview on #93B1AD background

This text has white color on #93B1AD background.


Related colors

Complementary color

Complementary color for #hex is #6C4E52.


I love getcolorcode.com

Triadic colors

1 #AD93B1 and #B1AD93 with #93B1AD are triadic colors.

2 #ADB193 and #B193AD with #93B1AD are triadic colors.