COLOR #93ABA6

HEX: #93ABA6 RGB: (147,171,166)

Color info

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

RGB color model

#93ABA6 color RGB value is (147,171,166).

RGB: (147,171,166) (58%, 67%, 65%)

RGB channels and saturation

R 147 of 255 = 58%
G 171 of 255 = 67%
B 166 of 255 = 65%

147
171
166

R + G + B ~ 63%. #93ABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 171 + 166 = 484 (100%)
R 147 of 484 ~ 30.37%
G 171 of 484 ~ 35.33%
B 166 of 484 ~ 34.3'%

%30.37
%35.33
%34.3

CMYK color model

#93ABA6 color CMYK value is (14,0,3,33).

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

CMYK: (14,0,3,33)
C14M0Y3K33 (14%, 0%, 3%, 33%)
(0.14 / 0.00 / 0.03 / 0.33)

CMYK percentages

%14.04
%0
%2.92
%32.94

Codes

Color #93ABA6 in popluar color models

93 AB A6
RGB 147 171 166
HSL 168° 12.50% 62.35%
HSB/HSV 168° 14.04% 67.06%
CMYK 14.04% 0.00% 2.92%
32.94%

Color #93ABA6 in popluar number systems.

HEX 93 AB A6
Decimal 147 171 166
Binary 10010011 10101011 10100110
Octal 223 253 246

Shades and tints

Shades of #93ABA6

#93ABA6
(147,171,166)
#869C97
(134,156,151)
#798D88
(121,141,136)
#6C7E79
(108,126,121)
#5F6F6A
(95,111,106)
#52605B
(82,96,91)
#45514C
(69,81,76)
#38423D
(56,66,61)
#2B332E
(43,51,46)
#1E241F
(30,36,31)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #93ABA6

#93ABA6
(147,171,166)
#9CB2AE
(156,178,174)
#A5B9B6
(165,185,182)
#AEC0BE
(174,192,190)
#B7C7C6
(183,199,198)
#C0CECE
(192,206,206)
#C9D5D6
(201,213,214)
#D2DCDE
(210,220,222)
#DBE3E6
(219,227,230)
#E4EAEE
(228,234,238)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93ABA6; }

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

This text font color is #93ABA6.

Background Color

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

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

This div background color is #93ABA6.

Border color

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

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

This div border color is #93ABA6.

Opacity

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

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

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

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

This text has shadow with #93ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93ABA6.

Preview

Color preview on black background

This text has color #93ABA6 on black background.


Color preview on white background

This text has color #93ABA6 on white background.


Black color preview on #93ABA6 background

This text has black color on #93ABA6 background.


White color preview on #93ABA6 background

This text has white color on #93ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #6C5459.


I love getcolorcode.com

Triadic colors

1 #A693AB and #ABA693 with #93ABA6 are triadic colors.

2 #A6AB93 and #AB93A6 with #93ABA6 are triadic colors.