COLOR #7F96C6

HEX: #7F96C6 RGB: (127,150,198)

Color info

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

RGB color model

#7F96C6 color RGB value is (127,150,198).

RGB: (127,150,198) (50%, 59%, 78%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 198 of 255 = 78%

127
150
198

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 198 = 475 (100%)
R 127 of 475 ~ 26.74%
G 150 of 475 ~ 31.58%
B 198 of 475 ~ 41.68'%

%26.74
%31.58
%41.68

CMYK color model

#7F96C6 color CMYK value is (36,24,0,22).

  • cyan value is 35.86%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (36,24,0,22) C36M24Y0K22 (36%,24%,0%,22%) (0.36/0.24/0.00/0.22) 

CMYK percentages

%35.86
%24.24
%0
%22.35

Codes

Color #7F96C6 in popluar color models

7F 96 C6
RGB 127 150 198
HSL 221° 38.38% 63.73%
HSB/HSV 221° 35.86% 77.65%
CMYK 35.86% 24.24% 0.00%
22.35%

Color #7F96C6 in popluar number systems.

HEX 7F 96 C6
Decimal 127 150 198
Binary 1111111 10010110 11000110
Octal 177 226 306

Shades and tints

Shades of #7F96C6

#7F96C6
(127,150,198)
#7489B4
(116,137,180)
#697CA2
(105,124,162)
#5E6F90
(94,111,144)
#53627E
(83,98,126)
#48556C
(72,85,108)
#3D485A
(61,72,90)
#323B48
(50,59,72)
#272E36
(39,46,54)
#1C2124
(28,33,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7F96C6

#7F96C6
(127,150,198)
#8A9FCB
(138,159,203)
#95A8D0
(149,168,208)
#A0B1D5
(160,177,213)
#ABBADA
(171,186,218)
#B6C3DF
(182,195,223)
#C1CCE4
(193,204,228)
#CCD5E9
(204,213,233)
#D7DEEE
(215,222,238)
#E2E7F3
(226,231,243)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F96C6; }

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

This text font color is #7F96C6.

Background Color

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

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

This div background color is #7F96C6.

Border color

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

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

This div border color is #7F96C6.

Opacity

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

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

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

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

This text has shadow with #7F96C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F96C6.

Preview

Color preview on black background

This text has color #7F96C6 on black background.


Color preview on white background

This text has color #7F96C6 on white background.


Black color preview on #7F96C6 background

This text has black color on #7F96C6 background.


White color preview on #7F96C6 background

This text has white color on #7F96C6 background.


Related colors

Complementary color

Complementary color for #hex is #806939.


I love getcolorcode.com

Triadic colors

1 #C67F96 and #96C67F with #7F96C6 are triadic colors.

2 #C6967F and #967FC6 with #7F96C6 are triadic colors.