COLOR #995068

HEX: #995068
RGB: (153,80,104)

Color info

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

RGB color model

#995068 color RGB value is (153,80,104).

  • red value is 153;
  • green value is 80;
  • blue value is 104.
RGB:
(153,80,104)
(60%,31%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 80 of 255 = 31%
B 104 of 255 = 41%

153
80
104

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

Portions of RGB colors in percentages

R + G + B =
153 + 80 + 104 = 337 (100%)
R 153 of 337 ~ 45.4%
G 80 of 337 ~ 23.74%
B 104 of 337 ~ 30.86%

%45.4
%23.74
%30.86

CMYK color model

#995068 color CMYK value is (0,48,32,40).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(0,48,32,40)
C0M48Y32K40 
(0%,48%,32%,40%)
(0.00/0.48/0.32/0.40)	

CMYK percentages

%0
%47.71
%32.03
%40

Codes

Color #995068 in popluar color models

995068
RGB15380104
HSL340°31.33%45.69%
HSB/HSV340°47.71%60.00%
CMYK0.00%47.71%32.03%
40.00%

Color #995068 in popluar number systems.

HEX995068
Decimal15380104
Binary1001100110100001101000
Octal231120150

Shades and tints

Shades of #995068

#995068
(153,80,104)
#8C495F
(140,73,95)
#7F4256
(127,66,86)
#723B4D
(114,59,77)
#653444
(101,52,68)
#582D3B
(88,45,59)
#4B2632
(75,38,50)
#3E1F29
(62,31,41)
#311820
(49,24,32)
#241117
(36,17,23)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #995068

#995068
(153,80,104)
#A25F75
(162,95,117)
#AB6E82
(171,110,130)
#B47D8F
(180,125,143)
#BD8C9C
(189,140,156)
#C69BA9
(198,155,169)
#CFAAB6
(207,170,182)
#D8B9C3
(216,185,195)
#E1C8D0
(225,200,208)
#EAD7DD
(234,215,221)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995068 color. Also use rgb(153,80,104) instead hex code.

Text Font Color

.myTextColor { color: #995068; }

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

This text font color is #995068.


Background Color

.myBgColor { background-color: #995068; }

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

This div background color is #995068.


Border color

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

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

This div border color is #995068.


Opacity

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

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

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

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

This text has shadow with #995068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995068 on black background.


Color preview on white background

This text has color #995068 on white background.



Black color preview on #995068 background

This text has black color on #995068 background.


White color preview on #995068 background

This text has white color on #995068 background.