COLOR #93B2AB

HEX: #93B2AB RGB: (147,178,171)

Color info

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

RGB color model

#93B2AB color RGB value is (147,178,171).

RGB: (147,178,171) (58%, 70%, 67%)

RGB channels and saturation

R 147 of 255 = 58%
G 178 of 255 = 70%
B 171 of 255 = 67%

147
178
171

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

Portions of RGB colors in percentages

R + G + B = 147 + 178 + 171 = 496 (100%)
R 147 of 496 ~ 29.64%
G 178 of 496 ~ 35.89%
B 171 of 496 ~ 34.48'%

%29.64
%35.89
%34.48

CMYK color model

#93B2AB color CMYK value is (17,0,4,30).

  • cyan value is 17.42%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%

CMYK: (17,0,4,30)
C17M0Y4K30 (17%, 0%, 4%, 30%)
(0.17 / 0.00 / 0.04 / 0.30)

CMYK percentages

%17.42
%0
%3.93
%30.2

Codes

Color #93B2AB in popluar color models

93 B2 AB
RGB 147 178 171
HSL 166° 16.76% 63.73%
HSB/HSV 166° 17.42% 69.80%
CMYK 17.42% 0.00% 3.93%
30.20%

Color #93B2AB in popluar number systems.

HEX 93 B2 AB
Decimal 147 178 171
Binary 10010011 10110010 10101011
Octal 223 262 253

Shades and tints

Shades of #93B2AB

#93B2AB
(147,178,171)
#86A29C
(134,162,156)
#79928D
(121,146,141)
#6C827E
(108,130,126)
#5F726F
(95,114,111)
#526260
(82,98,96)
#455251
(69,82,81)
#384242
(56,66,66)
#2B3233
(43,50,51)
#1E2224
(30,34,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #93B2AB

#93B2AB
(147,178,171)
#9CB9B2
(156,185,178)
#A5C0B9
(165,192,185)
#AEC7C0
(174,199,192)
#B7CEC7
(183,206,199)
#C0D5CE
(192,213,206)
#C9DCD5
(201,220,213)
#D2E3DC
(210,227,220)
#DBEAE3
(219,234,227)
#E4F1EA
(228,241,234)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93B2AB color. Also use rgb(147,178,171) instead hex code.

Text Font Color

.myTextColor { color: #93B2AB; }

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

This text font color is #93B2AB.

Background Color

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

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

This div background color is #93B2AB.

Border color

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

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

This div border color is #93B2AB.

Opacity

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

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

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

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

This text has shadow with #93B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93B2AB.

Preview

Color preview on black background

This text has color #93B2AB on black background.


Color preview on white background

This text has color #93B2AB on white background.


Black color preview on #93B2AB background

This text has black color on #93B2AB background.


White color preview on #93B2AB background

This text has white color on #93B2AB background.


Related colors

Complementary color

Complementary color for #hex is #6C4D54.


I love getcolorcode.com

Triadic colors

1 #AB93B2 and #B2AB93 with #93B2AB are triadic colors.

2 #ABB293 and #B293AB with #93B2AB are triadic colors.