COLOR #7F9FCF

HEX: #7F9FCF RGB: (127,159,207)

Color info

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

RGB color model

#7F9FCF color RGB value is (127,159,207).

RGB: (127,159,207) (50%, 62%, 81%)

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 207 of 255 = 81%

127
159
207

R + G + B ~ 64%. #7F9FCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 159 + 207 = 493 (100%)
R 127 of 493 ~ 25.76%
G 159 of 493 ~ 32.25%
B 207 of 493 ~ 41.99'%

%25.76
%32.25
%41.99

CMYK color model

#7F9FCF color CMYK value is (39,23,0,19).

  • cyan value is 38.65%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (39,23,0,19)
C39M23Y0K19 (39%, 23%, 0%, 19%)
(0.39 / 0.23 / 0.00 / 0.19)

CMYK percentages

%38.65
%23.19
%0
%18.82

Codes

Color #7F9FCF in popluar color models

7F 9F CF
RGB 127 159 207
HSL 216° 45.45% 65.49%
HSB/HSV 216° 38.65% 81.18%
CMYK 38.65% 23.19% 0.00%
18.82%

Color #7F9FCF in popluar number systems.

HEX 7F 9F CF
Decimal 127 159 207
Binary 1111111 10011111 11001111
Octal 177 237 317

Shades and tints

Shades of #7F9FCF

#7F9FCF
(127,159,207)
#7491BD
(116,145,189)
#6983AB
(105,131,171)
#5E7599
(94,117,153)
#536787
(83,103,135)
#485975
(72,89,117)
#3D4B63
(61,75,99)
#323D51
(50,61,81)
#272F3F
(39,47,63)
#1C212D
(28,33,45)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #7F9FCF

#7F9FCF
(127,159,207)
#8AA7D3
(138,167,211)
#95AFD7
(149,175,215)
#A0B7DB
(160,183,219)
#ABBFDF
(171,191,223)
#B6C7E3
(182,199,227)
#C1CFE7
(193,207,231)
#CCD7EB
(204,215,235)
#D7DFEF
(215,223,239)
#E2E7F3
(226,231,243)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9FCF color. Also use rgb(127,159,207) instead hex code.

Text Font Color

.myTextColor { color: #7F9FCF; }

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

This text font color is #7F9FCF.

Background Color

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

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

This div background color is #7F9FCF.

Border color

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

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

This div border color is #7F9FCF.

Opacity

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

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

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

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

This text has shadow with #7F9FCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9FCF.

Preview

Color preview on black background

This text has color #7F9FCF on black background.


Color preview on white background

This text has color #7F9FCF on white background.


Black color preview on #7F9FCF background

This text has black color on #7F9FCF background.


White color preview on #7F9FCF background

This text has white color on #7F9FCF background.


Related colors

Complementary color

Complementary color for #hex is #806030.


I love getcolorcode.com

Triadic colors

1 #CF7F9F and #9FCF7F with #7F9FCF are triadic colors.

2 #CF9F7F and #9F7FCF with #7F9FCF are triadic colors.