COLOR #996FA6

HEX: #996FA6 RGB: (153,111,166)

Renk bilgisi

#996FA6 contains red, green and blue colors in about the same proportion. #996FA6 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#996FA6 color RGB value is (153,111,166).

RGB: (153,111,166) (60%, 44%, 65%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 111 of 255 = 44%
B 166 of 255 = 65%

153
111
166

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

Yüzdelerle RGB renk parçaları

R + G + B = 153 + 111 + 166 = 430 (100%)
R 153 of 430 ~ 35.58%
G 111 of 430 ~ 25.81%
B 166 of 430 ~ 38.6'%

%35.58
%25.81
%38.6

CMYK RENK MODELİ

#996FA6 rengi CMYK tonu (8,33,0,35).

  • camgöbeği tonu 7.83%
  • eflatun tonu 33.13%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%

CMYK: (8,33,0,35)
C8M33Y0K35 (8%, 33%, 0%, 35%)
(0.08 / 0.33 / 0.00 / 0.35)

CMYK yüzdeleri

%7.83
%33.13
%0
%34.9

Codes

Color #996FA6 in popluar color models

99 6F A6
RGB 153 111 166
HSL 286° 23.61% 54.31%
HSB/HSV 286° 33.13% 65.10%
CMYK 7.83% 33.13% 0.00%
34.90%

Color #996FA6 in popluar number systems.

HEX 99 6F A6
Decimal 153 111 166
Binary 10011001 1101111 10100110
Octal 231 157 246

Shades and tints

Shades of #996FA6

#996FA6
(153,111,166)
#8C6597
(140,101,151)
#7F5B88
(127,91,136)
#725179
(114,81,121)
#65476A
(101,71,106)
#583D5B
(88,61,91)
#4B334C
(75,51,76)
#3E293D
(62,41,61)
#311F2E
(49,31,46)
#24151F
(36,21,31)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #996FA6

#996FA6
(153,111,166)
#A27CAE
(162,124,174)
#AB89B6
(171,137,182)
#B496BE
(180,150,190)
#BDA3C6
(189,163,198)
#C6B0CE
(198,176,206)
#CFBDD6
(207,189,214)
#D8CADE
(216,202,222)
#E1D7E6
(225,215,230)
#EAE4EE
(234,228,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996FA6 color. Also use rgb(153,111,166) instead hex code.

Text Font Color

.myTextColor { color: #996FA6; }

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

This text font color is #996FA6.

Background Color

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

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

This div background color is #996FA6.

Border color

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

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

This div border color is #996FA6.

Opacity

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

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

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

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

This text has shadow with #996FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996FA6.

Preview

Color preview on black background

This text has color #996FA6 on black background.


Color preview on white background

This text has color #996FA6 on white background.


Black color preview on #996FA6 background

This text has black color on #996FA6 background.


White color preview on #996FA6 background

This text has white color on #996FA6 background.


Related colors

Complementary color

Complementary color for #hex is #669059.


I love getcolorcode.com

Triadic colors

1 #A6996F and #6FA699 with #996FA6 are triadic colors.

2 #A66F99 and #6F99A6 with #996FA6 are triadic colors.