COLOR #995176

HEX: #995176
RGB: (153,81,118)

Color info

#995176 contains mainly red and blue colors. Web safe color of #995176 is #996666 (or #966).

RGB color model

#995176 color RGB value is (153,81,118).

  • red value is 153;
  • green value is 81;
  • blue value is 118.
RGB:
(153,81,118)
(60%,32%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 81 of 255 = 32%
B 118 of 255 = 46%

153
81
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 81 + 118 = 352 (100%)
R 153 of 352 ~ 43.47%
G 81 of 352 ~ 23.01%
B 118 of 352 ~ 33.52%

%43.47
%23.01
%33.52

CMYK color model

#995176 color CMYK value is (0,47,23,40).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,47,23,40)
C0M47Y23K40 
(0%,47%,23%,40%)
(0.00/0.47/0.23/0.40)	

CMYK percentages

%0
%47.06
%22.88
%40

Codes

Color #995176 in popluar color models

995176
RGB15381118
HSL329°30.77%45.88%
HSB/HSV329°47.06%60.00%
CMYK0.00%47.06%22.88%
40.00%

Color #995176 in popluar number systems.

HEX995176
Decimal15381118
Binary1001100110100011110110
Octal231121166

Shades and tints

Shades of #995176

#995176
(153,81,118)
#8C4A6C
(140,74,108)
#7F4362
(127,67,98)
#723C58
(114,60,88)
#65354E
(101,53,78)
#582E44
(88,46,68)
#4B273A
(75,39,58)
#3E2030
(62,32,48)
#311926
(49,25,38)
#24121C
(36,18,28)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #995176

#995176
(153,81,118)
#A26082
(162,96,130)
#AB6F8E
(171,111,142)
#B47E9A
(180,126,154)
#BD8DA6
(189,141,166)
#C69CB2
(198,156,178)
#CFABBE
(207,171,190)
#D8BACA
(216,186,202)
#E1C9D6
(225,201,214)
#EAD8E2
(234,216,226)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995176 color. Also use rgb(153,81,118) instead hex code.

Text Font Color

.myTextColor { color: #995176; }

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

This text font color is #995176.


Background Color

.myBgColor { background-color: #995176; }

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

This div background color is #995176.


Border color

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

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

This div border color is #995176.


Opacity

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

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

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

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

This text has shadow with #995176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995176 on black background.


Color preview on white background

This text has color #995176 on white background.



Black color preview on #995176 background

This text has black color on #995176 background.


White color preview on #995176 background

This text has white color on #995176 background.