COLOR #94A189

HEX: #94A189 RGB: (148,161,137)

Color info

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

RGB color model

#94A189 color RGB value is (148,161,137).

RGB: (148,161,137) (58%, 63%, 54%)

RGB channels and saturation

R 148 of 255 = 58%
G 161 of 255 = 63%
B 137 of 255 = 54%

148
161
137

R + G + B ~ 58%. #94A189 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 161 + 137 = 446 (100%)
R 148 of 446 ~ 33.18%
G 161 of 446 ~ 36.1%
B 137 of 446 ~ 30.72'%

%33.18
%36.1
%30.72

CMYK color model

#94A189 color CMYK value is (8,0,15,37).

  • cyan value is 8.07%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%

CMYK: (8,0,15,37)
C8M0Y15K37 (8%, 0%, 15%, 37%)
(0.08 / 0.00 / 0.15 / 0.37)

CMYK percentages

%8.07
%0
%14.91
%36.86

Codes

Color #94A189 in popluar color models

94 A1 89
RGB 148 161 137
HSL 93° 11.32% 58.43%
HSB/HSV 93° 14.91% 63.14%
CMYK 8.07% 0.00% 14.91%
36.86%

Color #94A189 in popluar number systems.

HEX 94 A1 89
Decimal 148 161 137
Binary 10010100 10100001 10001001
Octal 224 241 211

Shades and tints

Shades of #94A189

#94A189
(148,161,137)
#87937D
(135,147,125)
#7A8571
(122,133,113)
#6D7765
(109,119,101)
#606959
(96,105,89)
#535B4D
(83,91,77)
#464D41
(70,77,65)
#393F35
(57,63,53)
#2C3129
(44,49,41)
#1F231D
(31,35,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #94A189

#94A189
(148,161,137)
#9DA993
(157,169,147)
#A6B19D
(166,177,157)
#AFB9A7
(175,185,167)
#B8C1B1
(184,193,177)
#C1C9BB
(193,201,187)
#CAD1C5
(202,209,197)
#D3D9CF
(211,217,207)
#DCE1D9
(220,225,217)
#E5E9E3
(229,233,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94A189 color. Also use rgb(148,161,137) instead hex code.

Text Font Color

.myTextColor { color: #94A189; }

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

This text font color is #94A189.

Background Color

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

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

This div background color is #94A189.

Border color

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

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

This div border color is #94A189.

Opacity

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

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

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

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

This text has shadow with #94A189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94A189.

Preview

Color preview on black background

This text has color #94A189 on black background.


Color preview on white background

This text has color #94A189 on white background.


Black color preview on #94A189 background

This text has black color on #94A189 background.


White color preview on #94A189 background

This text has white color on #94A189 background.


Related colors

Complementary color

Complementary color for #hex is #6B5E76.


I love getcolorcode.com

Triadic colors

1 #8994A1 and #A18994 with #94A189 are triadic colors.

2 #89A194 and #A19489 with #94A189 are triadic colors.