COLOR #9E829B

HEX: #9E829B
RGB: (158,130,155)

Color info

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

RGB color model

#9E829B color RGB value is (158,130,155).

  • red value is 158;
  • green value is 130;
  • blue value is 155.
RGB:
(158,130,155)
(62%,51%,61%)

RGB channels and saturation

R 158 of 255 = 62%
G 130 of 255 = 51%
B 155 of 255 = 61%

158
130
155

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

Portions of RGB colors in percentages

R + G + B =
158 + 130 + 155 = 443 (100%)
R 158 of 443 ~ 35.67%
G 130 of 443 ~ 29.35%
B 155 of 443 ~ 34.99%

%35.67
%29.35
%34.99

CMYK color model

#9E829B color CMYK value is (0,18,2,38).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 1.90%
  • key color value is 38.04%
CMYK:
(0,18,2,38)
C0M18Y2K38 
(0%,18%,2%,38%)
(0.00/0.18/0.02/0.38)	

CMYK percentages

%0
%17.72
%1.9
%38.04

Codes

Color #9E829B in popluar color models

9E829B
RGB158130155
HSL306°12.61%56.47%
HSB/HSV306°17.72%61.96%
CMYK0.00%17.72%1.90%
38.04%

Color #9E829B in popluar number systems.

HEX9E829B
Decimal158130155
Binary100111101000001010011011
Octal236202233

Shades and tints

Shades of #9E829B

#9E829B
(158,130,155)
#90778D
(144,119,141)
#826C7F
(130,108,127)
#746171
(116,97,113)
#665663
(102,86,99)
#584B55
(88,75,85)
#4A4047
(74,64,71)
#3C3539
(60,53,57)
#2E2A2B
(46,42,43)
#201F1D
(32,31,29)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #9E829B

#9E829B
(158,130,155)
#A68DA4
(166,141,164)
#AE98AD
(174,152,173)
#B6A3B6
(182,163,182)
#BEAEBF
(190,174,191)
#C6B9C8
(198,185,200)
#CEC4D1
(206,196,209)
#D6CFDA
(214,207,218)
#DEDAE3
(222,218,227)
#E6E5EC
(230,229,236)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E829B color. Also use rgb(158,130,155) instead hex code.

Text Font Color

.myTextColor { color: #9E829B; }

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

This text font color is #9E829B.


Background Color

.myBgColor { background-color: #9E829B; }

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

This div background color is #9E829B.


Border color

.myBorderColor { border: 1px solid #9E829B; }

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

This div border color is #9E829B.


Opacity

.myOpacity80 { color: #9E829B; opacity: 0.8; }

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

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

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

This text has shadow with #9E829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E829B on black background.


Color preview on white background

This text has color #9E829B on white background.



Black color preview on #9E829B background

This text has black color on #9E829B background.


White color preview on #9E829B background

This text has white color on #9E829B background.