COLOR #94A59D

HEX: #94A59D
RGB: (148,165,157)

Color info

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

RGB color model

#94A59D color RGB value is (148,165,157).

  • red value is 148;
  • green value is 165;
  • blue value is 157.
RGB:
(148,165,157)
(58%,65%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 165 of 255 = 65%
B 157 of 255 = 62%

148
165
157

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

Portions of RGB colors in percentages

R + G + B =
148 + 165 + 157 = 470 (100%)
R 148 of 470 ~ 31.49%
G 165 of 470 ~ 35.11%
B 157 of 470 ~ 33.4%

%31.49
%35.11
%33.4

CMYK color model

#94A59D color CMYK value is (10,0,5,35).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(10,0,5,35)
C10M0Y5K35 
(10%,0%,5%,35%)
(0.10/0.00/0.05/0.35)	

CMYK percentages

%10.3
%0
%4.85
%35.29

Codes

Color #94A59D in popluar color models

94A59D
RGB148165157
HSL152°8.63%61.37%
HSB/HSV152°10.30%64.71%
CMYK10.30%0.00%4.85%
35.29%

Color #94A59D in popluar number systems.

HEX94A59D
Decimal148165157
Binary100101001010010110011101
Octal224245235

Shades and tints

Shades of #94A59D

#94A59D
(148,165,157)
#87968F
(135,150,143)
#7A8781
(122,135,129)
#6D7873
(109,120,115)
#606965
(96,105,101)
#535A57
(83,90,87)
#464B49
(70,75,73)
#393C3B
(57,60,59)
#2C2D2D
(44,45,45)
#1F1E1F
(31,30,31)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #94A59D

#94A59D
(148,165,157)
#9DADA5
(157,173,165)
#A6B5AD
(166,181,173)
#AFBDB5
(175,189,181)
#B8C5BD
(184,197,189)
#C1CDC5
(193,205,197)
#CAD5CD
(202,213,205)
#D3DDD5
(211,221,213)
#DCE5DD
(220,229,221)
#E5EDE5
(229,237,229)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A59D color. Also use rgb(148,165,157) instead hex code.

Text Font Color

.myTextColor { color: #94A59D; }

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

This text font color is #94A59D.


Background Color

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

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

This div background color is #94A59D.


Border color

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

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

This div border color is #94A59D.


Opacity

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

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

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

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

This text has shadow with #94A59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94A59D on black background.


Color preview on white background

This text has color #94A59D on white background.



Black color preview on #94A59D background

This text has black color on #94A59D background.


White color preview on #94A59D background

This text has white color on #94A59D background.