COLOR #7F8291

HEX: #7F8291
RGB: (127,130,145)

Color info

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

RGB color model

#7F8291 color RGB value is (127,130,145).

  • red value is 127;
  • green value is 130;
  • blue value is 145.
RGB:
(127,130,145)
(50%,51%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 145 of 255 = 57%

127
130
145

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

Portions of RGB colors in percentages

R + G + B =
127 + 130 + 145 = 402 (100%)
R 127 of 402 ~ 31.59%
G 130 of 402 ~ 32.34%
B 145 of 402 ~ 36.07%

%31.59
%32.34
%36.07

CMYK color model

#7F8291 color CMYK value is (12,10,0,43).

  • cyan value is 12.41%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(12,10,0,43)
C12M10Y0K43 
(12%,10%,0%,43%)
(0.12/0.10/0.00/0.43)	

CMYK percentages

%12.41
%10.34
%0
%43.14

Codes

Color #7F8291 in popluar color models

7F8291
RGB127130145
HSL230°7.56%53.33%
HSB/HSV230°12.41%56.86%
CMYK12.41%10.34%0.00%
43.14%

Color #7F8291 in popluar number systems.

HEX7F8291
Decimal127130145
Binary11111111000001010010001
Octal177202221

Shades and tints

Shades of #7F8291

#7F8291
(127,130,145)
#747784
(116,119,132)
#696C77
(105,108,119)
#5E616A
(94,97,106)
#53565D
(83,86,93)
#484B50
(72,75,80)
#3D4043
(61,64,67)
#323536
(50,53,54)
#272A29
(39,42,41)
#1C1F1C
(28,31,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #7F8291

#7F8291
(127,130,145)
#8A8D9B
(138,141,155)
#9598A5
(149,152,165)
#A0A3AF
(160,163,175)
#ABAEB9
(171,174,185)
#B6B9C3
(182,185,195)
#C1C4CD
(193,196,205)
#CCCFD7
(204,207,215)
#D7DAE1
(215,218,225)
#E2E5EB
(226,229,235)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8291 color. Also use rgb(127,130,145) instead hex code.

Text Font Color

.myTextColor { color: #7F8291; }

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

This text font color is #7F8291.


Background Color

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

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

This div background color is #7F8291.


Border color

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

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

This div border color is #7F8291.


Opacity

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

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

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

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

This text has shadow with #7F8291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8291 on black background.


Color preview on white background

This text has color #7F8291 on white background.



Black color preview on #7F8291 background

This text has black color on #7F8291 background.


White color preview on #7F8291 background

This text has white color on #7F8291 background.