COLOR #94ABA4

HEX: #94ABA4
RGB: (148,171,164)

Color info

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

RGB color model

#94ABA4 color RGB value is (148,171,164).

  • red value is 148;
  • green value is 171;
  • blue value is 164.
RGB:
(148,171,164)
(58%,67%,64%)

RGB channels and saturation

R 148 of 255 = 58%
G 171 of 255 = 67%
B 164 of 255 = 64%

148
171
164

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

Portions of RGB colors in percentages

R + G + B =
148 + 171 + 164 = 483 (100%)
R 148 of 483 ~ 30.64%
G 171 of 483 ~ 35.4%
B 164 of 483 ~ 33.95%

%30.64
%35.4
%33.95

CMYK color model

#94ABA4 color CMYK value is (13,0,4,33).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(13,0,4,33)
C13M0Y4K33 
(13%,0%,4%,33%)
(0.13/0.00/0.04/0.33)	

CMYK percentages

%13.45
%0
%4.09
%32.94

Codes

Color #94ABA4 in popluar color models

94ABA4
RGB148171164
HSL162°12.04%62.55%
HSB/HSV162°13.45%67.06%
CMYK13.45%0.00%4.09%
32.94%

Color #94ABA4 in popluar number systems.

HEX94ABA4
Decimal148171164
Binary100101001010101110100100
Octal224253244

Shades and tints

Shades of #94ABA4

#94ABA4
(148,171,164)
#879C96
(135,156,150)
#7A8D88
(122,141,136)
#6D7E7A
(109,126,122)
#606F6C
(96,111,108)
#53605E
(83,96,94)
#465150
(70,81,80)
#394242
(57,66,66)
#2C3334
(44,51,52)
#1F2426
(31,36,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #94ABA4

#94ABA4
(148,171,164)
#9DB2AC
(157,178,172)
#A6B9B4
(166,185,180)
#AFC0BC
(175,192,188)
#B8C7C4
(184,199,196)
#C1CECC
(193,206,204)
#CAD5D4
(202,213,212)
#D3DCDC
(211,220,220)
#DCE3E4
(220,227,228)
#E5EAEC
(229,234,236)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94ABA4; }

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

This text font color is #94ABA4.


Background Color

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

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

This div background color is #94ABA4.


Border color

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

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

This div border color is #94ABA4.


Opacity

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

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

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

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

This text has shadow with #94ABA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94ABA4 on black background.


Color preview on white background

This text has color #94ABA4 on white background.



Black color preview on #94ABA4 background

This text has black color on #94ABA4 background.


White color preview on #94ABA4 background

This text has white color on #94ABA4 background.