COLOR #997FA4

HEX: #997FA4
RGB: (153,127,164)

Renk bilgisi

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

RGB renk modeli

#997FA4 color RGB value is (153,127,164).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 127 of 255 = 50%
B 164 of 255 = 64%

153
127
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 127 + 164 = 444 (100%)
R 153 of 444 ~ 34.46%
G 127 of 444 ~ 28.6%
B 164 of 444 ~ 36.94%

%34.46
%28.6
%36.94

CMYK RENK MODELİ

#997FA4 rengi CMYK tonu (7,23,0,36).

  • camgöbeği tonu 6.71%
  • eflatun tonu 22.56%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(7,23,0,36)
C7M23Y0K36 
(7%,23%,0%,36%)
(0.07/0.23/0.00/0.36)	

CMYK yüzdeleri

%6.71
%22.56
%0
%35.69

Codes

Color #997FA4 in popluar color models

997FA4
RGB153127164
HSL282°16.89%57.06%
HSB/HSV282°22.56%64.31%
CMYK6.71%22.56%0.00%
35.69%

Color #997FA4 in popluar number systems.

HEX997FA4
Decimal153127164
Binary10011001111111110100100
Octal231177244

Shades and tints

Shades of #997FA4

#997FA4
(153,127,164)
#8C7496
(140,116,150)
#7F6988
(127,105,136)
#725E7A
(114,94,122)
#65536C
(101,83,108)
#58485E
(88,72,94)
#4B3D50
(75,61,80)
#3E3242
(62,50,66)
#312734
(49,39,52)
#241C26
(36,28,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #997FA4

#997FA4
(153,127,164)
#A28AAC
(162,138,172)
#AB95B4
(171,149,180)
#B4A0BC
(180,160,188)
#BDABC4
(189,171,196)
#C6B6CC
(198,182,204)
#CFC1D4
(207,193,212)
#D8CCDC
(216,204,220)
#E1D7E4
(225,215,228)
#EAE2EC
(234,226,236)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997FA4; }

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

This text font color is #997FA4.


Background Color

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

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

This div background color is #997FA4.


Border color

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

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

This div border color is #997FA4.


Opacity

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

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

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

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

This text has shadow with #997FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997FA4 on black background.


Color preview on white background

This text has color #997FA4 on white background.



Black color preview on #997FA4 background

This text has black color on #997FA4 background.


White color preview on #997FA4 background

This text has white color on #997FA4 background.