COLOR #99828F

HEX: #99828F
RGB: (153,130,143)

Color info

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

RGB color model

#99828F color RGB value is (153,130,143).

  • red value is 153;
  • green value is 130;
  • blue value is 143.
RGB:
(153,130,143)
(60%,51%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 143 of 255 = 56%

153
130
143

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 143 = 426 (100%)
R 153 of 426 ~ 35.92%
G 130 of 426 ~ 30.52%
B 143 of 426 ~ 33.57%

%35.92
%30.52
%33.57

CMYK color model

#99828F color CMYK value is (0,15,7,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(0,15,7,40)
C0M15Y7K40 
(0%,15%,7%,40%)
(0.00/0.15/0.07/0.40)	

CMYK percentages

%0
%15.03
%6.54
%40

Codes

Color #99828F in popluar color models

99828F
RGB153130143
HSL326°10.13%55.49%
HSB/HSV326°15.03%60.00%
CMYK0.00%15.03%6.54%
40.00%

Color #99828F in popluar number systems.

HEX99828F
Decimal153130143
Binary100110011000001010001111
Octal231202217

Shades and tints

Shades of #99828F

#99828F
(153,130,143)
#8C7782
(140,119,130)
#7F6C75
(127,108,117)
#726168
(114,97,104)
#65565B
(101,86,91)
#584B4E
(88,75,78)
#4B4041
(75,64,65)
#3E3534
(62,53,52)
#312A27
(49,42,39)
#241F1A
(36,31,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #99828F

#99828F
(153,130,143)
#A28D99
(162,141,153)
#AB98A3
(171,152,163)
#B4A3AD
(180,163,173)
#BDAEB7
(189,174,183)
#C6B9C1
(198,185,193)
#CFC4CB
(207,196,203)
#D8CFD5
(216,207,213)
#E1DADF
(225,218,223)
#EAE5E9
(234,229,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99828F color. Also use rgb(153,130,143) instead hex code.

Text Font Color

.myTextColor { color: #99828F; }

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

This text font color is #99828F.


Background Color

.myBgColor { background-color: #99828F; }

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

This div background color is #99828F.


Border color

.myBorderColor { border: 1px solid #99828F; }

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

This div border color is #99828F.


Opacity

.myOpacity80 { color: #99828F; opacity: 0.8; }

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

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

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

This text has shadow with #99828F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99828F on black background.


Color preview on white background

This text has color #99828F on white background.



Black color preview on #99828F background

This text has black color on #99828F background.


White color preview on #99828F background

This text has white color on #99828F background.