COLOR #7F9EA1

HEX: #7F9EA1 RGB: (127,158,161)

Color info

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

RGB color model

#7F9EA1 color RGB value is (127,158,161).

RGB: (127,158,161) (50%, 62%, 63%)

RGB channels and saturation

R 127 of 255 = 50%
G 158 of 255 = 62%
B 161 of 255 = 63%

127
158
161

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

Portions of RGB colors in percentages

R + G + B = 127 + 158 + 161 = 446 (100%)
R 127 of 446 ~ 28.48%
G 158 of 446 ~ 35.43%
B 161 of 446 ~ 36.1'%

%28.48
%35.43
%36.1

CMYK color model

#7F9EA1 color CMYK value is (21,2,0,37).

  • cyan value is 21.12%
  • magenta value is 1.86%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (21,2,0,37) C21M2Y0K37 (21%,2%,0%,37%) (0.21/0.02/0.00/0.37) 

CMYK percentages

%21.12
%1.86
%0
%36.86

Codes

Color #7F9EA1 in popluar color models

7F 9E A1
RGB 127 158 161
HSL 185° 15.32% 56.47%
HSB/HSV 185° 21.12% 63.14%
CMYK 21.12% 1.86% 0.00%
36.86%

Color #7F9EA1 in popluar number systems.

HEX 7F 9E A1
Decimal 127 158 161
Binary 1111111 10011110 10100001
Octal 177 236 241

Shades and tints

Shades of #7F9EA1

#7F9EA1
(127,158,161)
#749093
(116,144,147)
#698285
(105,130,133)
#5E7477
(94,116,119)
#536669
(83,102,105)
#48585B
(72,88,91)
#3D4A4D
(61,74,77)
#323C3F
(50,60,63)
#272E31
(39,46,49)
#1C2023
(28,32,35)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #7F9EA1

#7F9EA1
(127,158,161)
#8AA6A9
(138,166,169)
#95AEB1
(149,174,177)
#A0B6B9
(160,182,185)
#ABBEC1
(171,190,193)
#B6C6C9
(182,198,201)
#C1CED1
(193,206,209)
#CCD6D9
(204,214,217)
#D7DEE1
(215,222,225)
#E2E6E9
(226,230,233)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9EA1 color. Also use rgb(127,158,161) instead hex code.

Text Font Color

.myTextColor { color: #7F9EA1; }

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

This text font color is #7F9EA1.

Background Color

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

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

This div background color is #7F9EA1.

Border color

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

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

This div border color is #7F9EA1.

Opacity

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

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

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

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

This text has shadow with #7F9EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9EA1.

Preview

Color preview on black background

This text has color #7F9EA1 on black background.


Color preview on white background

This text has color #7F9EA1 on white background.


Black color preview on #7F9EA1 background

This text has black color on #7F9EA1 background.


White color preview on #7F9EA1 background

This text has white color on #7F9EA1 background.


Related colors

Complementary color

Complementary color for #hex is #80615E.


I love getcolorcode.com

Triadic colors

1 #A17F9E and #9EA17F with #7F9EA1 are triadic colors.

2 #A19E7F and #9E7FA1 with #7F9EA1 are triadic colors.