COLOR #996CAF

HEX: #996CAF
RGB: (153,108,175)

Color info

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

RGB color model

#996CAF color RGB value is (153,108,175).

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

RGB channels and saturation

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

153
108
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 108 + 175 = 436 (100%)
R 153 of 436 ~ 35.09%
G 108 of 436 ~ 24.77%
B 175 of 436 ~ 40.14%

%35.09
%24.77
%40.14

CMYK color model

#996CAF color CMYK value is (13,38,0,31).

  • cyan value is 12.57%
  • magenta value is 38.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,38,0,31)
C13M38Y0K31 
(13%,38%,0%,31%)
(0.13/0.38/0.00/0.31)	

CMYK percentages

%12.57
%38.29
%0
%31.37

Codes

Color #996CAF in popluar color models

996CAF
RGB153108175
HSL280°29.52%55.49%
HSB/HSV280°38.29%68.63%
CMYK12.57%38.29%0.00%
31.37%

Color #996CAF in popluar number systems.

HEX996CAF
Decimal153108175
Binary10011001110110010101111
Octal231154257

Shades and tints

Shades of #996CAF

#996CAF
(153,108,175)
#8C63A0
(140,99,160)
#7F5A91
(127,90,145)
#725182
(114,81,130)
#654873
(101,72,115)
#583F64
(88,63,100)
#4B3655
(75,54,85)
#3E2D46
(62,45,70)
#312437
(49,36,55)
#241B28
(36,27,40)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #996CAF

#996CAF
(153,108,175)
#A279B6
(162,121,182)
#AB86BD
(171,134,189)
#B493C4
(180,147,196)
#BDA0CB
(189,160,203)
#C6ADD2
(198,173,210)
#CFBAD9
(207,186,217)
#D8C7E0
(216,199,224)
#E1D4E7
(225,212,231)
#EAE1EE
(234,225,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996CAF; }

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

This text font color is #996CAF.


Background Color

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

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

This div background color is #996CAF.


Border color

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

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

This div border color is #996CAF.


Opacity

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

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

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

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

This text has shadow with #996CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996CAF on black background.


Color preview on white background

This text has color #996CAF on white background.



Black color preview on #996CAF background

This text has black color on #996CAF background.


White color preview on #996CAF background

This text has white color on #996CAF background.