COLOR #7F83AA

HEX: #7F83AA
RGB: (127,131,170)

Color info

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

RGB color model

#7F83AA color RGB value is (127,131,170).

  • red value is 127;
  • green value is 131;
  • blue value is 170.
RGB:
(127,131,170)
(50%,51%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 170 of 255 = 67%

127
131
170

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

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 170 = 428 (100%)
R 127 of 428 ~ 29.67%
G 131 of 428 ~ 30.61%
B 170 of 428 ~ 39.72%

%29.67
%30.61
%39.72

CMYK color model

#7F83AA color CMYK value is (25,23,0,33).

  • cyan value is 25.29%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,23,0,33)
C25M23Y0K33 
(25%,23%,0%,33%)
(0.25/0.23/0.00/0.33)	

CMYK percentages

%25.29
%22.94
%0
%33.33

Codes

Color #7F83AA in popluar color models

7F83AA
RGB127131170
HSL234°20.19%58.24%
HSB/HSV234°25.29%66.67%
CMYK25.29%22.94%0.00%
33.33%

Color #7F83AA in popluar number systems.

HEX7F83AA
Decimal127131170
Binary11111111000001110101010
Octal177203252

Shades and tints

Shades of #7F83AA

#7F83AA
(127,131,170)
#74789B
(116,120,155)
#696D8C
(105,109,140)
#5E627D
(94,98,125)
#53576E
(83,87,110)
#484C5F
(72,76,95)
#3D4150
(61,65,80)
#323641
(50,54,65)
#272B32
(39,43,50)
#1C2023
(28,32,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #7F83AA

#7F83AA
(127,131,170)
#8A8EB1
(138,142,177)
#9599B8
(149,153,184)
#A0A4BF
(160,164,191)
#ABAFC6
(171,175,198)
#B6BACD
(182,186,205)
#C1C5D4
(193,197,212)
#CCD0DB
(204,208,219)
#D7DBE2
(215,219,226)
#E2E6E9
(226,230,233)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F83AA color. Also use rgb(127,131,170) instead hex code.

Text Font Color

.myTextColor { color: #7F83AA; }

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

This text font color is #7F83AA.


Background Color

.myBgColor { background-color: #7F83AA; }

<div style="background-color:#7F83AA">Inner text</div>

This div background color is #7F83AA.


Border color

.myBorderColor { border: 1px solid #7F83AA; }

<div style="border:3px solid #7F83AA">Div</div>

This div border color is #7F83AA.


Opacity

.myOpacity80 { color: #7F83AA; opacity: 0.8; }

<p style="color:#7F83AA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F83AA color.

.textShadow {text-shadow: 3px 3px 1px #7F83AA, 3px 3px 1px red;}

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

This text has shadow with #7F83AA primary color and red secondary color.


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

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

This text has shadow with #7F83AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F83AA on black background.


Color preview on white background

This text has color #7F83AA on white background.



Black color preview on #7F83AA background

This text has black color on #7F83AA background.


White color preview on #7F83AA background

This text has white color on #7F83AA background.