COLOR #948097

HEX: #948097
RGB: (148,128,151)

Color info

#948097 contains red, green and blue colors in about the same proportion. Web safe color of #948097 is #996699 (or #969).

RGB color model

#948097 color RGB value is (148,128,151).

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

RGB channels and saturation

R 148 of 255 = 58%
G 128 of 255 = 50%
B 151 of 255 = 59%

148
128
151

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

Portions of RGB colors in percentages

R + G + B =
148 + 128 + 151 = 427 (100%)
R 148 of 427 ~ 34.66%
G 128 of 427 ~ 29.98%
B 151 of 427 ~ 35.36%

%34.66
%29.98
%35.36

CMYK color model

#948097 color CMYK value is (2,15,0,41).

  • cyan value is 1.99%
  • magenta value is 15.23%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(2,15,0,41)
C2M15Y0K41 
(2%,15%,0%,41%)
(0.02/0.15/0.00/0.41)	

CMYK percentages

%1.99
%15.23
%0
%40.78

Codes

Color #948097 in popluar color models

948097
RGB148128151
HSL292°9.96%54.71%
HSB/HSV292°15.23%59.22%
CMYK1.99%15.23%0.00%
40.78%

Color #948097 in popluar number systems.

HEX948097
Decimal148128151
Binary100101001000000010010111
Octal224200227

Shades and tints

Shades of #948097

#948097
(148,128,151)
#87758A
(135,117,138)
#7A6A7D
(122,106,125)
#6D5F70
(109,95,112)
#605463
(96,84,99)
#534956
(83,73,86)
#463E49
(70,62,73)
#39333C
(57,51,60)
#2C282F
(44,40,47)
#1F1D22
(31,29,34)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #948097

#948097
(148,128,151)
#9D8BA0
(157,139,160)
#A696A9
(166,150,169)
#AFA1B2
(175,161,178)
#B8ACBB
(184,172,187)
#C1B7C4
(193,183,196)
#CAC2CD
(202,194,205)
#D3CDD6
(211,205,214)
#DCD8DF
(220,216,223)
#E5E3E8
(229,227,232)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948097; }

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

This text font color is #948097.


Background Color

.myBgColor { background-color: #948097; }

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

This div background color is #948097.


Border color

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

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

This div border color is #948097.


Opacity

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

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

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

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

This text has shadow with #948097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948097 on black background.


Color preview on white background

This text has color #948097 on white background.



Black color preview on #948097 background

This text has black color on #948097 background.


White color preview on #948097 background

This text has white color on #948097 background.