COLOR #94B998

HEX: #94B998 RGB: (148,185,152)

Color info

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

RGB color model

#94B998 color RGB value is (148,185,152).

RGB: (148,185,152) (58%, 73%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 185 of 255 = 73%
B 152 of 255 = 60%

148
185
152

R + G + B ~ 64%. #94B998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 185 + 152 = 485 (100%)
R 148 of 485 ~ 30.52%
G 185 of 485 ~ 38.14%
B 152 of 485 ~ 31.34'%

%30.52
%38.14
%31.34

CMYK color model

#94B998 color CMYK value is (20,0,18,27).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 27.45%

CMYK: (20,0,18,27)
C20M0Y18K27 (20%, 0%, 18%, 27%)
(0.20 / 0.00 / 0.18 / 0.27)

CMYK percentages

%20
%0
%17.84
%27.45

Codes

Color #94B998 in popluar color models

94 B9 98
RGB 148 185 152
HSL 126° 20.90% 65.29%
HSB/HSV 126° 20.00% 72.55%
CMYK 20.00% 0.00% 17.84%
27.45%

Color #94B998 in popluar number systems.

HEX 94 B9 98
Decimal 148 185 152
Binary 10010100 10111001 10011000
Octal 224 271 230

Shades and tints

Shades of #94B998

#94B998
(148,185,152)
#87A98B
(135,169,139)
#7A997E
(122,153,126)
#6D8971
(109,137,113)
#607964
(96,121,100)
#536957
(83,105,87)
#46594A
(70,89,74)
#39493D
(57,73,61)
#2C3930
(44,57,48)
#1F2923
(31,41,35)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #94B998

#94B998
(148,185,152)
#9DBFA1
(157,191,161)
#A6C5AA
(166,197,170)
#AFCBB3
(175,203,179)
#B8D1BC
(184,209,188)
#C1D7C5
(193,215,197)
#CADDCE
(202,221,206)
#D3E3D7
(211,227,215)
#DCE9E0
(220,233,224)
#E5EFE9
(229,239,233)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B998 color. Also use rgb(148,185,152) instead hex code.

Text Font Color

.myTextColor { color: #94B998; }

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

This text font color is #94B998.

Background Color

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

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

This div background color is #94B998.

Border color

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

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

This div border color is #94B998.

Opacity

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

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

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

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

This text has shadow with #94B998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B998.

Preview

Color preview on black background

This text has color #94B998 on black background.


Color preview on white background

This text has color #94B998 on white background.


Black color preview on #94B998 background

This text has black color on #94B998 background.


White color preview on #94B998 background

This text has white color on #94B998 background.


Related colors

Complementary color

Complementary color for #hex is #6B4667.


I love getcolorcode.com

Triadic colors

1 #9894B9 and #B99894 with #94B998 are triadic colors.

2 #98B994 and #B99498 with #94B998 are triadic colors.