COLOR #999095

HEX: #999095 RGB: (153,144,149)

Color info

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

RGB color model

#999095 color RGB value is (153,144,149).

RGB: (153,144,149) (60%, 56%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 149 of 255 = 58%

153
144
149

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

Portions of RGB colors in percentages

R + G + B = 153 + 144 + 149 = 446 (100%)
R 153 of 446 ~ 34.3%
G 144 of 446 ~ 32.29%
B 149 of 446 ~ 33.41'%

%34.3
%32.29
%33.41

CMYK color model

#999095 color CMYK value is (0,6,3,40).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 2.61%
  • key color value is 40.00%

CMYK: (0,6,3,40)
C0M6Y3K40 (0%, 6%, 3%, 40%)
(0.00 / 0.06 / 0.03 / 0.40)

CMYK percentages

%0
%5.88
%2.61
%40

Codes

Color #999095 in popluar color models

99 90 95
RGB 153 144 149
HSL 327° 4.23% 58.24%
HSB/HSV 327° 5.88% 60.00%
CMYK 0.00% 5.88% 2.61%
40.00%

Color #999095 in popluar number systems.

HEX 99 90 95
Decimal 153 144 149
Binary 10011001 10010000 10010101
Octal 231 220 225

Shades and tints

Shades of #999095

#999095
(153,144,149)
#8C8388
(140,131,136)
#7F767B
(127,118,123)
#72696E
(114,105,110)
#655C61
(101,92,97)
#584F54
(88,79,84)
#4B4247
(75,66,71)
#3E353A
(62,53,58)
#31282D
(49,40,45)
#241B20
(36,27,32)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #999095

#999095
(153,144,149)
#A29A9E
(162,154,158)
#ABA4A7
(171,164,167)
#B4AEB0
(180,174,176)
#BDB8B9
(189,184,185)
#C6C2C2
(198,194,194)
#CFCCCB
(207,204,203)
#D8D6D4
(216,214,212)
#E1E0DD
(225,224,221)
#EAEAE6
(234,234,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999095 color. Also use rgb(153,144,149) instead hex code.

Text Font Color

.myTextColor { color: #999095; }

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

This text font color is #999095.

Background Color

.myBgColor { background-color: #999095; }

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

This div background color is #999095.

Border color

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

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

This div border color is #999095.

Opacity

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

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

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

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

This text has shadow with #999095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999095.

Preview

Color preview on black background

This text has color #999095 on black background.


Color preview on white background

This text has color #999095 on white background.


Black color preview on #999095 background

This text has black color on #999095 background.


White color preview on #999095 background

This text has white color on #999095 background.


Related colors

Complementary color

Complementary color for #hex is #666F6A.


I love getcolorcode.com

Triadic colors

1 #959990 and #909599 with #999095 are triadic colors.

2 #959099 and #909995 with #999095 are triadic colors.