COLOR #7FA5BF

HEX: #7FA5BF RGB: (127,165,191)

Color info

#7FA5BF contains mainly green and blue colors. Web safe color of #7FA5BF is #6699CC (or #69C).

RGB color model

#7FA5BF color RGB value is (127,165,191).

RGB: (127,165,191) (50%, 65%, 75%)

RGB channels and saturation

R 127 of 255 = 50%
G 165 of 255 = 65%
B 191 of 255 = 75%

127
165
191

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

Portions of RGB colors in percentages

R + G + B = 127 + 165 + 191 = 483 (100%)
R 127 of 483 ~ 26.29%
G 165 of 483 ~ 34.16%
B 191 of 483 ~ 39.54'%

%26.29
%34.16
%39.54

CMYK color model

#7FA5BF color CMYK value is (34,14,0,25).

  • cyan value is 33.51%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (34,14,0,25)
C34M14Y0K25 (34%, 14%, 0%, 25%)
(0.34 / 0.14 / 0.00 / 0.25)

CMYK percentages

%33.51
%13.61
%0
%25.1

Codes

Color #7FA5BF in popluar color models

7F A5 BF
RGB 127 165 191
HSL 204° 33.33% 62.35%
HSB/HSV 204° 33.51% 74.90%
CMYK 33.51% 13.61% 0.00%
25.10%

Color #7FA5BF in popluar number systems.

HEX 7F A5 BF
Decimal 127 165 191
Binary 1111111 10100101 10111111
Octal 177 245 277

Shades and tints

Shades of #7FA5BF

#7FA5BF
(127,165,191)
#7496AE
(116,150,174)
#69879D
(105,135,157)
#5E788C
(94,120,140)
#53697B
(83,105,123)
#485A6A
(72,90,106)
#3D4B59
(61,75,89)
#323C48
(50,60,72)
#272D37
(39,45,55)
#1C1E26
(28,30,38)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #7FA5BF

#7FA5BF
(127,165,191)
#8AADC4
(138,173,196)
#95B5C9
(149,181,201)
#A0BDCE
(160,189,206)
#ABC5D3
(171,197,211)
#B6CDD8
(182,205,216)
#C1D5DD
(193,213,221)
#CCDDE2
(204,221,226)
#D7E5E7
(215,229,231)
#E2EDEC
(226,237,236)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA5BF; }

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

This text font color is #7FA5BF.

Background Color

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

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

This div background color is #7FA5BF.

Border color

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

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

This div border color is #7FA5BF.

Opacity

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

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

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

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

This text has shadow with #7FA5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA5BF.

Preview

Color preview on black background

This text has color #7FA5BF on black background.


Color preview on white background

This text has color #7FA5BF on white background.


Black color preview on #7FA5BF background

This text has black color on #7FA5BF background.


White color preview on #7FA5BF background

This text has white color on #7FA5BF background.


Related colors

Complementary color

Complementary color for #hex is #805A40.


I love getcolorcode.com

Triadic colors

1 #BF7FA5 and #A5BF7F with #7FA5BF are triadic colors.

2 #BFA57F and #A57FBF with #7FA5BF are triadic colors.