COLOR #998692

HEX: #998692
RGB: (153,134,146)

Color info

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

RGB color model

#998692 color RGB value is (153,134,146).

  • red value is 153;
  • green value is 134;
  • blue value is 146.
RGB:
(153,134,146)
(60%,53%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 134 of 255 = 53%
B 146 of 255 = 57%

153
134
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 134 + 146 = 433 (100%)
R 153 of 433 ~ 35.33%
G 134 of 433 ~ 30.95%
B 146 of 433 ~ 33.72%

%35.33
%30.95
%33.72

CMYK color model

#998692 color CMYK value is (0,12,5,40).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(0,12,5,40)
C0M12Y5K40 
(0%,12%,5%,40%)
(0.00/0.12/0.05/0.40)	

CMYK percentages

%0
%12.42
%4.58
%40

Codes

Color #998692 in popluar color models

998692
RGB153134146
HSL322°8.52%56.27%
HSB/HSV322°12.42%60.00%
CMYK0.00%12.42%4.58%
40.00%

Color #998692 in popluar number systems.

HEX998692
Decimal153134146
Binary100110011000011010010010
Octal231206222

Shades and tints

Shades of #998692

#998692
(153,134,146)
#8C7A85
(140,122,133)
#7F6E78
(127,110,120)
#72626B
(114,98,107)
#65565E
(101,86,94)
#584A51
(88,74,81)
#4B3E44
(75,62,68)
#3E3237
(62,50,55)
#31262A
(49,38,42)
#241A1D
(36,26,29)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #998692

#998692
(153,134,146)
#A2919B
(162,145,155)
#AB9CA4
(171,156,164)
#B4A7AD
(180,167,173)
#BDB2B6
(189,178,182)
#C6BDBF
(198,189,191)
#CFC8C8
(207,200,200)
#D8D3D1
(216,211,209)
#E1DEDA
(225,222,218)
#EAE9E3
(234,233,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998692 color. Also use rgb(153,134,146) instead hex code.

Text Font Color

.myTextColor { color: #998692; }

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

This text font color is #998692.


Background Color

.myBgColor { background-color: #998692; }

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

This div background color is #998692.


Border color

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

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

This div border color is #998692.


Opacity

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

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

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

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

This text has shadow with #998692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998692 on black background.


Color preview on white background

This text has color #998692 on white background.



Black color preview on #998692 background

This text has black color on #998692 background.


White color preview on #998692 background

This text has white color on #998692 background.