COLOR #997EC5

HEX: #997EC5
RGB: (153,126,197)

Renk bilgisi

#997EC5 contains mainly red and blue colors. #997EC5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#997EC5 color RGB value is (153,126,197).

  • kırmız ton 153;
  • yeşil ton 126;
  • mavi ton 197.
RGB:
(153,126,197)
(60%,49%,77%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 126 of 255 = 49%
B 197 of 255 = 77%

153
126
197

R + G + B ~ 62%. #997EC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 126 + 197 = 476 (100%)
R 153 of 476 ~ 32.14%
G 126 of 476 ~ 26.47%
B 197 of 476 ~ 41.39%

%32.14
%26.47
%41.39

CMYK RENK MODELİ

#997EC5 rengi CMYK tonu (22,36,0,23).

  • camgöbeği tonu 22.34%
  • eflatun tonu 36.04%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(22,36,0,23)
C22M36Y0K23 
(22%,36%,0%,23%)
(0.22/0.36/0.00/0.23)	

CMYK yüzdeleri

%22.34
%36.04
%0
%22.75

Codes

Color #997EC5 in popluar color models

997EC5
RGB153126197
HSL263°37.97%63.33%
HSB/HSV263°36.04%77.25%
CMYK22.34%36.04%0.00%
22.75%

Color #997EC5 in popluar number systems.

HEX997EC5
Decimal153126197
Binary10011001111111011000101
Octal231176305

Shades and tints

Shades of #997EC5

#997EC5
(153,126,197)
#8C73B4
(140,115,180)
#7F68A3
(127,104,163)
#725D92
(114,93,146)
#655281
(101,82,129)
#584770
(88,71,112)
#4B3C5F
(75,60,95)
#3E314E
(62,49,78)
#31263D
(49,38,61)
#241B2C
(36,27,44)
#17101B
(23,16,27)
#000000
(0,0,0)

Tints of #997EC5

#997EC5
(153,126,197)
#A289CA
(162,137,202)
#AB94CF
(171,148,207)
#B49FD4
(180,159,212)
#BDAAD9
(189,170,217)
#C6B5DE
(198,181,222)
#CFC0E3
(207,192,227)
#D8CBE8
(216,203,232)
#E1D6ED
(225,214,237)
#EAE1F2
(234,225,242)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997EC5 color. Also use rgb(153,126,197) instead hex code.

Text Font Color

.myTextColor { color: #997EC5; }

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

This text font color is #997EC5.


Background Color

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

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

This div background color is #997EC5.


Border color

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

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

This div border color is #997EC5.


Opacity

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

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

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

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

This text has shadow with #997EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997EC5 on black background.


Color preview on white background

This text has color #997EC5 on white background.



Black color preview on #997EC5 background

This text has black color on #997EC5 background.


White color preview on #997EC5 background

This text has white color on #997EC5 background.