COLOR #94ABA6

HEX: #94ABA6 RGB: (148,171,166)

Color info

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

RGB color model

#94ABA6 color RGB value is (148,171,166).

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

RGB channels and saturation

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

148
171
166

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

Portions of RGB colors in percentages

R + G + B = 148 + 171 + 166 = 485 (100%)
R 148 of 485 ~ 30.52%
G 171 of 485 ~ 35.26%
B 166 of 485 ~ 34.23'%

%30.52
%35.26
%34.23

CMYK color model

#94ABA6 color CMYK value is (13,0,3,33).

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

CMYK: (13,0,3,33)
C13M0Y3K33 (13%, 0%, 3%, 33%)
(0.13 / 0.00 / 0.03 / 0.33)

CMYK percentages

%13.45
%0
%2.92
%32.94

Codes

Color #94ABA6 in popluar color models

94 AB A6
RGB 148 171 166
HSL 167° 12.04% 62.55%
HSB/HSV 167° 13.45% 67.06%
CMYK 13.45% 0.00% 2.92%
32.94%

Color #94ABA6 in popluar number systems.

HEX 94 AB A6
Decimal 148 171 166
Binary 10010100 10101011 10100110
Octal 224 253 246

Shades and tints

Shades of #94ABA6

#94ABA6
(148,171,166)
#879C97
(135,156,151)
#7A8D88
(122,141,136)
#6D7E79
(109,126,121)
#606F6A
(96,111,106)
#53605B
(83,96,91)
#46514C
(70,81,76)
#39423D
(57,66,61)
#2C332E
(44,51,46)
#1F241F
(31,36,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #94ABA6

#94ABA6
(148,171,166)
#9DB2AE
(157,178,174)
#A6B9B6
(166,185,182)
#AFC0BE
(175,192,190)
#B8C7C6
(184,199,198)
#C1CECE
(193,206,206)
#CAD5D6
(202,213,214)
#D3DCDE
(211,220,222)
#DCE3E6
(220,227,230)
#E5EAEE
(229,234,238)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94ABA6; }

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

This text font color is #94ABA6.

Background Color

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

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

This div background color is #94ABA6.

Border color

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

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

This div border color is #94ABA6.

Opacity

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

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

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

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

This text has shadow with #94ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94ABA6.

Preview

Color preview on black background

This text has color #94ABA6 on black background.


Color preview on white background

This text has color #94ABA6 on white background.


Black color preview on #94ABA6 background

This text has black color on #94ABA6 background.


White color preview on #94ABA6 background

This text has white color on #94ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #6B5459.


I love getcolorcode.com

Triadic colors

1 #A694AB and #ABA694 with #94ABA6 are triadic colors.

2 #A6AB94 and #AB94A6 with #94ABA6 are triadic colors.