COLOR #94829D

HEX: #94829D
RGB: (148,130,157)

Color info

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

RGB color model

#94829D color RGB value is (148,130,157).

  • red value is 148;
  • green value is 130;
  • blue value is 157.
RGB:
(148,130,157)
(58%,51%,62%)

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 157 of 255 = 62%

148
130
157

R + G + B ~ 57%. #94829D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 157 = 435 (100%)
R 148 of 435 ~ 34.02%
G 130 of 435 ~ 29.89%
B 157 of 435 ~ 36.09%

%34.02
%29.89
%36.09

CMYK color model

#94829D color CMYK value is (6,17,0,38).

  • cyan value is 5.73%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(6,17,0,38)
C6M17Y0K38 
(6%,17%,0%,38%)
(0.06/0.17/0.00/0.38)	

CMYK percentages

%5.73
%17.2
%0
%38.43

Codes

Color #94829D in popluar color models

94829D
RGB148130157
HSL280°12.11%56.27%
HSB/HSV280°17.20%61.57%
CMYK5.73%17.20%0.00%
38.43%

Color #94829D in popluar number systems.

HEX94829D
Decimal148130157
Binary100101001000001010011101
Octal224202235

Shades and tints

Shades of #94829D

#94829D
(148,130,157)
#87778F
(135,119,143)
#7A6C81
(122,108,129)
#6D6173
(109,97,115)
#605665
(96,86,101)
#534B57
(83,75,87)
#464049
(70,64,73)
#39353B
(57,53,59)
#2C2A2D
(44,42,45)
#1F1F1F
(31,31,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #94829D

#94829D
(148,130,157)
#9D8DA5
(157,141,165)
#A698AD
(166,152,173)
#AFA3B5
(175,163,181)
#B8AEBD
(184,174,189)
#C1B9C5
(193,185,197)
#CAC4CD
(202,196,205)
#D3CFD5
(211,207,213)
#DCDADD
(220,218,221)
#E5E5E5
(229,229,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94829D color. Also use rgb(148,130,157) instead hex code.

Text Font Color

.myTextColor { color: #94829D; }

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

This text font color is #94829D.


Background Color

.myBgColor { background-color: #94829D; }

<div style="background-color:#94829D">Inner text</div>

This div background color is #94829D.


Border color

.myBorderColor { border: 1px solid #94829D; }

<div style="border:3px solid #94829D">Div</div>

This div border color is #94829D.


Opacity

.myOpacity80 { color: #94829D; opacity: 0.8; }

<p style="color:#94829D;opacity:0.8;">80%</p>

Text with #94829D 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 #94829D;}

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

This text has shadow with #94829D color.

.textShadow {text-shadow: 3px 3px 1px #94829D, 3px 3px 1px red;}

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

This text has shadow with #94829D primary color and red secondary color.


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

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

This text has shadow with #94829D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94829D on black background.


Color preview on white background

This text has color #94829D on white background.



Black color preview on #94829D background

This text has black color on #94829D background.


White color preview on #94829D background

This text has white color on #94829D background.