COLOR #94BD99

HEX: #94BD99
RGB: (148,189,153)

Color info

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

RGB color model

#94BD99 color RGB value is (148,189,153).

  • red value is 148;
  • green value is 189;
  • blue value is 153.
RGB:
(148,189,153)
(58%,74%,60%)

RGB channels and saturation

R 148 of 255 = 58%
G 189 of 255 = 74%
B 153 of 255 = 60%

148
189
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 189 + 153 = 490 (100%)
R 148 of 490 ~ 30.2%
G 189 of 490 ~ 38.57%
B 153 of 490 ~ 31.22%

%30.2
%38.57
%31.22

CMYK color model

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

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 25.88%
CMYK:
(22,0,19,26)
C22M0Y19K26 
(22%,0%,19%,26%)
(0.22/0.00/0.19/0.26)	

CMYK percentages

%21.69
%0
%19.05
%25.88

Codes

Color #94BD99 in popluar color models

94BD99
RGB148189153
HSL127°23.70%66.08%
HSB/HSV127°21.69%74.12%
CMYK21.69%0.00%19.05%
25.88%

Color #94BD99 in popluar number systems.

HEX94BD99
Decimal148189153
Binary100101001011110110011001
Octal224275231

Shades and tints

Shades of #94BD99

#94BD99
(148,189,153)
#87AC8C
(135,172,140)
#7A9B7F
(122,155,127)
#6D8A72
(109,138,114)
#607965
(96,121,101)
#536858
(83,104,88)
#46574B
(70,87,75)
#39463E
(57,70,62)
#2C3531
(44,53,49)
#1F2424
(31,36,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #94BD99

#94BD99
(148,189,153)
#9DC3A2
(157,195,162)
#A6C9AB
(166,201,171)
#AFCFB4
(175,207,180)
#B8D5BD
(184,213,189)
#C1DBC6
(193,219,198)
#CAE1CF
(202,225,207)
#D3E7D8
(211,231,216)
#DCEDE1
(220,237,225)
#E5F3EA
(229,243,234)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94BD99 color. Also use rgb(148,189,153) instead hex code.

Text Font Color

.myTextColor { color: #94BD99; }

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

This text font color is #94BD99.


Background Color

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

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

This div background color is #94BD99.


Border color

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

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

This div border color is #94BD99.


Opacity

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

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

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

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

This text has shadow with #94BD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94BD99 on black background.


Color preview on white background

This text has color #94BD99 on white background.



Black color preview on #94BD99 background

This text has black color on #94BD99 background.


White color preview on #94BD99 background

This text has white color on #94BD99 background.