COLOR #996EBB

HEX: #996EBB
RGB: (153,110,187)

Color info

#996EBB contains mainly red and blue colors. Web safe color of #996EBB is #9966CC (or #96C).

RGB color model

#996EBB color RGB value is (153,110,187).

  • red value is 153;
  • green value is 110;
  • blue value is 187.
RGB: (153,110,187) (60%,43%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 187 of 255 = 73%

153
110
187

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

Portions of RGB colors in percentages

R + G + B =
153 + 110 + 187 = 450 (100%)
R 153 of 450 ~ 34%
G 110 of 450 ~ 24.44%
B 187 of 450 ~ 41.56%

%34
%24.44
%41.56

CMYK color model

#996EBB color CMYK value is (18,41,0,27).

  • cyan value is 18.18%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (18,41,0,27) C18M41Y0K27 (18%,41%,0%,27%) (0.18/0.41/0.00/0.27)

CMYK percentages

%18.18
%41.18
%0
%26.67

Codes

Color #996EBB in popluar color models

996EBB
RGB153110187
HSL274°36.15%58.24%
HSB/HSV274°41.18%73.33%
CMYK18.18%41.18%0.00%
26.67%

Color #996EBB in popluar number systems.

HEX996EBB
Decimal153110187
Binary10011001110111010111011
Octal231156273

Shades and tints

Shades of #996EBB

#996EBB
(153,110,187)
#8C64AA
(140,100,170)
#7F5A99
(127,90,153)
#725088
(114,80,136)
#654677
(101,70,119)
#583C66
(88,60,102)
#4B3255
(75,50,85)
#3E2844
(62,40,68)
#311E33
(49,30,51)
#241422
(36,20,34)
#170A11
(23,10,17)
#000000
(0,0,0)

Tints of #996EBB

#996EBB
(153,110,187)
#A27BC1
(162,123,193)
#AB88C7
(171,136,199)
#B495CD
(180,149,205)
#BDA2D3
(189,162,211)
#C6AFD9
(198,175,217)
#CFBCDF
(207,188,223)
#D8C9E5
(216,201,229)
#E1D6EB
(225,214,235)
#EAE3F1
(234,227,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996EBB color. Also use rgb(153,110,187) instead hex code.

Text Font Color

.myTextColor { color: #996EBB; }

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

This text font color is #996EBB.


Background Color

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

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

This div background color is #996EBB.


Border color

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

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

This div border color is #996EBB.


Opacity

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

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

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

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

This text has shadow with #996EBB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #996EBB on black background.


Color preview on white background

This text has color #996EBB on white background.



Black color preview on #996EBB background

This text has black color on #996EBB background.


White color preview on #996EBB background

This text has white color on #996EBB background.