COLOR #7F9FC1

HEX: #7F9FC1 RGB: (127,159,193)

Color info

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

RGB color model

#7F9FC1 color RGB value is (127,159,193).

RGB: (127,159,193) (50%, 62%, 76%)

RGB channels and saturation

R 127 of 255 = 50%
G 159 of 255 = 62%
B 193 of 255 = 76%

127
159
193

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

Portions of RGB colors in percentages

R + G + B = 127 + 159 + 193 = 479 (100%)
R 127 of 479 ~ 26.51%
G 159 of 479 ~ 33.19%
B 193 of 479 ~ 40.29'%

%26.51
%33.19
%40.29

CMYK color model

#7F9FC1 color CMYK value is (34,18,0,24).

  • cyan value is 34.20%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (34,18,0,24)
C34M18Y0K24 (34%, 18%, 0%, 24%)
(0.34 / 0.18 / 0.00 / 0.24)

CMYK percentages

%34.2
%17.62
%0
%24.31

Codes

Color #7F9FC1 in popluar color models

7F 9F C1
RGB 127 159 193
HSL 211° 34.74% 62.75%
HSB/HSV 211° 34.20% 75.69%
CMYK 34.20% 17.62% 0.00%
24.31%

Color #7F9FC1 in popluar number systems.

HEX 7F 9F C1
Decimal 127 159 193
Binary 1111111 10011111 11000001
Octal 177 237 301

Shades and tints

Shades of #7F9FC1

#7F9FC1
(127,159,193)
#7491B0
(116,145,176)
#69839F
(105,131,159)
#5E758E
(94,117,142)
#53677D
(83,103,125)
#48596C
(72,89,108)
#3D4B5B
(61,75,91)
#323D4A
(50,61,74)
#272F39
(39,47,57)
#1C2128
(28,33,40)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7F9FC1

#7F9FC1
(127,159,193)
#8AA7C6
(138,167,198)
#95AFCB
(149,175,203)
#A0B7D0
(160,183,208)
#ABBFD5
(171,191,213)
#B6C7DA
(182,199,218)
#C1CFDF
(193,207,223)
#CCD7E4
(204,215,228)
#D7DFE9
(215,223,233)
#E2E7EE
(226,231,238)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9FC1; }

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

This text font color is #7F9FC1.

Background Color

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

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

This div background color is #7F9FC1.

Border color

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

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

This div border color is #7F9FC1.

Opacity

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

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

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

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

This text has shadow with #7F9FC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9FC1.

Preview

Color preview on black background

This text has color #7F9FC1 on black background.


Color preview on white background

This text has color #7F9FC1 on white background.


Black color preview on #7F9FC1 background

This text has black color on #7F9FC1 background.


White color preview on #7F9FC1 background

This text has white color on #7F9FC1 background.


Related colors

Complementary color

Complementary color for #hex is #80603E.


I love getcolorcode.com

Triadic colors

1 #C17F9F and #9FC17F with #7F9FC1 are triadic colors.

2 #C19F7F and #9F7FC1 with #7F9FC1 are triadic colors.