COLOR #948897

HEX: #948897
RGB: (148,136,151)

Color info

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

RGB color model

#948897 color RGB value is (148,136,151).

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

RGB channels and saturation

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

148
136
151

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

Portions of RGB colors in percentages

R + G + B =
148 + 136 + 151 = 435 (100%)
R 148 of 435 ~ 34.02%
G 136 of 435 ~ 31.26%
B 151 of 435 ~ 34.71%

%34.02
%31.26
%34.71

CMYK color model

#948897 color CMYK value is (2,10,0,41).

  • cyan value is 1.99%
  • magenta value is 9.93%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(2,10,0,41)
C2M10Y0K41 
(2%,10%,0%,41%)
(0.02/0.10/0.00/0.41)	

CMYK percentages

%1.99
%9.93
%0
%40.78

Codes

Color #948897 in popluar color models

948897
RGB148136151
HSL288°6.73%56.27%
HSB/HSV288°9.93%59.22%
CMYK1.99%9.93%0.00%
40.78%

Color #948897 in popluar number systems.

HEX948897
Decimal148136151
Binary100101001000100010010111
Octal224210227

Shades and tints

Shades of #948897

#948897
(148,136,151)
#877C8A
(135,124,138)
#7A707D
(122,112,125)
#6D6470
(109,100,112)
#605863
(96,88,99)
#534C56
(83,76,86)
#464049
(70,64,73)
#39343C
(57,52,60)
#2C282F
(44,40,47)
#1F1C22
(31,28,34)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #948897

#948897
(148,136,151)
#9D92A0
(157,146,160)
#A69CA9
(166,156,169)
#AFA6B2
(175,166,178)
#B8B0BB
(184,176,187)
#C1BAC4
(193,186,196)
#CAC4CD
(202,196,205)
#D3CED6
(211,206,214)
#DCD8DF
(220,216,223)
#E5E2E8
(229,226,232)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948897; }

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

This text font color is #948897.


Background Color

.myBgColor { background-color: #948897; }

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

This div background color is #948897.


Border color

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

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

This div border color is #948897.


Opacity

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

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

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

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

This text has shadow with #948897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948897 on black background.


Color preview on white background

This text has color #948897 on white background.



Black color preview on #948897 background

This text has black color on #948897 background.


White color preview on #948897 background

This text has white color on #948897 background.