COLOR #997BF6

HEX: #997BF6
RGB: (153,123,246)

Renk bilgisi

#997BF6 contains mainly blue color. #997BF6 ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#997BF6 color RGB value is (153,123,246).

  • kırmız ton 153;
  • yeşil ton 123;
  • mavi ton 246.
RGB:
(153,123,246)
(60%,48%,96%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 123 of 255 = 48%
B 246 of 255 = 96%

153
123
246

R + G + B ~ 68%. #997BF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 123 + 246 = 522 (100%)
R 153 of 522 ~ 29.31%
G 123 of 522 ~ 23.56%
B 246 of 522 ~ 47.13%

%29.31
%23.56
%47.13

CMYK RENK MODELİ

#997BF6 rengi CMYK tonu (38,50,0,4).

  • camgöbeği tonu 37.80%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(38,50,0,4)
C38M50Y0K4 
(38%,50%,0%,4%)
(0.38/0.50/0.00/0.04)	

CMYK yüzdeleri

%37.8
%50
%0
%3.53

Codes

Color #997BF6 in popluar color models

997BF6
RGB153123246
HSL255°87.23%72.35%
HSB/HSV255°50.00%96.47%
CMYK37.80%50.00%0.00%
3.53%

Color #997BF6 in popluar number systems.

HEX997BF6
Decimal153123246
Binary10011001111101111110110
Octal231173366

Shades and tints

Shades of #997BF6

#997BF6
(153,123,246)
#8C70E0
(140,112,224)
#7F65CA
(127,101,202)
#725AB4
(114,90,180)
#654F9E
(101,79,158)
#584488
(88,68,136)
#4B3972
(75,57,114)
#3E2E5C
(62,46,92)
#312346
(49,35,70)
#241830
(36,24,48)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #997BF6

#997BF6
(153,123,246)
#A287F6
(162,135,246)
#AB93F6
(171,147,246)
#B49FF6
(180,159,246)
#BDABF6
(189,171,246)
#C6B7F6
(198,183,246)
#CFC3F6
(207,195,246)
#D8CFF6
(216,207,246)
#E1DBF6
(225,219,246)
#EAE7F6
(234,231,246)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997BF6 color. Also use rgb(153,123,246) instead hex code.

Text Font Color

.myTextColor { color: #997BF6; }

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

This text font color is #997BF6.


Background Color

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

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

This div background color is #997BF6.


Border color

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

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

This div border color is #997BF6.


Opacity

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

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

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

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

This text has shadow with #997BF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997BF6 on black background.


Color preview on white background

This text has color #997BF6 on white background.



Black color preview on #997BF6 background

This text has black color on #997BF6 background.


White color preview on #997BF6 background

This text has white color on #997BF6 background.