COLOR #7F83AE

HEX: #7F83AE
RGB: (127,131,174)

Color info

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

RGB color model

#7F83AE color RGB value is (127,131,174).

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

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 174 of 255 = 68%

127
131
174

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

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 174 = 432 (100%)
R 127 of 432 ~ 29.4%
G 131 of 432 ~ 30.32%
B 174 of 432 ~ 40.28%

%29.4
%30.32
%40.28

CMYK color model

#7F83AE color CMYK value is (27,25,0,32).

  • cyan value is 27.01%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(27,25,0,32)
C27M25Y0K32 
(27%,25%,0%,32%)
(0.27/0.25/0.00/0.32)	

CMYK percentages

%27.01
%24.71
%0
%31.76

Codes

Color #7F83AE in popluar color models

7F83AE
RGB127131174
HSL235°22.49%59.02%
HSB/HSV235°27.01%68.24%
CMYK27.01%24.71%0.00%
31.76%

Color #7F83AE in popluar number systems.

HEX7F83AE
Decimal127131174
Binary11111111000001110101110
Octal177203256

Shades and tints

Shades of #7F83AE

#7F83AE
(127,131,174)
#74789F
(116,120,159)
#696D90
(105,109,144)
#5E6281
(94,98,129)
#535772
(83,87,114)
#484C63
(72,76,99)
#3D4154
(61,65,84)
#323645
(50,54,69)
#272B36
(39,43,54)
#1C2027
(28,32,39)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #7F83AE

#7F83AE
(127,131,174)
#8A8EB5
(138,142,181)
#9599BC
(149,153,188)
#A0A4C3
(160,164,195)
#ABAFCA
(171,175,202)
#B6BAD1
(182,186,209)
#C1C5D8
(193,197,216)
#CCD0DF
(204,208,223)
#D7DBE6
(215,219,230)
#E2E6ED
(226,230,237)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F83AE; }

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

This text font color is #7F83AE.


Background Color

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

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

This div background color is #7F83AE.


Border color

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

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

This div border color is #7F83AE.


Opacity

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

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

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

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

This text has shadow with #7F83AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F83AE on black background.


Color preview on white background

This text has color #7F83AE on white background.



Black color preview on #7F83AE background

This text has black color on #7F83AE background.


White color preview on #7F83AE background

This text has white color on #7F83AE background.