COLOR #94B088

HEX: #94B088
RGB: (148,176,136)

Color info

#94B088 contains red, green and blue colors in about the same proportion. Web safe color of #94B088 is #999999 (or #999).

RGB color model

#94B088 color RGB value is (148,176,136).

  • red value is 148;
  • green value is 176;
  • blue value is 136.
RGB:
(148,176,136)
(58%,69%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 176 of 255 = 69%
B 136 of 255 = 53%

148
176
136

R + G + B ~ 60%. #94B088 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 176 + 136 = 460 (100%)
R 148 of 460 ~ 32.17%
G 176 of 460 ~ 38.26%
B 136 of 460 ~ 29.57%

%32.17
%38.26
%29.57

CMYK color model

#94B088 color CMYK value is (16,0,23,31).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(16,0,23,31)
C16M0Y23K31 
(16%,0%,23%,31%)
(0.16/0.00/0.23/0.31)	

CMYK percentages

%15.91
%0
%22.73
%30.98

Codes

Color #94B088 in popluar color models

94B088
RGB148176136
HSL102°20.20%61.18%
HSB/HSV102°22.73%69.02%
CMYK15.91%0.00%22.73%
30.98%

Color #94B088 in popluar number systems.

HEX94B088
Decimal148176136
Binary100101001011000010001000
Octal224260210

Shades and tints

Shades of #94B088

#94B088
(148,176,136)
#87A07C
(135,160,124)
#7A9070
(122,144,112)
#6D8064
(109,128,100)
#607058
(96,112,88)
#53604C
(83,96,76)
#465040
(70,80,64)
#394034
(57,64,52)
#2C3028
(44,48,40)
#1F201C
(31,32,28)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #94B088

#94B088
(148,176,136)
#9DB792
(157,183,146)
#A6BE9C
(166,190,156)
#AFC5A6
(175,197,166)
#B8CCB0
(184,204,176)
#C1D3BA
(193,211,186)
#CADAC4
(202,218,196)
#D3E1CE
(211,225,206)
#DCE8D8
(220,232,216)
#E5EFE2
(229,239,226)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94B088 color. Also use rgb(148,176,136) instead hex code.

Text Font Color

.myTextColor { color: #94B088; }

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

This text font color is #94B088.


Background Color

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

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

This div background color is #94B088.


Border color

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

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

This div border color is #94B088.


Opacity

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

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

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

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

This text has shadow with #94B088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B088 on black background.


Color preview on white background

This text has color #94B088 on white background.



Black color preview on #94B088 background

This text has black color on #94B088 background.


White color preview on #94B088 background

This text has white color on #94B088 background.