COLOR #94B499

HEX: #94B499
RGB: (148,180,153)

Color info

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

RGB color model

#94B499 color RGB value is (148,180,153).

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

RGB channels and saturation

R 148 of 255 = 58%
G 180 of 255 = 71%
B 153 of 255 = 60%

148
180
153

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

Portions of RGB colors in percentages

R + G + B =
148 + 180 + 153 = 481 (100%)
R 148 of 481 ~ 30.77%
G 180 of 481 ~ 37.42%
B 153 of 481 ~ 31.81%

%30.77
%37.42
%31.81

CMYK color model

#94B499 color CMYK value is (18,0,15,29).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 29.41%
CMYK:
(18,0,15,29)
C18M0Y15K29 
(18%,0%,15%,29%)
(0.18/0.00/0.15/0.29)	

CMYK percentages

%17.78
%0
%15
%29.41

Codes

Color #94B499 in popluar color models

94B499
RGB148180153
HSL129°17.58%64.31%
HSB/HSV129°17.78%70.59%
CMYK17.78%0.00%15.00%
29.41%

Color #94B499 in popluar number systems.

HEX94B499
Decimal148180153
Binary100101001011010010011001
Octal224264231

Shades and tints

Shades of #94B499

#94B499
(148,180,153)
#87A48C
(135,164,140)
#7A947F
(122,148,127)
#6D8472
(109,132,114)
#607465
(96,116,101)
#536458
(83,100,88)
#46544B
(70,84,75)
#39443E
(57,68,62)
#2C3431
(44,52,49)
#1F2424
(31,36,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #94B499

#94B499
(148,180,153)
#9DBAA2
(157,186,162)
#A6C0AB
(166,192,171)
#AFC6B4
(175,198,180)
#B8CCBD
(184,204,189)
#C1D2C6
(193,210,198)
#CAD8CF
(202,216,207)
#D3DED8
(211,222,216)
#DCE4E1
(220,228,225)
#E5EAEA
(229,234,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B499; }

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

This text font color is #94B499.


Background Color

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

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

This div background color is #94B499.


Border color

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

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

This div border color is #94B499.


Opacity

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

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

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

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

This text has shadow with #94B499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B499 on black background.


Color preview on white background

This text has color #94B499 on white background.



Black color preview on #94B499 background

This text has black color on #94B499 background.


White color preview on #94B499 background

This text has white color on #94B499 background.