COLOR #94BC9F

HEX: #94BC9F
RGB: (148,188,159)

Color info

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

RGB color model

#94BC9F color RGB value is (148,188,159).

  • red value is 148;
  • green value is 188;
  • blue value is 159.
RGB:
(148,188,159)
(58%,74%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 188 of 255 = 74%
B 159 of 255 = 62%

148
188
159

R + G + B ~ 65%. #94BC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 188 + 159 = 495 (100%)
R 148 of 495 ~ 29.9%
G 188 of 495 ~ 37.98%
B 159 of 495 ~ 32.12%

%29.9
%37.98
%32.12

CMYK color model

#94BC9F color CMYK value is (21,0,15,26).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(21,0,15,26)
C21M0Y15K26 
(21%,0%,15%,26%)
(0.21/0.00/0.15/0.26)	

CMYK percentages

%21.28
%0
%15.43
%26.27

Codes

Color #94BC9F in popluar color models

94BC9F
RGB148188159
HSL137°22.99%65.88%
HSB/HSV137°21.28%73.73%
CMYK21.28%0.00%15.43%
26.27%

Color #94BC9F in popluar number systems.

HEX94BC9F
Decimal148188159
Binary100101001011110010011111
Octal224274237

Shades and tints

Shades of #94BC9F

#94BC9F
(148,188,159)
#87AB91
(135,171,145)
#7A9A83
(122,154,131)
#6D8975
(109,137,117)
#607867
(96,120,103)
#536759
(83,103,89)
#46564B
(70,86,75)
#39453D
(57,69,61)
#2C342F
(44,52,47)
#1F2321
(31,35,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #94BC9F

#94BC9F
(148,188,159)
#9DC2A7
(157,194,167)
#A6C8AF
(166,200,175)
#AFCEB7
(175,206,183)
#B8D4BF
(184,212,191)
#C1DAC7
(193,218,199)
#CAE0CF
(202,224,207)
#D3E6D7
(211,230,215)
#DCECDF
(220,236,223)
#E5F2E7
(229,242,231)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BC9F color. Also use rgb(148,188,159) instead hex code.

Text Font Color

.myTextColor { color: #94BC9F; }

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

This text font color is #94BC9F.


Background Color

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

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

This div background color is #94BC9F.


Border color

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

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

This div border color is #94BC9F.


Opacity

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

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

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

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

This text has shadow with #94BC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BC9F on black background.


Color preview on white background

This text has color #94BC9F on white background.



Black color preview on #94BC9F background

This text has black color on #94BC9F background.


White color preview on #94BC9F background

This text has white color on #94BC9F background.