COLOR #93AB9B

HEX: #93AB9B RGB: (147,171,155)

Color info

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

RGB color model

#93AB9B color RGB value is (147,171,155).

RGB: (147,171,155) (58%, 67%, 61%)

RGB channels and saturation

R 147 of 255 = 58%
G 171 of 255 = 67%
B 155 of 255 = 61%

147
171
155

R + G + B ~ 62%. #93AB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 171 + 155 = 473 (100%)
R 147 of 473 ~ 31.08%
G 171 of 473 ~ 36.15%
B 155 of 473 ~ 32.77'%

%31.08
%36.15
%32.77

CMYK color model

#93AB9B color CMYK value is (14,0,9,33).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%

CMYK: (14,0,9,33)
C14M0Y9K33 (14%, 0%, 9%, 33%)
(0.14 / 0.00 / 0.09 / 0.33)

CMYK percentages

%14.04
%0
%9.36
%32.94

Codes

Color #93AB9B in popluar color models

93 AB 9B
RGB 147 171 155
HSL 140° 12.50% 62.35%
HSB/HSV 140° 14.04% 67.06%
CMYK 14.04% 0.00% 9.36%
32.94%

Color #93AB9B in popluar number systems.

HEX 93 AB 9B
Decimal 147 171 155
Binary 10010011 10101011 10011011
Octal 223 253 233

Shades and tints

Shades of #93AB9B

#93AB9B
(147,171,155)
#869C8D
(134,156,141)
#798D7F
(121,141,127)
#6C7E71
(108,126,113)
#5F6F63
(95,111,99)
#526055
(82,96,85)
#455147
(69,81,71)
#384239
(56,66,57)
#2B332B
(43,51,43)
#1E241D
(30,36,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #93AB9B

#93AB9B
(147,171,155)
#9CB2A4
(156,178,164)
#A5B9AD
(165,185,173)
#AEC0B6
(174,192,182)
#B7C7BF
(183,199,191)
#C0CEC8
(192,206,200)
#C9D5D1
(201,213,209)
#D2DCDA
(210,220,218)
#DBE3E3
(219,227,227)
#E4EAEC
(228,234,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93AB9B; }

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

This text font color is #93AB9B.

Background Color

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

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

This div background color is #93AB9B.

Border color

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

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

This div border color is #93AB9B.

Opacity

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

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

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

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

This text has shadow with #93AB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93AB9B.

Preview

Color preview on black background

This text has color #93AB9B on black background.


Color preview on white background

This text has color #93AB9B on white background.


Black color preview on #93AB9B background

This text has black color on #93AB9B background.


White color preview on #93AB9B background

This text has white color on #93AB9B background.


Related colors

Complementary color

Complementary color for #hex is #6C5464.


I love getcolorcode.com

Triadic colors

1 #9B93AB and #AB9B93 with #93AB9B are triadic colors.

2 #9BAB93 and #AB939B with #93AB9B are triadic colors.