COLOR #94B789

HEX: #94B789 RGB: (148,183,137)

Color info

#94B789 contains red, green and blue colors in about the same proportion. Web safe color of #94B789 is #99CC99 (or #9C9).

RGB color model

#94B789 color RGB value is (148,183,137).

RGB: (148,183,137) (58%, 72%, 54%)

RGB channels and saturation

R 148 of 255 = 58%
G 183 of 255 = 72%
B 137 of 255 = 54%

148
183
137

R + G + B ~ 61%. #94B789 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 183 + 137 = 468 (100%)
R 148 of 468 ~ 31.62%
G 183 of 468 ~ 39.1%
B 137 of 468 ~ 29.27'%

%31.62
%39.1
%29.27

CMYK color model

#94B789 color CMYK value is (19,0,25,28).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 28.24%

CMYK: (19,0,25,28)
C19M0Y25K28 (19%, 0%, 25%, 28%)
(0.19 / 0.00 / 0.25 / 0.28)

CMYK percentages

%19.13
%0
%25.14
%28.24

Codes

Color #94B789 in popluar color models

94 B7 89
RGB 148 183 137
HSL 106° 24.21% 62.75%
HSB/HSV 106° 25.14% 71.76%
CMYK 19.13% 0.00% 25.14%
28.24%

Color #94B789 in popluar number systems.

HEX 94 B7 89
Decimal 148 183 137
Binary 10010100 10110111 10001001
Octal 224 267 211

Shades and tints

Shades of #94B789

#94B789
(148,183,137)
#87A77D
(135,167,125)
#7A9771
(122,151,113)
#6D8765
(109,135,101)
#607759
(96,119,89)
#53674D
(83,103,77)
#465741
(70,87,65)
#394735
(57,71,53)
#2C3729
(44,55,41)
#1F271D
(31,39,29)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #94B789

#94B789
(148,183,137)
#9DBD93
(157,189,147)
#A6C39D
(166,195,157)
#AFC9A7
(175,201,167)
#B8CFB1
(184,207,177)
#C1D5BB
(193,213,187)
#CADBC5
(202,219,197)
#D3E1CF
(211,225,207)
#DCE7D9
(220,231,217)
#E5EDE3
(229,237,227)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B789; }

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

This text font color is #94B789.

Background Color

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

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

This div background color is #94B789.

Border color

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

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

This div border color is #94B789.

Opacity

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

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

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

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

This text has shadow with #94B789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B789.

Preview

Color preview on black background

This text has color #94B789 on black background.


Color preview on white background

This text has color #94B789 on white background.


Black color preview on #94B789 background

This text has black color on #94B789 background.


White color preview on #94B789 background

This text has white color on #94B789 background.


Related colors

Complementary color

Complementary color for #hex is #6B4876.


I love getcolorcode.com

Triadic colors

1 #8994B7 and #B78994 with #94B789 are triadic colors.

2 #89B794 and #B79489 with #94B789 are triadic colors.