COLOR #959C98

HEX: #959C98 RGB: (149,156,152)

Color info

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

RGB color model

#959C98 color RGB value is (149,156,152).

RGB: (149,156,152) (58%, 61%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 152 of 255 = 60%

149
156
152

R + G + B ~ 60%. #959C98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 156 + 152 = 457 (100%)
R 149 of 457 ~ 32.6%
G 156 of 457 ~ 34.14%
B 152 of 457 ~ 33.26'%

%32.6
%34.14
%33.26

CMYK color model

#959C98 color CMYK value is (4,0,3,39).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 38.82%

CMYK: (4,0,3,39)
C4M0Y3K39 (4%, 0%, 3%, 39%)
(0.04 / 0.00 / 0.03 / 0.39)

CMYK percentages

%4.49
%0
%2.56
%38.82

Codes

Color #959C98 in popluar color models

95 9C 98
RGB 149 156 152
HSL 146° 3.41% 59.80%
HSB/HSV 146° 4.49% 61.18%
CMYK 4.49% 0.00% 2.56%
38.82%

Color #959C98 in popluar number systems.

HEX 95 9C 98
Decimal 149 156 152
Binary 10010101 10011100 10011000
Octal 225 234 230

Shades and tints

Shades of #959C98

#959C98
(149,156,152)
#888E8B
(136,142,139)
#7B807E
(123,128,126)
#6E7271
(110,114,113)
#616464
(97,100,100)
#545657
(84,86,87)
#47484A
(71,72,74)
#3A3A3D
(58,58,61)
#2D2C30
(45,44,48)
#201E23
(32,30,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #959C98

#959C98
(149,156,152)
#9EA5A1
(158,165,161)
#A7AEAA
(167,174,170)
#B0B7B3
(176,183,179)
#B9C0BC
(185,192,188)
#C2C9C5
(194,201,197)
#CBD2CE
(203,210,206)
#D4DBD7
(212,219,215)
#DDE4E0
(221,228,224)
#E6EDE9
(230,237,233)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959C98 color. Also use rgb(149,156,152) instead hex code.

Text Font Color

.myTextColor { color: #959C98; }

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

This text font color is #959C98.

Background Color

.myBgColor { background-color: #959C98; }

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

This div background color is #959C98.

Border color

.myBorderColor { border: 1px solid #959C98; }

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

This div border color is #959C98.

Opacity

.myOpacity80 { color: #959C98; opacity: 0.8; }

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

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

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

This text has shadow with #959C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959C98.

Preview

Color preview on black background

This text has color #959C98 on black background.


Color preview on white background

This text has color #959C98 on white background.


Black color preview on #959C98 background

This text has black color on #959C98 background.


White color preview on #959C98 background

This text has white color on #959C98 background.


Related colors

Complementary color

Complementary color for #hex is #6A6367.


I love getcolorcode.com

Triadic colors

1 #98959C and #9C9895 with #959C98 are triadic colors.

2 #989C95 and #9C9598 with #959C98 are triadic colors.