COLOR #7980AB

HEX: #7980AB
RGB: (121,128,171)

Renk bilgisi

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

RGB renk modeli

#7980AB color RGB value is (121,128,171).

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

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 128 of 255 = 50%
B 171 of 255 = 67%

121
128
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 128 + 171 = 420 (100%)
R 121 of 420 ~ 28.81%
G 128 of 420 ~ 30.48%
B 171 of 420 ~ 40.71%

%28.81
%30.48
%40.71

CMYK RENK MODELİ

#7980AB rengi CMYK tonu (29,25,0,33).

  • camgöbeği tonu 29.24%
  • eflatun tonu 25.15%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(29,25,0,33)
C29M25Y0K33 
(29%,25%,0%,33%)
(0.29/0.25/0.00/0.33)	

CMYK yüzdeleri

%29.24
%25.15
%0
%32.94

Codes

Color #7980AB in popluar color models

7980AB
RGB121128171
HSL232°22.94%57.25%
HSB/HSV232°29.24%67.06%
CMYK29.24%25.15%0.00%
32.94%

Color #7980AB in popluar number systems.

HEX7980AB
Decimal121128171
Binary11110011000000010101011
Octal171200253

Shades and tints

Shades of #7980AB

#7980AB
(121,128,171)
#6E759C
(110,117,156)
#636A8D
(99,106,141)
#585F7E
(88,95,126)
#4D546F
(77,84,111)
#424960
(66,73,96)
#373E51
(55,62,81)
#2C3342
(44,51,66)
#212833
(33,40,51)
#161D24
(22,29,36)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #7980AB

#7980AB
(121,128,171)
#858BB2
(133,139,178)
#9196B9
(145,150,185)
#9DA1C0
(157,161,192)
#A9ACC7
(169,172,199)
#B5B7CE
(181,183,206)
#C1C2D5
(193,194,213)
#CDCDDC
(205,205,220)
#D9D8E3
(217,216,227)
#E5E3EA
(229,227,234)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7980AB; }

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

This text font color is #7980AB.


Background Color

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

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

This div background color is #7980AB.


Border color

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

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

This div border color is #7980AB.


Opacity

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

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

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

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

This text has shadow with #7980AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7980AB on black background.


Color preview on white background

This text has color #7980AB on white background.



Black color preview on #7980AB background

This text has black color on #7980AB background.


White color preview on #7980AB background

This text has white color on #7980AB background.