COLOR #997FA6

HEX: #997FA6
RGB: (153,127,166)

Renk bilgisi

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

RGB renk modeli

#997FA6 color RGB value is (153,127,166).

  • kırmız ton 153;
  • yeşil ton 127;
  • mavi ton 166.
RGB:
(153,127,166)
(60%,50%,65%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 127 of 255 = 50%
B 166 of 255 = 65%

153
127
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 127 + 166 = 446 (100%)
R 153 of 446 ~ 34.3%
G 127 of 446 ~ 28.48%
B 166 of 446 ~ 37.22%

%34.3
%28.48
%37.22

CMYK RENK MODELİ

#997FA6 rengi CMYK tonu (8,23,0,35).

  • camgöbeği tonu 7.83%
  • eflatun tonu 23.49%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(8,23,0,35)
C8M23Y0K35 
(8%,23%,0%,35%)
(0.08/0.23/0.00/0.35)	

CMYK yüzdeleri

%7.83
%23.49
%0
%34.9

Codes

Color #997FA6 in popluar color models

997FA6
RGB153127166
HSL280°17.97%57.45%
HSB/HSV280°23.49%65.10%
CMYK7.83%23.49%0.00%
34.90%

Color #997FA6 in popluar number systems.

HEX997FA6
Decimal153127166
Binary10011001111111110100110
Octal231177246

Shades and tints

Shades of #997FA6

#997FA6
(153,127,166)
#8C7497
(140,116,151)
#7F6988
(127,105,136)
#725E79
(114,94,121)
#65536A
(101,83,106)
#58485B
(88,72,91)
#4B3D4C
(75,61,76)
#3E323D
(62,50,61)
#31272E
(49,39,46)
#241C1F
(36,28,31)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #997FA6

#997FA6
(153,127,166)
#A28AAE
(162,138,174)
#AB95B6
(171,149,182)
#B4A0BE
(180,160,190)
#BDABC6
(189,171,198)
#C6B6CE
(198,182,206)
#CFC1D6
(207,193,214)
#D8CCDE
(216,204,222)
#E1D7E6
(225,215,230)
#EAE2EE
(234,226,238)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997FA6; }

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

This text font color is #997FA6.


Background Color

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

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

This div background color is #997FA6.


Border color

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

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

This div border color is #997FA6.


Opacity

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

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

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

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

This text has shadow with #997FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997FA6 on black background.


Color preview on white background

This text has color #997FA6 on white background.



Black color preview on #997FA6 background

This text has black color on #997FA6 background.


White color preview on #997FA6 background

This text has white color on #997FA6 background.