COLOR #948B99

HEX: #948B99 RGB: (148,139,153)

Color info

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

RGB color model

#948B99 color RGB value is (148,139,153).

RGB: (148,139,153) (58%, 55%, 60%)

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 153 of 255 = 60%

148
139
153

R + G + B ~ 58%. #948B99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 139 + 153 = 440 (100%)
R 148 of 440 ~ 33.64%
G 139 of 440 ~ 31.59%
B 153 of 440 ~ 34.77'%

%33.64
%31.59
%34.77

CMYK color model

#948B99 color CMYK value is (3,9,0,40).

  • cyan value is 3.27%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (3,9,0,40)
C3M9Y0K40 (3%, 9%, 0%, 40%)
(0.03 / 0.09 / 0.00 / 0.40)

CMYK percentages

%3.27
%9.15
%0
%40

Codes

Color #948B99 in popluar color models

94 8B 99
RGB 148 139 153
HSL 279° 6.42% 57.25%
HSB/HSV 279° 9.15% 60.00%
CMYK 3.27% 9.15% 0.00%
40.00%

Color #948B99 in popluar number systems.

HEX 94 8B 99
Decimal 148 139 153
Binary 10010100 10001011 10011001
Octal 224 213 231

Shades and tints

Shades of #948B99

#948B99
(148,139,153)
#877F8C
(135,127,140)
#7A737F
(122,115,127)
#6D6772
(109,103,114)
#605B65
(96,91,101)
#534F58
(83,79,88)
#46434B
(70,67,75)
#39373E
(57,55,62)
#2C2B31
(44,43,49)
#1F1F24
(31,31,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #948B99

#948B99
(148,139,153)
#9D95A2
(157,149,162)
#A69FAB
(166,159,171)
#AFA9B4
(175,169,180)
#B8B3BD
(184,179,189)
#C1BDC6
(193,189,198)
#CAC7CF
(202,199,207)
#D3D1D8
(211,209,216)
#DCDBE1
(220,219,225)
#E5E5EA
(229,229,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948B99 color. Also use rgb(148,139,153) instead hex code.

Text Font Color

.myTextColor { color: #948B99; }

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

This text font color is #948B99.

Background Color

.myBgColor { background-color: #948B99; }

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

This div background color is #948B99.

Border color

.myBorderColor { border: 1px solid #948B99; }

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

This div border color is #948B99.

Opacity

.myOpacity80 { color: #948B99; opacity: 0.8; }

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

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

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

This text has shadow with #948B99 color.


.textShadow {text-shadow: 3px 3px 1px #948B99', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #948B99; -webkit-box-shadow: 1px 1px 3px 2px #948B99; box-shadow:1px 1px 3px 2px #948B99;">
Div content here
</div>

This div box has shadow with color #948B99.

Preview

Color preview on black background

This text has color #948B99 on black background.


Color preview on white background

This text has color #948B99 on white background.


Black color preview on #948B99 background

This text has black color on #948B99 background.


White color preview on #948B99 background

This text has white color on #948B99 background.


Related colors

Complementary color

Complementary color for #hex is #6B7466.


I love getcolorcode.com

Triadic colors

1 #99948B and #8B9994 with #948B99 are triadic colors.

2 #998B94 and #8B9499 with #948B99 are triadic colors.