COLOR #94AB9C

HEX: #94AB9C
RGB: (148,171,156)

Color info

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

RGB color model

#94AB9C color RGB value is (148,171,156).

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

RGB channels and saturation

R 148 of 255 = 58%
G 171 of 255 = 67%
B 156 of 255 = 61%

148
171
156

R + G + B ~ 62%. #94AB9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 171 + 156 = 475 (100%)
R 148 of 475 ~ 31.16%
G 171 of 475 ~ 36%
B 156 of 475 ~ 32.84%

%31.16
%36
%32.84

CMYK color model

#94AB9C color CMYK value is (13,0,9,33).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(13,0,9,33)
C13M0Y9K33 
(13%,0%,9%,33%)
(0.13/0.00/0.09/0.33)	

CMYK percentages

%13.45
%0
%8.77
%32.94

Codes

Color #94AB9C in popluar color models

94AB9C
RGB148171156
HSL141°12.04%62.55%
HSB/HSV141°13.45%67.06%
CMYK13.45%0.00%8.77%
32.94%

Color #94AB9C in popluar number systems.

HEX94AB9C
Decimal148171156
Binary100101001010101110011100
Octal224253234

Shades and tints

Shades of #94AB9C

#94AB9C
(148,171,156)
#879C8E
(135,156,142)
#7A8D80
(122,141,128)
#6D7E72
(109,126,114)
#606F64
(96,111,100)
#536056
(83,96,86)
#465148
(70,81,72)
#39423A
(57,66,58)
#2C332C
(44,51,44)
#1F241E
(31,36,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #94AB9C

#94AB9C
(148,171,156)
#9DB2A5
(157,178,165)
#A6B9AE
(166,185,174)
#AFC0B7
(175,192,183)
#B8C7C0
(184,199,192)
#C1CEC9
(193,206,201)
#CAD5D2
(202,213,210)
#D3DCDB
(211,220,219)
#DCE3E4
(220,227,228)
#E5EAED
(229,234,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94AB9C; }

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

This text font color is #94AB9C.


Background Color

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

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

This div background color is #94AB9C.


Border color

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

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

This div border color is #94AB9C.


Opacity

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

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

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

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

This text has shadow with #94AB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AB9C on black background.


Color preview on white background

This text has color #94AB9C on white background.



Black color preview on #94AB9C background

This text has black color on #94AB9C background.


White color preview on #94AB9C background

This text has white color on #94AB9C background.