COLOR #948597

HEX: #948597
RGB: (148,133,151)

Color info

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

RGB color model

#948597 color RGB value is (148,133,151).

  • red value is 148;
  • green value is 133;
  • blue value is 151.
RGB:
(148,133,151)
(58%,52%,59%)

RGB channels and saturation

R 148 of 255 = 58%
G 133 of 255 = 52%
B 151 of 255 = 59%

148
133
151

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

Portions of RGB colors in percentages

R + G + B =
148 + 133 + 151 = 432 (100%)
R 148 of 432 ~ 34.26%
G 133 of 432 ~ 30.79%
B 151 of 432 ~ 34.95%

%34.26
%30.79
%34.95

CMYK color model

#948597 color CMYK value is (2,12,0,41).

  • cyan value is 1.99%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(2,12,0,41)
C2M12Y0K41 
(2%,12%,0%,41%)
(0.02/0.12/0.00/0.41)	

CMYK percentages

%1.99
%11.92
%0
%40.78

Codes

Color #948597 in popluar color models

948597
RGB148133151
HSL290°7.96%55.69%
HSB/HSV290°11.92%59.22%
CMYK1.99%11.92%0.00%
40.78%

Color #948597 in popluar number systems.

HEX948597
Decimal148133151
Binary100101001000010110010111
Octal224205227

Shades and tints

Shades of #948597

#948597
(148,133,151)
#87798A
(135,121,138)
#7A6D7D
(122,109,125)
#6D6170
(109,97,112)
#605563
(96,85,99)
#534956
(83,73,86)
#463D49
(70,61,73)
#39313C
(57,49,60)
#2C252F
(44,37,47)
#1F1922
(31,25,34)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #948597

#948597
(148,133,151)
#9D90A0
(157,144,160)
#A69BA9
(166,155,169)
#AFA6B2
(175,166,178)
#B8B1BB
(184,177,187)
#C1BCC4
(193,188,196)
#CAC7CD
(202,199,205)
#D3D2D6
(211,210,214)
#DCDDDF
(220,221,223)
#E5E8E8
(229,232,232)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948597; }

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

This text font color is #948597.


Background Color

.myBgColor { background-color: #948597; }

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

This div background color is #948597.


Border color

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

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

This div border color is #948597.


Opacity

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

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

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

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

This text has shadow with #948597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948597 on black background.


Color preview on white background

This text has color #948597 on white background.



Black color preview on #948597 background

This text has black color on #948597 background.


White color preview on #948597 background

This text has white color on #948597 background.