COLOR #7980B3

HEX: #7980B3
RGB: (121,128,179)

Renk bilgisi

#7980B3 contains red, green and blue colors in about the same proportion. #7980B3 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7980B3 color RGB value is (121,128,179).

  • kırmız ton 121;
  • yeşil ton 128;
  • mavi ton 179.
RGB:
(121,128,179)
(47%,50%,70%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 128 of 255 = 50%
B 179 of 255 = 70%

121
128
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 128 + 179 = 428 (100%)
R 121 of 428 ~ 28.27%
G 128 of 428 ~ 29.91%
B 179 of 428 ~ 41.82%

%28.27
%29.91
%41.82

CMYK RENK MODELİ

#7980B3 rengi CMYK tonu (32,28,0,30).

  • camgöbeği tonu 32.40%
  • eflatun tonu 28.49%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(32,28,0,30)
C32M28Y0K30 
(32%,28%,0%,30%)
(0.32/0.28/0.00/0.30)	

CMYK yüzdeleri

%32.4
%28.49
%0
%29.8

Codes

Color #7980B3 in popluar color models

7980B3
RGB121128179
HSL233°27.62%58.82%
HSB/HSV233°32.40%70.20%
CMYK32.40%28.49%0.00%
29.80%

Color #7980B3 in popluar number systems.

HEX7980B3
Decimal121128179
Binary11110011000000010110011
Octal171200263

Shades and tints

Shades of #7980B3

#7980B3
(121,128,179)
#6E75A3
(110,117,163)
#636A93
(99,106,147)
#585F83
(88,95,131)
#4D5473
(77,84,115)
#424963
(66,73,99)
#373E53
(55,62,83)
#2C3343
(44,51,67)
#212833
(33,40,51)
#161D23
(22,29,35)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #7980B3

#7980B3
(121,128,179)
#858BB9
(133,139,185)
#9196BF
(145,150,191)
#9DA1C5
(157,161,197)
#A9ACCB
(169,172,203)
#B5B7D1
(181,183,209)
#C1C2D7
(193,194,215)
#CDCDDD
(205,205,221)
#D9D8E3
(217,216,227)
#E5E3E9
(229,227,233)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7980B3 color. Also use rgb(121,128,179) instead hex code.

Text Font Color

.myTextColor { color: #7980B3; }

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

This text font color is #7980B3.


Background Color

.myBgColor { background-color: #7980B3; }

<div style="background-color:#7980B3">Inner text</div>

This div background color is #7980B3.


Border color

.myBorderColor { border: 1px solid #7980B3; }

<div style="border:3px solid #7980B3">Div</div>

This div border color is #7980B3.


Opacity

.myOpacity80 { color: #7980B3; opacity: 0.8; }

<p style="color:#7980B3;opacity:0.8;">80%</p>

Text with #7980B3 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 #7980B3;}

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

This text has shadow with #7980B3 color.

.textShadow {text-shadow: 3px 3px 1px #7980B3, 3px 3px 1px red;}

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

This text has shadow with #7980B3 primary color and red secondary color.


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

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

This text has shadow with #7980B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7980B3 on black background.


Color preview on white background

This text has color #7980B3 on white background.



Black color preview on #7980B3 background

This text has black color on #7980B3 background.


White color preview on #7980B3 background

This text has white color on #7980B3 background.