COLOR #7FA5BA

HEX: #7FA5BA RGB: (127,165,186)

Color info

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

RGB color model

#7FA5BA color RGB value is (127,165,186).

RGB: (127,165,186) (50%, 65%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 186 of 255 = 73%

127
165
186

R + G + B ~ 63%. #7FA5BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 165 + 186 = 478 (100%)
R 127 of 478 ~ 26.57%
G 165 of 478 ~ 34.52%
B 186 of 478 ~ 38.91'%

%26.57
%34.52
%38.91

CMYK color model

#7FA5BA color CMYK value is (32,11,0,27).

  • cyan value is 31.72%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (32,11,0,27)
C32M11Y0K27 (32%, 11%, 0%, 27%)
(0.32 / 0.11 / 0.00 / 0.27)

CMYK percentages

%31.72
%11.29
%0
%27.06

Codes

Color #7FA5BA in popluar color models

7F A5 BA
RGB 127 165 186
HSL 201° 29.95% 61.37%
HSB/HSV 201° 31.72% 72.94%
CMYK 31.72% 11.29% 0.00%
27.06%

Color #7FA5BA in popluar number systems.

HEX 7F A5 BA
Decimal 127 165 186
Binary 1111111 10100101 10111010
Octal 177 245 272

Shades and tints

Shades of #7FA5BA

#7FA5BA
(127,165,186)
#7496AA
(116,150,170)
#69879A
(105,135,154)
#5E788A
(94,120,138)
#53697A
(83,105,122)
#485A6A
(72,90,106)
#3D4B5A
(61,75,90)
#323C4A
(50,60,74)
#272D3A
(39,45,58)
#1C1E2A
(28,30,42)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #7FA5BA

#7FA5BA
(127,165,186)
#8AADC0
(138,173,192)
#95B5C6
(149,181,198)
#A0BDCC
(160,189,204)
#ABC5D2
(171,197,210)
#B6CDD8
(182,205,216)
#C1D5DE
(193,213,222)
#CCDDE4
(204,221,228)
#D7E5EA
(215,229,234)
#E2EDF0
(226,237,240)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA5BA color. Also use rgb(127,165,186) instead hex code.

Text Font Color

.myTextColor { color: #7FA5BA; }

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

This text font color is #7FA5BA.

Background Color

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

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

This div background color is #7FA5BA.

Border color

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

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

This div border color is #7FA5BA.

Opacity

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

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

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

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

This text has shadow with #7FA5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA5BA.

Preview

Color preview on black background

This text has color #7FA5BA on black background.


Color preview on white background

This text has color #7FA5BA on white background.


Black color preview on #7FA5BA background

This text has black color on #7FA5BA background.


White color preview on #7FA5BA background

This text has white color on #7FA5BA background.


Related colors

Complementary color

Complementary color for #hex is #805A45.


I love getcolorcode.com

Triadic colors

1 #BA7FA5 and #A5BA7F with #7FA5BA are triadic colors.

2 #BAA57F and #A57FBA with #7FA5BA are triadic colors.