COLOR #7F96C1

HEX: #7F96C1 RGB: (127,150,193)

Color info

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

RGB color model

#7F96C1 color RGB value is (127,150,193).

RGB: (127,150,193) (50%, 59%, 76%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 193 of 255 = 76%

127
150
193

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 193 = 470 (100%)
R 127 of 470 ~ 27.02%
G 150 of 470 ~ 31.91%
B 193 of 470 ~ 41.06'%

%27.02
%31.91
%41.06

CMYK color model

#7F96C1 color CMYK value is (34,22,0,24).

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

CMYK: (34,22,0,24)
C34M22Y0K24 (34%, 22%, 0%, 24%)
(0.34 / 0.22 / 0.00 / 0.24)

CMYK percentages

%34.2
%22.28
%0
%24.31

Codes

Color #7F96C1 in popluar color models

7F 96 C1
RGB 127 150 193
HSL 219° 34.74% 62.75%
HSB/HSV 219° 34.20% 75.69%
CMYK 34.20% 22.28% 0.00%
24.31%

Color #7F96C1 in popluar number systems.

HEX 7F 96 C1
Decimal 127 150 193
Binary 1111111 10010110 11000001
Octal 177 226 301

Shades and tints

Shades of #7F96C1

#7F96C1
(127,150,193)
#7489B0
(116,137,176)
#697C9F
(105,124,159)
#5E6F8E
(94,111,142)
#53627D
(83,98,125)
#48556C
(72,85,108)
#3D485B
(61,72,91)
#323B4A
(50,59,74)
#272E39
(39,46,57)
#1C2128
(28,33,40)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #7F96C1

#7F96C1
(127,150,193)
#8A9FC6
(138,159,198)
#95A8CB
(149,168,203)
#A0B1D0
(160,177,208)
#ABBAD5
(171,186,213)
#B6C3DA
(182,195,218)
#C1CCDF
(193,204,223)
#CCD5E4
(204,213,228)
#D7DEE9
(215,222,233)
#E2E7EE
(226,231,238)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F96C1; }

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

This text font color is #7F96C1.

Background Color

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

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

This div background color is #7F96C1.

Border color

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

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

This div border color is #7F96C1.

Opacity

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

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

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

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

This text has shadow with #7F96C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F96C1.

Preview

Color preview on black background

This text has color #7F96C1 on black background.


Color preview on white background

This text has color #7F96C1 on white background.


Black color preview on #7F96C1 background

This text has black color on #7F96C1 background.


White color preview on #7F96C1 background

This text has white color on #7F96C1 background.


Related colors

Complementary color

Complementary color for #hex is #80693E.


I love getcolorcode.com

Triadic colors

1 #C17F96 and #96C17F with #7F96C1 are triadic colors.

2 #C1967F and #967FC1 with #7F96C1 are triadic colors.