COLOR #948698

HEX: #948698
RGB: (148,134,152)

Color info

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

RGB color model

#948698 color RGB value is (148,134,152).

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

RGB channels and saturation

R 148 of 255 = 58%
G 134 of 255 = 53%
B 152 of 255 = 60%

148
134
152

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

Portions of RGB colors in percentages

R + G + B =
148 + 134 + 152 = 434 (100%)
R 148 of 434 ~ 34.1%
G 134 of 434 ~ 30.88%
B 152 of 434 ~ 35.02%

%34.1
%30.88
%35.02

CMYK color model

#948698 color CMYK value is (3,12,0,40).

  • cyan value is 2.63%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(3,12,0,40)
C3M12Y0K40 
(3%,12%,0%,40%)
(0.03/0.12/0.00/0.40)	

CMYK percentages

%2.63
%11.84
%0
%40.39

Codes

Color #948698 in popluar color models

948698
RGB148134152
HSL287°8.04%56.08%
HSB/HSV287°11.84%59.61%
CMYK2.63%11.84%0.00%
40.39%

Color #948698 in popluar number systems.

HEX948698
Decimal148134152
Binary100101001000011010011000
Octal224206230

Shades and tints

Shades of #948698

#948698
(148,134,152)
#877A8B
(135,122,139)
#7A6E7E
(122,110,126)
#6D6271
(109,98,113)
#605664
(96,86,100)
#534A57
(83,74,87)
#463E4A
(70,62,74)
#39323D
(57,50,61)
#2C2630
(44,38,48)
#1F1A23
(31,26,35)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #948698

#948698
(148,134,152)
#9D91A1
(157,145,161)
#A69CAA
(166,156,170)
#AFA7B3
(175,167,179)
#B8B2BC
(184,178,188)
#C1BDC5
(193,189,197)
#CAC8CE
(202,200,206)
#D3D3D7
(211,211,215)
#DCDEE0
(220,222,224)
#E5E9E9
(229,233,233)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948698; }

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

This text font color is #948698.


Background Color

.myBgColor { background-color: #948698; }

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

This div background color is #948698.


Border color

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

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

This div border color is #948698.


Opacity

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

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

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

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

This text has shadow with #948698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948698 on black background.


Color preview on white background

This text has color #948698 on white background.



Black color preview on #948698 background

This text has black color on #948698 background.


White color preview on #948698 background

This text has white color on #948698 background.