COLOR #996E92

HEX: #996E92 RGB: (153,110,146)

Color info

#996E92 contains red, green and blue colors in about the same proportion. Web safe color of #996E92 is #996699 (or #969).

RGB color model

#996E92 color RGB value is (153,110,146).

RGB: (153,110,146) (60%, 43%, 57%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 146 of 255 = 57%

153
110
146

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

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 146 = 409 (100%)
R 153 of 409 ~ 37.41%
G 110 of 409 ~ 26.89%
B 146 of 409 ~ 35.7'%

%37.41
%26.89
%35.7

CMYK color model

#996E92 color CMYK value is (0,28,5,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 4.58%
  • key color value is 40.00%

CMYK: (0,28,5,40)
C0M28Y5K40 (0%, 28%, 5%, 40%)
(0.00 / 0.28 / 0.05 / 0.40)

CMYK percentages

%0
%28.1
%4.58
%40

Codes

Color #996E92 in popluar color models

99 6E 92
RGB 153 110 146
HSL 310° 17.41% 51.57%
HSB/HSV 310° 28.10% 60.00%
CMYK 0.00% 28.10% 4.58%
40.00%

Color #996E92 in popluar number systems.

HEX 99 6E 92
Decimal 153 110 146
Binary 10011001 1101110 10010010
Octal 231 156 222

Shades and tints

Shades of #996E92

#996E92
(153,110,146)
#8C6485
(140,100,133)
#7F5A78
(127,90,120)
#72506B
(114,80,107)
#65465E
(101,70,94)
#583C51
(88,60,81)
#4B3244
(75,50,68)
#3E2837
(62,40,55)
#311E2A
(49,30,42)
#24141D
(36,20,29)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #996E92

#996E92
(153,110,146)
#A27B9B
(162,123,155)
#AB88A4
(171,136,164)
#B495AD
(180,149,173)
#BDA2B6
(189,162,182)
#C6AFBF
(198,175,191)
#CFBCC8
(207,188,200)
#D8C9D1
(216,201,209)
#E1D6DA
(225,214,218)
#EAE3E3
(234,227,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996E92; }

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

This text font color is #996E92.

Background Color

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

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

This div background color is #996E92.

Border color

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

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

This div border color is #996E92.

Opacity

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

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

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

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

This text has shadow with #996E92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996E92.

Preview

Color preview on black background

This text has color #996E92 on black background.


Color preview on white background

This text has color #996E92 on white background.


Black color preview on #996E92 background

This text has black color on #996E92 background.


White color preview on #996E92 background

This text has white color on #996E92 background.


Related colors

Complementary color

Complementary color for #hex is #66916D.


I love getcolorcode.com

Triadic colors

1 #92996E and #6E9299 with #996E92 are triadic colors.

2 #926E99 and #6E9992 with #996E92 are triadic colors.