COLOR #94C895

HEX: #94C895
RGB: (148,200,149)

Color info

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

RGB color model

#94C895 color RGB value is (148,200,149).

  • red value is 148;
  • green value is 200;
  • blue value is 149.
RGB:
(148,200,149)
(58%,78%,58%)

RGB channels and saturation

R 148 of 255 = 58%
G 200 of 255 = 78%
B 149 of 255 = 58%

148
200
149

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

Portions of RGB colors in percentages

R + G + B =
148 + 200 + 149 = 497 (100%)
R 148 of 497 ~ 29.78%
G 200 of 497 ~ 40.24%
B 149 of 497 ~ 29.98%

%29.78
%40.24
%29.98

CMYK color model

#94C895 color CMYK value is (26,0,26,22).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(26,0,26,22)
C26M0Y26K22 
(26%,0%,26%,22%)
(0.26/0.00/0.26/0.22)	

CMYK percentages

%26
%0
%25.5
%21.57

Codes

Color #94C895 in popluar color models

94C895
RGB148200149
HSL121°32.10%68.24%
HSB/HSV121°26.00%78.43%
CMYK26.00%0.00%25.50%
21.57%

Color #94C895 in popluar number systems.

HEX94C895
Decimal148200149
Binary100101001100100010010101
Octal224310225

Shades and tints

Shades of #94C895

#94C895
(148,200,149)
#87B688
(135,182,136)
#7AA47B
(122,164,123)
#6D926E
(109,146,110)
#608061
(96,128,97)
#536E54
(83,110,84)
#465C47
(70,92,71)
#394A3A
(57,74,58)
#2C382D
(44,56,45)
#1F2620
(31,38,32)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #94C895

#94C895
(148,200,149)
#9DCD9E
(157,205,158)
#A6D2A7
(166,210,167)
#AFD7B0
(175,215,176)
#B8DCB9
(184,220,185)
#C1E1C2
(193,225,194)
#CAE6CB
(202,230,203)
#D3EBD4
(211,235,212)
#DCF0DD
(220,240,221)
#E5F5E6
(229,245,230)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C895 color. Also use rgb(148,200,149) instead hex code.

Text Font Color

.myTextColor { color: #94C895; }

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

This text font color is #94C895.


Background Color

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

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

This div background color is #94C895.


Border color

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

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

This div border color is #94C895.


Opacity

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

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

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

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

This text has shadow with #94C895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C895 on black background.


Color preview on white background

This text has color #94C895 on white background.



Black color preview on #94C895 background

This text has black color on #94C895 background.


White color preview on #94C895 background

This text has white color on #94C895 background.