COLOR #958099

HEX: #958099
RGB: (149,128,153)

Color info

#958099 contains red, green and blue colors in about the same proportion. Web safe color of #958099 is #996699 (or #969).

RGB color model

#958099 color RGB value is (149,128,153).

  • red value is 149;
  • green value is 128;
  • blue value is 153.
RGB:
(149,128,153)
(58%,50%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 128 of 255 = 50%
B 153 of 255 = 60%

149
128
153

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

Portions of RGB colors in percentages

R + G + B =
149 + 128 + 153 = 430 (100%)
R 149 of 430 ~ 34.65%
G 128 of 430 ~ 29.77%
B 153 of 430 ~ 35.58%

%34.65
%29.77
%35.58

CMYK color model

#958099 color CMYK value is (3,16,0,40).

  • cyan value is 2.61%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(3,16,0,40)
C3M16Y0K40 
(3%,16%,0%,40%)
(0.03/0.16/0.00/0.40)	

CMYK percentages

%2.61
%16.34
%0
%40

Codes

Color #958099 in popluar color models

958099
RGB149128153
HSL290°10.92%55.10%
HSB/HSV290°16.34%60.00%
CMYK2.61%16.34%0.00%
40.00%

Color #958099 in popluar number systems.

HEX958099
Decimal149128153
Binary100101011000000010011001
Octal225200231

Shades and tints

Shades of #958099

#958099
(149,128,153)
#88758C
(136,117,140)
#7B6A7F
(123,106,127)
#6E5F72
(110,95,114)
#615465
(97,84,101)
#544958
(84,73,88)
#473E4B
(71,62,75)
#3A333E
(58,51,62)
#2D2831
(45,40,49)
#201D24
(32,29,36)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #958099

#958099
(149,128,153)
#9E8BA2
(158,139,162)
#A796AB
(167,150,171)
#B0A1B4
(176,161,180)
#B9ACBD
(185,172,189)
#C2B7C6
(194,183,198)
#CBC2CF
(203,194,207)
#D4CDD8
(212,205,216)
#DDD8E1
(221,216,225)
#E6E3EA
(230,227,234)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958099; }

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

This text font color is #958099.


Background Color

.myBgColor { background-color: #958099; }

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

This div background color is #958099.


Border color

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

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

This div border color is #958099.


Opacity

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

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

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

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

This text has shadow with #958099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958099 on black background.


Color preview on white background

This text has color #958099 on white background.



Black color preview on #958099 background

This text has black color on #958099 background.


White color preview on #958099 background

This text has white color on #958099 background.