COLOR #948796

HEX: #948796
RGB: (148,135,150)

Color info

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

RGB color model

#948796 color RGB value is (148,135,150).

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

RGB channels and saturation

R 148 of 255 = 58%
G 135 of 255 = 53%
B 150 of 255 = 59%

148
135
150

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

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 150 = 433 (100%)
R 148 of 433 ~ 34.18%
G 135 of 433 ~ 31.18%
B 150 of 433 ~ 34.64%

%34.18
%31.18
%34.64

CMYK color model

#948796 color CMYK value is (1,10,0,41).

  • cyan value is 1.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(1,10,0,41)
C1M10Y0K41 
(1%,10%,0%,41%)
(0.01/0.10/0.00/0.41)	

CMYK percentages

%1.33
%10
%0
%41.18

Codes

Color #948796 in popluar color models

948796
RGB148135150
HSL292°6.67%55.88%
HSB/HSV292°10.00%58.82%
CMYK1.33%10.00%0.00%
41.18%

Color #948796 in popluar number systems.

HEX948796
Decimal148135150
Binary100101001000011110010110
Octal224207226

Shades and tints

Shades of #948796

#948796
(148,135,150)
#877B89
(135,123,137)
#7A6F7C
(122,111,124)
#6D636F
(109,99,111)
#605762
(96,87,98)
#534B55
(83,75,85)
#463F48
(70,63,72)
#39333B
(57,51,59)
#2C272E
(44,39,46)
#1F1B21
(31,27,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #948796

#948796
(148,135,150)
#9D919F
(157,145,159)
#A69BA8
(166,155,168)
#AFA5B1
(175,165,177)
#B8AFBA
(184,175,186)
#C1B9C3
(193,185,195)
#CAC3CC
(202,195,204)
#D3CDD5
(211,205,213)
#DCD7DE
(220,215,222)
#E5E1E7
(229,225,231)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948796; }

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

This text font color is #948796.


Background Color

.myBgColor { background-color: #948796; }

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

This div background color is #948796.


Border color

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

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

This div border color is #948796.


Opacity

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

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

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

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

This text has shadow with #948796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948796 on black background.


Color preview on white background

This text has color #948796 on white background.



Black color preview on #948796 background

This text has black color on #948796 background.


White color preview on #948796 background

This text has white color on #948796 background.