COLOR #995A88

HEX: #995A88
RGB: (153,90,136)

Color info

#995A88 contains mainly red and blue colors. Web safe color of #995A88 is #996699 (or #969).

RGB color model

#995A88 color RGB value is (153,90,136).

  • red value is 153;
  • green value is 90;
  • blue value is 136.
RGB:
(153,90,136)
(60%,35%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 90 of 255 = 35%
B 136 of 255 = 53%

153
90
136

R + G + B ~ 49%. #995A88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 90 + 136 = 379 (100%)
R 153 of 379 ~ 40.37%
G 90 of 379 ~ 23.75%
B 136 of 379 ~ 35.88%

%40.37
%23.75
%35.88

CMYK color model

#995A88 color CMYK value is (0,41,11,40).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 11.11%
  • key color value is 40.00%
CMYK:
(0,41,11,40)
C0M41Y11K40 
(0%,41%,11%,40%)
(0.00/0.41/0.11/0.40)	

CMYK percentages

%0
%41.18
%11.11
%40

Codes

Color #995A88 in popluar color models

995A88
RGB15390136
HSL316°25.93%47.65%
HSB/HSV316°41.18%60.00%
CMYK0.00%41.18%11.11%
40.00%

Color #995A88 in popluar number systems.

HEX995A88
Decimal15390136
Binary10011001101101010001000
Octal231132210

Shades and tints

Shades of #995A88

#995A88
(153,90,136)
#8C527C
(140,82,124)
#7F4A70
(127,74,112)
#724264
(114,66,100)
#653A58
(101,58,88)
#58324C
(88,50,76)
#4B2A40
(75,42,64)
#3E2234
(62,34,52)
#311A28
(49,26,40)
#24121C
(36,18,28)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #995A88

#995A88
(153,90,136)
#A26992
(162,105,146)
#AB789C
(171,120,156)
#B487A6
(180,135,166)
#BD96B0
(189,150,176)
#C6A5BA
(198,165,186)
#CFB4C4
(207,180,196)
#D8C3CE
(216,195,206)
#E1D2D8
(225,210,216)
#EAE1E2
(234,225,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995A88 color. Also use rgb(153,90,136) instead hex code.

Text Font Color

.myTextColor { color: #995A88; }

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

This text font color is #995A88.


Background Color

.myBgColor { background-color: #995A88; }

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

This div background color is #995A88.


Border color

.myBorderColor { border: 1px solid #995A88; }

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

This div border color is #995A88.


Opacity

.myOpacity80 { color: #995A88; opacity: 0.8; }

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

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

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

This text has shadow with #995A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995A88 on black background.


Color preview on white background

This text has color #995A88 on white background.



Black color preview on #995A88 background

This text has black color on #995A88 background.


White color preview on #995A88 background

This text has white color on #995A88 background.