COLOR #7981AF

HEX: #7981AF
RGB: (121,129,175)

Color info

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

RGB color model

#7981AF color RGB value is (121,129,175).

  • red value is 121;
  • green value is 129;
  • blue value is 175.
RGB:
(121,129,175)
(47%,51%,69%)

RGB channels and saturation

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

121
129
175

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

Portions of RGB colors in percentages

R + G + B =
121 + 129 + 175 = 425 (100%)
R 121 of 425 ~ 28.47%
G 129 of 425 ~ 30.35%
B 175 of 425 ~ 41.18%

%28.47
%30.35
%41.18

CMYK color model

#7981AF color CMYK value is (31,26,0,31).

  • cyan value is 30.86%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(31,26,0,31)
C31M26Y0K31 
(31%,26%,0%,31%)
(0.31/0.26/0.00/0.31)	

CMYK percentages

%30.86
%26.29
%0
%31.37

Codes

Color #7981AF in popluar color models

7981AF
RGB121129175
HSL231°25.23%58.04%
HSB/HSV231°30.86%68.63%
CMYK30.86%26.29%0.00%
31.37%

Color #7981AF in popluar number systems.

HEX7981AF
Decimal121129175
Binary11110011000000110101111
Octal171201257

Shades and tints

Shades of #7981AF

#7981AF
(121,129,175)
#6E76A0
(110,118,160)
#636B91
(99,107,145)
#586082
(88,96,130)
#4D5573
(77,85,115)
#424A64
(66,74,100)
#373F55
(55,63,85)
#2C3446
(44,52,70)
#212937
(33,41,55)
#161E28
(22,30,40)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #7981AF

#7981AF
(121,129,175)
#858CB6
(133,140,182)
#9197BD
(145,151,189)
#9DA2C4
(157,162,196)
#A9ADCB
(169,173,203)
#B5B8D2
(181,184,210)
#C1C3D9
(193,195,217)
#CDCEE0
(205,206,224)
#D9D9E7
(217,217,231)
#E5E4EE
(229,228,238)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7981AF; }

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

This text font color is #7981AF.


Background Color

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

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

This div background color is #7981AF.


Border color

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

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

This div border color is #7981AF.


Opacity

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

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

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

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

This text has shadow with #7981AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7981AF on black background.


Color preview on white background

This text has color #7981AF on white background.



Black color preview on #7981AF background

This text has black color on #7981AF background.


White color preview on #7981AF background

This text has white color on #7981AF background.