COLOR #94B299

HEX: #94B299 RGB: (148,178,153)

Color info

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

RGB color model

#94B299 color RGB value is (148,178,153).

RGB: (148,178,153) (58%, 70%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 178 of 255 = 70%
B 153 of 255 = 60%

148
178
153

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

Portions of RGB colors in percentages

R + G + B = 148 + 178 + 153 = 479 (100%)
R 148 of 479 ~ 30.9%
G 178 of 479 ~ 37.16%
B 153 of 479 ~ 31.94'%

%30.9
%37.16
%31.94

CMYK color model

#94B299 color CMYK value is (17,0,14,30).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 30.20%

CMYK: (17,0,14,30)
C17M0Y14K30 (17%, 0%, 14%, 30%)
(0.17 / 0.00 / 0.14 / 0.30)

CMYK percentages

%16.85
%0
%14.04
%30.2

Codes

Color #94B299 in popluar color models

94 B2 99
RGB 148 178 153
HSL 130° 16.30% 63.92%
HSB/HSV 130° 16.85% 69.80%
CMYK 16.85% 0.00% 14.04%
30.20%

Color #94B299 in popluar number systems.

HEX 94 B2 99
Decimal 148 178 153
Binary 10010100 10110010 10011001
Octal 224 262 231

Shades and tints

Shades of #94B299

#94B299
(148,178,153)
#87A28C
(135,162,140)
#7A927F
(122,146,127)
#6D8272
(109,130,114)
#607265
(96,114,101)
#536258
(83,98,88)
#46524B
(70,82,75)
#39423E
(57,66,62)
#2C3231
(44,50,49)
#1F2224
(31,34,36)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #94B299

#94B299
(148,178,153)
#9DB9A2
(157,185,162)
#A6C0AB
(166,192,171)
#AFC7B4
(175,199,180)
#B8CEBD
(184,206,189)
#C1D5C6
(193,213,198)
#CADCCF
(202,220,207)
#D3E3D8
(211,227,216)
#DCEAE1
(220,234,225)
#E5F1EA
(229,241,234)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94B299; }

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

This text font color is #94B299.

Background Color

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

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

This div background color is #94B299.

Border color

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

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

This div border color is #94B299.

Opacity

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

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

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

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

This text has shadow with #94B299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94B299.

Preview

Color preview on black background

This text has color #94B299 on black background.


Color preview on white background

This text has color #94B299 on white background.


Black color preview on #94B299 background

This text has black color on #94B299 background.


White color preview on #94B299 background

This text has white color on #94B299 background.


Related colors

Complementary color

Complementary color for #hex is #6B4D66.


I love getcolorcode.com

Triadic colors

1 #9994B2 and #B29994 with #94B299 are triadic colors.

2 #99B294 and #B29499 with #94B299 are triadic colors.