COLOR #948894

HEX: #948894
RGB: (148,136,148)

Color info

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

RGB color model

#948894 color RGB value is (148,136,148).

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

RGB channels and saturation

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

148
136
148

R + G + B ~ 56%. #948894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 136 + 148 = 432 (100%)
R 148 of 432 ~ 34.26%
G 136 of 432 ~ 31.48%
B 148 of 432 ~ 34.26%

%34.26
%31.48
%34.26

CMYK color model

#948894 color CMYK value is (0,8,0,42).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(0,8,0,42)
C0M8Y0K42 
(0%,8%,0%,42%)
(0.00/0.08/0.00/0.42)	

CMYK percentages

%0
%8.11
%0
%41.96

Codes

Color #948894 in popluar color models

948894
RGB148136148
HSL300°5.31%55.69%
HSB/HSV300°8.11%58.04%
CMYK0.00%8.11%0.00%
41.96%

Color #948894 in popluar number systems.

HEX948894
Decimal148136148
Binary100101001000100010010100
Octal224210224

Shades and tints

Shades of #948894

#948894
(148,136,148)
#877C87
(135,124,135)
#7A707A
(122,112,122)
#6D646D
(109,100,109)
#605860
(96,88,96)
#534C53
(83,76,83)
#464046
(70,64,70)
#393439
(57,52,57)
#2C282C
(44,40,44)
#1F1C1F
(31,28,31)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #948894

#948894
(148,136,148)
#9D929D
(157,146,157)
#A69CA6
(166,156,166)
#AFA6AF
(175,166,175)
#B8B0B8
(184,176,184)
#C1BAC1
(193,186,193)
#CAC4CA
(202,196,202)
#D3CED3
(211,206,211)
#DCD8DC
(220,216,220)
#E5E2E5
(229,226,229)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948894; }

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

This text font color is #948894.


Background Color

.myBgColor { background-color: #948894; }

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

This div background color is #948894.


Border color

.myBorderColor { border: 1px solid #948894; }

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

This div border color is #948894.


Opacity

.myOpacity80 { color: #948894; opacity: 0.8; }

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

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

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

This text has shadow with #948894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948894 on black background.


Color preview on white background

This text has color #948894 on white background.



Black color preview on #948894 background

This text has black color on #948894 background.


White color preview on #948894 background

This text has white color on #948894 background.