COLOR #94AD9B

HEX: #94AD9B
RGB: (148,173,155)

Color info

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

RGB color model

#94AD9B color RGB value is (148,173,155).

  • red value is 148;
  • green value is 173;
  • blue value is 155.
RGB:
(148,173,155)
(58%,68%,61%)

RGB channels and saturation

R 148 of 255 = 58%
G 173 of 255 = 68%
B 155 of 255 = 61%

148
173
155

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

Portions of RGB colors in percentages

R + G + B =
148 + 173 + 155 = 476 (100%)
R 148 of 476 ~ 31.09%
G 173 of 476 ~ 36.34%
B 155 of 476 ~ 32.56%

%31.09
%36.34
%32.56

CMYK color model

#94AD9B color CMYK value is (14,0,10,32).

  • cyan value is 14.45%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(14,0,10,32)
C14M0Y10K32 
(14%,0%,10%,32%)
(0.14/0.00/0.10/0.32)	

CMYK percentages

%14.45
%0
%10.4
%32.16

Codes

Color #94AD9B in popluar color models

94AD9B
RGB148173155
HSL137°13.23%62.94%
HSB/HSV137°14.45%67.84%
CMYK14.45%0.00%10.40%
32.16%

Color #94AD9B in popluar number systems.

HEX94AD9B
Decimal148173155
Binary100101001010110110011011
Octal224255233

Shades and tints

Shades of #94AD9B

#94AD9B
(148,173,155)
#879E8D
(135,158,141)
#7A8F7F
(122,143,127)
#6D8071
(109,128,113)
#607163
(96,113,99)
#536255
(83,98,85)
#465347
(70,83,71)
#394439
(57,68,57)
#2C352B
(44,53,43)
#1F261D
(31,38,29)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #94AD9B

#94AD9B
(148,173,155)
#9DB4A4
(157,180,164)
#A6BBAD
(166,187,173)
#AFC2B6
(175,194,182)
#B8C9BF
(184,201,191)
#C1D0C8
(193,208,200)
#CAD7D1
(202,215,209)
#D3DEDA
(211,222,218)
#DCE5E3
(220,229,227)
#E5ECEC
(229,236,236)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94AD9B color. Also use rgb(148,173,155) instead hex code.

Text Font Color

.myTextColor { color: #94AD9B; }

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

This text font color is #94AD9B.


Background Color

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

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

This div background color is #94AD9B.


Border color

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

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

This div border color is #94AD9B.


Opacity

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

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

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

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

This text has shadow with #94AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94AD9B on black background.


Color preview on white background

This text has color #94AD9B on white background.



Black color preview on #94AD9B background

This text has black color on #94AD9B background.


White color preview on #94AD9B background

This text has white color on #94AD9B background.