COLOR #94B295

HEX: #94B295
RGB: (148,178,149)

Color info

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

RGB color model

#94B295 color RGB value is (148,178,149).

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

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 149 of 255 = 58%

148
178
149

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

Portions of RGB colors in percentages

R + G + B =
148 + 178 + 149 = 475 (100%)
R 148 of 475 ~ 31.16%
G 178 of 475 ~ 37.47%
B 149 of 475 ~ 31.37%

%31.16
%37.47
%31.37

CMYK color model

#94B295 color CMYK value is (17,0,16,30).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(17,0,16,30)
C17M0Y16K30 
(17%,0%,16%,30%)
(0.17/0.00/0.16/0.30)	

CMYK percentages

%16.85
%0
%16.29
%30.2

Codes

Color #94B295 in popluar color models

94B295
RGB148178149
HSL122°16.30%63.92%
HSB/HSV122°16.85%69.80%
CMYK16.85%0.00%16.29%
30.20%

Color #94B295 in popluar number systems.

HEX94B295
Decimal148178149
Binary100101001011001010010101
Octal224262225

Shades and tints

Shades of #94B295

#94B295
(148,178,149)
#87A288
(135,162,136)
#7A927B
(122,146,123)
#6D826E
(109,130,110)
#607261
(96,114,97)
#536254
(83,98,84)
#465247
(70,82,71)
#39423A
(57,66,58)
#2C322D
(44,50,45)
#1F2220
(31,34,32)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #94B295

#94B295
(148,178,149)
#9DB99E
(157,185,158)
#A6C0A7
(166,192,167)
#AFC7B0
(175,199,176)
#B8CEB9
(184,206,185)
#C1D5C2
(193,213,194)
#CADCCB
(202,220,203)
#D3E3D4
(211,227,212)
#DCEADD
(220,234,221)
#E5F1E6
(229,241,230)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B295; }

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

This text font color is #94B295.


Background Color

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

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

This div background color is #94B295.


Border color

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

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

This div border color is #94B295.


Opacity

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

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

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

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

This text has shadow with #94B295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94B295 on black background.


Color preview on white background

This text has color #94B295 on white background.



Black color preview on #94B295 background

This text has black color on #94B295 background.


White color preview on #94B295 background

This text has white color on #94B295 background.