COLOR #94C187

HEX: #94C187
RGB: (148,193,135)

Color info

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

RGB color model

#94C187 color RGB value is (148,193,135).

  • red value is 148;
  • green value is 193;
  • blue value is 135.
RGB:
(148,193,135)
(58%,76%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 193 of 255 = 76%
B 135 of 255 = 53%

148
193
135

R + G + B ~ 62%. #94C187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 193 + 135 = 476 (100%)
R 148 of 476 ~ 31.09%
G 193 of 476 ~ 40.55%
B 135 of 476 ~ 28.36%

%31.09
%40.55
%28.36

CMYK color model

#94C187 color CMYK value is (23,0,30,24).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(23,0,30,24)
C23M0Y30K24 
(23%,0%,30%,24%)
(0.23/0.00/0.30/0.24)	

CMYK percentages

%23.32
%0
%30.05
%24.31

Codes

Color #94C187 in popluar color models

94C187
RGB148193135
HSL107°31.87%64.31%
HSB/HSV107°30.05%75.69%
CMYK23.32%0.00%30.05%
24.31%

Color #94C187 in popluar number systems.

HEX94C187
Decimal148193135
Binary100101001100000110000111
Octal224301207

Shades and tints

Shades of #94C187

#94C187
(148,193,135)
#87B07B
(135,176,123)
#7A9F6F
(122,159,111)
#6D8E63
(109,142,99)
#607D57
(96,125,87)
#536C4B
(83,108,75)
#465B3F
(70,91,63)
#394A33
(57,74,51)
#2C3927
(44,57,39)
#1F281B
(31,40,27)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #94C187

#94C187
(148,193,135)
#9DC691
(157,198,145)
#A6CB9B
(166,203,155)
#AFD0A5
(175,208,165)
#B8D5AF
(184,213,175)
#C1DAB9
(193,218,185)
#CADFC3
(202,223,195)
#D3E4CD
(211,228,205)
#DCE9D7
(220,233,215)
#E5EEE1
(229,238,225)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94C187 color. Also use rgb(148,193,135) instead hex code.

Text Font Color

.myTextColor { color: #94C187; }

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

This text font color is #94C187.


Background Color

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

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

This div background color is #94C187.


Border color

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

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

This div border color is #94C187.


Opacity

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

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

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

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

This text has shadow with #94C187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94C187 on black background.


Color preview on white background

This text has color #94C187 on white background.



Black color preview on #94C187 background

This text has black color on #94C187 background.


White color preview on #94C187 background

This text has white color on #94C187 background.