COLOR #7980AF

HEX: #7980AF
RGB: (121,128,175)

Renk bilgisi

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

RGB renk modeli

#7980AF color RGB value is (121,128,175).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 128 of 255 = 50%
B 175 of 255 = 69%

121
128
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 128 + 175 = 424 (100%)
R 121 of 424 ~ 28.54%
G 128 of 424 ~ 30.19%
B 175 of 424 ~ 41.27%

%28.54
%30.19
%41.27

CMYK RENK MODELİ

#7980AF rengi CMYK tonu (31,27,0,31).

  • camgöbeği tonu 30.86%
  • eflatun tonu 26.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(31,27,0,31)
C31M27Y0K31 
(31%,27%,0%,31%)
(0.31/0.27/0.00/0.31)	

CMYK yüzdeleri

%30.86
%26.86
%0
%31.37

Codes

Color #7980AF in popluar color models

7980AF
RGB121128175
HSL232°25.23%58.04%
HSB/HSV232°30.86%68.63%
CMYK30.86%26.86%0.00%
31.37%

Color #7980AF in popluar number systems.

HEX7980AF
Decimal121128175
Binary11110011000000010101111
Octal171200257

Shades and tints

Shades of #7980AF

#7980AF
(121,128,175)
#6E75A0
(110,117,160)
#636A91
(99,106,145)
#585F82
(88,95,130)
#4D5473
(77,84,115)
#424964
(66,73,100)
#373E55
(55,62,85)
#2C3346
(44,51,70)
#212837
(33,40,55)
#161D28
(22,29,40)
#0B1219
(11,18,25)
#000000
(0,0,0)

Tints of #7980AF

#7980AF
(121,128,175)
#858BB6
(133,139,182)
#9196BD
(145,150,189)
#9DA1C4
(157,161,196)
#A9ACCB
(169,172,203)
#B5B7D2
(181,183,210)
#C1C2D9
(193,194,217)
#CDCDE0
(205,205,224)
#D9D8E7
(217,216,231)
#E5E3EE
(229,227,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7980AF; }

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

This text font color is #7980AF.


Background Color

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

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

This div background color is #7980AF.


Border color

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

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

This div border color is #7980AF.


Opacity

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

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

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

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

This text has shadow with #7980AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7980AF on black background.


Color preview on white background

This text has color #7980AF on white background.



Black color preview on #7980AF background

This text has black color on #7980AF background.


White color preview on #7980AF background

This text has white color on #7980AF background.