COLOR #7F96CE

HEX: #7F96CE
RGB: (127,150,206)

Color info

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

RGB color model

#7F96CE color RGB value is (127,150,206).

  • red value is 127;
  • green value is 150;
  • blue value is 206.
RGB:
(127,150,206)
(50%,59%,81%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 206 of 255 = 81%

127
150
206

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

Portions of RGB colors in percentages

R + G + B =
127 + 150 + 206 = 483 (100%)
R 127 of 483 ~ 26.29%
G 150 of 483 ~ 31.06%
B 206 of 483 ~ 42.65%

%26.29
%31.06
%42.65

CMYK color model

#7F96CE color CMYK value is (38,27,0,19).

  • cyan value is 38.35%
  • magenta value is 27.18%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(38,27,0,19)
C38M27Y0K19 
(38%,27%,0%,19%)
(0.38/0.27/0.00/0.19)	

CMYK percentages

%38.35
%27.18
%0
%19.22

Codes

Color #7F96CE in popluar color models

7F96CE
RGB127150206
HSL223°44.63%65.29%
HSB/HSV223°38.35%80.78%
CMYK38.35%27.18%0.00%
19.22%

Color #7F96CE in popluar number systems.

HEX7F96CE
Decimal127150206
Binary11111111001011011001110
Octal177226316

Shades and tints

Shades of #7F96CE

#7F96CE
(127,150,206)
#7489BC
(116,137,188)
#697CAA
(105,124,170)
#5E6F98
(94,111,152)
#536286
(83,98,134)
#485574
(72,85,116)
#3D4862
(61,72,98)
#323B50
(50,59,80)
#272E3E
(39,46,62)
#1C212C
(28,33,44)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #7F96CE

#7F96CE
(127,150,206)
#8A9FD2
(138,159,210)
#95A8D6
(149,168,214)
#A0B1DA
(160,177,218)
#ABBADE
(171,186,222)
#B6C3E2
(182,195,226)
#C1CCE6
(193,204,230)
#CCD5EA
(204,213,234)
#D7DEEE
(215,222,238)
#E2E7F2
(226,231,242)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F96CE; }

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

This text font color is #7F96CE.


Background Color

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

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

This div background color is #7F96CE.


Border color

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

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

This div border color is #7F96CE.


Opacity

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

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

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

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

This text has shadow with #7F96CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F96CE on black background.


Color preview on white background

This text has color #7F96CE on white background.



Black color preview on #7F96CE background

This text has black color on #7F96CE background.


White color preview on #7F96CE background

This text has white color on #7F96CE background.