COLOR #94829F

HEX: #94829F
RGB: (148,130,159)

Color info

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

RGB color model

#94829F color RGB value is (148,130,159).

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

RGB channels and saturation

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

148
130
159

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 159 = 437 (100%)
R 148 of 437 ~ 33.87%
G 130 of 437 ~ 29.75%
B 159 of 437 ~ 36.38%

%33.87
%29.75
%36.38

CMYK color model

#94829F color CMYK value is (7,18,0,38).

  • cyan value is 6.92%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(7,18,0,38)
C7M18Y0K38 
(7%,18%,0%,38%)
(0.07/0.18/0.00/0.38)	

CMYK percentages

%6.92
%18.24
%0
%37.65

Codes

Color #94829F in popluar color models

94829F
RGB148130159
HSL277°13.12%56.67%
HSB/HSV277°18.24%62.35%
CMYK6.92%18.24%0.00%
37.65%

Color #94829F in popluar number systems.

HEX94829F
Decimal148130159
Binary100101001000001010011111
Octal224202237

Shades and tints

Shades of #94829F

#94829F
(148,130,159)
#877791
(135,119,145)
#7A6C83
(122,108,131)
#6D6175
(109,97,117)
#605667
(96,86,103)
#534B59
(83,75,89)
#46404B
(70,64,75)
#39353D
(57,53,61)
#2C2A2F
(44,42,47)
#1F1F21
(31,31,33)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #94829F

#94829F
(148,130,159)
#9D8DA7
(157,141,167)
#A698AF
(166,152,175)
#AFA3B7
(175,163,183)
#B8AEBF
(184,174,191)
#C1B9C7
(193,185,199)
#CAC4CF
(202,196,207)
#D3CFD7
(211,207,215)
#DCDADF
(220,218,223)
#E5E5E7
(229,229,231)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94829F; }

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

This text font color is #94829F.


Background Color

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

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

This div background color is #94829F.


Border color

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

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

This div border color is #94829F.


Opacity

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

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

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

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

This text has shadow with #94829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94829F on black background.


Color preview on white background

This text has color #94829F on white background.



Black color preview on #94829F background

This text has black color on #94829F background.


White color preview on #94829F background

This text has white color on #94829F background.