COLOR #996FA7

HEX: #996FA7
RGB: (153,111,167)

Renk bilgisi

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

RGB renk modeli

#996FA7 color RGB value is (153,111,167).

  • kırmız ton 153;
  • yeşil ton 111;
  • mavi ton 167.
RGB:
(153,111,167)
(60%,44%,65%)

RGB bağlantıları ve doygunluk

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

153
111
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 111 + 167 = 431 (100%)
R 153 of 431 ~ 35.5%
G 111 of 431 ~ 25.75%
B 167 of 431 ~ 38.75%

%35.5
%25.75
%38.75

CMYK RENK MODELİ

#996FA7 rengi CMYK tonu (8,34,0,35).

  • camgöbeği tonu 8.38%
  • eflatun tonu 33.53%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(8,34,0,35)
C8M34Y0K35 
(8%,34%,0%,35%)
(0.08/0.34/0.00/0.35)	

CMYK yüzdeleri

%8.38
%33.53
%0
%34.51

Codes

Color #996FA7 in popluar color models

996FA7
RGB153111167
HSL285°24.14%54.51%
HSB/HSV285°33.53%65.49%
CMYK8.38%33.53%0.00%
34.51%

Color #996FA7 in popluar number systems.

HEX996FA7
Decimal153111167
Binary10011001110111110100111
Octal231157247

Shades and tints

Shades of #996FA7

#996FA7
(153,111,167)
#8C6598
(140,101,152)
#7F5B89
(127,91,137)
#72517A
(114,81,122)
#65476B
(101,71,107)
#583D5C
(88,61,92)
#4B334D
(75,51,77)
#3E293E
(62,41,62)
#311F2F
(49,31,47)
#241520
(36,21,32)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #996FA7

#996FA7
(153,111,167)
#A27CAF
(162,124,175)
#AB89B7
(171,137,183)
#B496BF
(180,150,191)
#BDA3C7
(189,163,199)
#C6B0CF
(198,176,207)
#CFBDD7
(207,189,215)
#D8CADF
(216,202,223)
#E1D7E7
(225,215,231)
#EAE4EF
(234,228,239)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996FA7; }

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

This text font color is #996FA7.


Background Color

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

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

This div background color is #996FA7.


Border color

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

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

This div border color is #996FA7.


Opacity

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

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

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

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

This text has shadow with #996FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996FA7 on black background.


Color preview on white background

This text has color #996FA7 on white background.



Black color preview on #996FA7 background

This text has black color on #996FA7 background.


White color preview on #996FA7 background

This text has white color on #996FA7 background.