COLOR #996BAF

HEX: #996BAF
RGB: (153,107,175)

Color info

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

RGB color model

#996BAF color RGB value is (153,107,175).

  • red value is 153;
  • green value is 107;
  • blue value is 175.
RGB:
(153,107,175)
(60%,42%,69%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 175 of 255 = 69%

153
107
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 107 + 175 = 435 (100%)
R 153 of 435 ~ 35.17%
G 107 of 435 ~ 24.6%
B 175 of 435 ~ 40.23%

%35.17
%24.6
%40.23

CMYK color model

#996BAF color CMYK value is (13,39,0,31).

  • cyan value is 12.57%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,39,0,31)
C13M39Y0K31 
(13%,39%,0%,31%)
(0.13/0.39/0.00/0.31)	

CMYK percentages

%12.57
%38.86
%0
%31.37

Codes

Color #996BAF in popluar color models

996BAF
RGB153107175
HSL281°29.82%55.29%
HSB/HSV281°38.86%68.63%
CMYK12.57%38.86%0.00%
31.37%

Color #996BAF in popluar number systems.

HEX996BAF
Decimal153107175
Binary10011001110101110101111
Octal231153257

Shades and tints

Shades of #996BAF

#996BAF
(153,107,175)
#8C62A0
(140,98,160)
#7F5991
(127,89,145)
#725082
(114,80,130)
#654773
(101,71,115)
#583E64
(88,62,100)
#4B3555
(75,53,85)
#3E2C46
(62,44,70)
#312337
(49,35,55)
#241A28
(36,26,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #996BAF

#996BAF
(153,107,175)
#A278B6
(162,120,182)
#AB85BD
(171,133,189)
#B492C4
(180,146,196)
#BD9FCB
(189,159,203)
#C6ACD2
(198,172,210)
#CFB9D9
(207,185,217)
#D8C6E0
(216,198,224)
#E1D3E7
(225,211,231)
#EAE0EE
(234,224,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996BAF color. Also use rgb(153,107,175) instead hex code.

Text Font Color

.myTextColor { color: #996BAF; }

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

This text font color is #996BAF.


Background Color

.myBgColor { background-color: #996BAF; }

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

This div background color is #996BAF.


Border color

.myBorderColor { border: 1px solid #996BAF; }

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

This div border color is #996BAF.


Opacity

.myOpacity80 { color: #996BAF; opacity: 0.8; }

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

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

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

This text has shadow with #996BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996BAF on black background.


Color preview on white background

This text has color #996BAF on white background.



Black color preview on #996BAF background

This text has black color on #996BAF background.


White color preview on #996BAF background

This text has white color on #996BAF background.