COLOR #7FA1B9

HEX: #7FA1B9 RGB: (127,161,185)

Color info

#7FA1B9 contains red, green and blue colors in about the same proportion. Web safe color of #7FA1B9 is #6699CC (or #69C).

RGB color model

#7FA1B9 color RGB value is (127,161,185).

RGB: (127,161,185) (50%, 63%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 185 of 255 = 73%

127
161
185

R + G + B ~ 62%. #7FA1B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 161 + 185 = 473 (100%)
R 127 of 473 ~ 26.85%
G 161 of 473 ~ 34.04%
B 185 of 473 ~ 39.11'%

%26.85
%34.04
%39.11

CMYK color model

#7FA1B9 color CMYK value is (31,13,0,27).

  • cyan value is 31.35%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (31,13,0,27) C31M13Y0K27 (31%,13%,0%,27%) (0.31/0.13/0.00/0.27) 

CMYK percentages

%31.35
%12.97
%0
%27.45

Codes

Color #7FA1B9 in popluar color models

7F A1 B9
RGB 127 161 185
HSL 205° 29.29% 61.18%
HSB/HSV 205° 31.35% 72.55%
CMYK 31.35% 12.97% 0.00%
27.45%

Color #7FA1B9 in popluar number systems.

HEX 7F A1 B9
Decimal 127 161 185
Binary 1111111 10100001 10111001
Octal 177 241 271

Shades and tints

Shades of #7FA1B9

#7FA1B9
(127,161,185)
#7493A9
(116,147,169)
#698599
(105,133,153)
#5E7789
(94,119,137)
#536979
(83,105,121)
#485B69
(72,91,105)
#3D4D59
(61,77,89)
#323F49
(50,63,73)
#273139
(39,49,57)
#1C2329
(28,35,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #7FA1B9

#7FA1B9
(127,161,185)
#8AA9BF
(138,169,191)
#95B1C5
(149,177,197)
#A0B9CB
(160,185,203)
#ABC1D1
(171,193,209)
#B6C9D7
(182,201,215)
#C1D1DD
(193,209,221)
#CCD9E3
(204,217,227)
#D7E1E9
(215,225,233)
#E2E9EF
(226,233,239)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA1B9; }

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

This text font color is #7FA1B9.


Background Color

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

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

This div background color is #7FA1B9.


Border color

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

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

This div border color is #7FA1B9.


Opacity

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

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

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

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

This text has shadow with #7FA1B9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7FA1B9 on black background.


Color preview on white background

This text has color #7FA1B9 on white background.



Black color preview on #7FA1B9 background

This text has black color on #7FA1B9 background.


White color preview on #7FA1B9 background

This text has white color on #7FA1B9 background.