COLOR #998295

HEX: #998295
RGB: (153,130,149)

Color info

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

RGB color model

#998295 color RGB value is (153,130,149).

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

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 149 of 255 = 58%

153
130
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 149 = 432 (100%)
R 153 of 432 ~ 35.42%
G 130 of 432 ~ 30.09%
B 149 of 432 ~ 34.49%

%35.42
%30.09
%34.49

CMYK color model

#998295 color CMYK value is (0,15,3,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(0,15,3,40)
C0M15Y3K40 
(0%,15%,3%,40%)
(0.00/0.15/0.03/0.40)	

CMYK percentages

%0
%15.03
%2.61
%40

Codes

Color #998295 in popluar color models

998295
RGB153130149
HSL310°10.13%55.49%
HSB/HSV310°15.03%60.00%
CMYK0.00%15.03%2.61%
40.00%

Color #998295 in popluar number systems.

HEX998295
Decimal153130149
Binary100110011000001010010101
Octal231202225

Shades and tints

Shades of #998295

#998295
(153,130,149)
#8C7788
(140,119,136)
#7F6C7B
(127,108,123)
#72616E
(114,97,110)
#655661
(101,86,97)
#584B54
(88,75,84)
#4B4047
(75,64,71)
#3E353A
(62,53,58)
#312A2D
(49,42,45)
#241F20
(36,31,32)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #998295

#998295
(153,130,149)
#A28D9E
(162,141,158)
#AB98A7
(171,152,167)
#B4A3B0
(180,163,176)
#BDAEB9
(189,174,185)
#C6B9C2
(198,185,194)
#CFC4CB
(207,196,203)
#D8CFD4
(216,207,212)
#E1DADD
(225,218,221)
#EAE5E6
(234,229,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998295; }

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

This text font color is #998295.


Background Color

.myBgColor { background-color: #998295; }

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

This div background color is #998295.


Border color

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

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

This div border color is #998295.


Opacity

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

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

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

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

This text has shadow with #998295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998295 on black background.


Color preview on white background

This text has color #998295 on white background.



Black color preview on #998295 background

This text has black color on #998295 background.


White color preview on #998295 background

This text has white color on #998295 background.