COLOR #7983AF

HEX: #7983AF RGB: (121,131,175)

Color info

#7983AF contains red, green and blue colors in about the same proportion. Web safe color of #7983AF is #669999 (or #699).

RGB color model

#7983AF color RGB value is (121,131,175).

RGB: (121,131,175) (47%, 51%, 69%)

RGB channels and saturation

R 121 of 255 = 47%
G 131 of 255 = 51%
B 175 of 255 = 69%

121
131
175

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

Portions of RGB colors in percentages

R + G + B = 121 + 131 + 175 = 427 (100%)
R 121 of 427 ~ 28.34%
G 131 of 427 ~ 30.68%
B 175 of 427 ~ 40.98'%

%28.34
%30.68
%40.98

CMYK color model

#7983AF color CMYK value is (31,25,0,31).

  • cyan value is 30.86%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (31,25,0,31)
C31M25Y0K31 (31%, 25%, 0%, 31%)
(0.31 / 0.25 / 0.00 / 0.31)

CMYK percentages

%30.86
%25.14
%0
%31.37

Codes

Color #7983AF in popluar color models

79 83 AF
RGB 121 131 175
HSL 229° 25.23% 58.04%
HSB/HSV 229° 30.86% 68.63%
CMYK 30.86% 25.14% 0.00%
31.37%

Color #7983AF in popluar number systems.

HEX 79 83 AF
Decimal 121 131 175
Binary 1111001 10000011 10101111
Octal 171 203 257

Shades and tints

Shades of #7983AF

#7983AF
(121,131,175)
#6E78A0
(110,120,160)
#636D91
(99,109,145)
#586282
(88,98,130)
#4D5773
(77,87,115)
#424C64
(66,76,100)
#374155
(55,65,85)
#2C3646
(44,54,70)
#212B37
(33,43,55)
#162028
(22,32,40)
#0B1519
(11,21,25)
#000000
(0,0,0)

Tints of #7983AF

#7983AF
(121,131,175)
#858EB6
(133,142,182)
#9199BD
(145,153,189)
#9DA4C4
(157,164,196)
#A9AFCB
(169,175,203)
#B5BAD2
(181,186,210)
#C1C5D9
(193,197,217)
#CDD0E0
(205,208,224)
#D9DBE7
(217,219,231)
#E5E6EE
(229,230,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7983AF; }

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

This text font color is #7983AF.

Background Color

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

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

This div background color is #7983AF.

Border color

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

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

This div border color is #7983AF.

Opacity

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

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

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

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

This text has shadow with #7983AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7983AF.

Preview

Color preview on black background

This text has color #7983AF on black background.


Color preview on white background

This text has color #7983AF on white background.


Black color preview on #7983AF background

This text has black color on #7983AF background.


White color preview on #7983AF background

This text has white color on #7983AF background.


Related colors

Complementary color

Complementary color for #hex is #867C50.


I love getcolorcode.com

Triadic colors

1 #AF7983 and #83AF79 with #7983AF are triadic colors.

2 #AF8379 and #8379AF with #7983AF are triadic colors.