COLOR #94BB95

HEX: #94BB95
RGB: (148,187,149)

Color info

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

RGB color model

#94BB95 color RGB value is (148,187,149).

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

RGB channels and saturation

R 148 of 255 = 58%
G 187 of 255 = 73%
B 149 of 255 = 58%

148
187
149

R + G + B ~ 63%. #94BB95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 187 + 149 = 484 (100%)
R 148 of 484 ~ 30.58%
G 187 of 484 ~ 38.64%
B 149 of 484 ~ 30.79%

%30.58
%38.64
%30.79

CMYK color model

#94BB95 color CMYK value is (21,0,20,27).

  • cyan value is 20.86%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK:
(21,0,20,27)
C21M0Y20K27 
(21%,0%,20%,27%)
(0.21/0.00/0.20/0.27)	

CMYK percentages

%20.86
%0
%20.32
%26.67

Codes

Color #94BB95 in popluar color models

94BB95
RGB148187149
HSL122°22.29%65.69%
HSB/HSV122°20.86%73.33%
CMYK20.86%0.00%20.32%
26.67%

Color #94BB95 in popluar number systems.

HEX94BB95
Decimal148187149
Binary100101001011101110010101
Octal224273225

Shades and tints

Shades of #94BB95

#94BB95
(148,187,149)
#87AA88
(135,170,136)
#7A997B
(122,153,123)
#6D886E
(109,136,110)
#607761
(96,119,97)
#536654
(83,102,84)
#465547
(70,85,71)
#39443A
(57,68,58)
#2C332D
(44,51,45)
#1F2220
(31,34,32)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #94BB95

#94BB95
(148,187,149)
#9DC19E
(157,193,158)
#A6C7A7
(166,199,167)
#AFCDB0
(175,205,176)
#B8D3B9
(184,211,185)
#C1D9C2
(193,217,194)
#CADFCB
(202,223,203)
#D3E5D4
(211,229,212)
#DCEBDD
(220,235,221)
#E5F1E6
(229,241,230)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94BB95; }

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

This text font color is #94BB95.


Background Color

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

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

This div background color is #94BB95.


Border color

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

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

This div border color is #94BB95.


Opacity

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

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

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

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

This text has shadow with #94BB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BB95 on black background.


Color preview on white background

This text has color #94BB95 on white background.



Black color preview on #94BB95 background

This text has black color on #94BB95 background.


White color preview on #94BB95 background

This text has white color on #94BB95 background.