COLOR #7A96C7

HEX: #7A96C7
RGB: (122,150,199)

Color info

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

RGB color model

#7A96C7 color RGB value is (122,150,199).

  • red value is 122;
  • green value is 150;
  • blue value is 199.
RGB:
(122,150,199)
(48%,59%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 150 of 255 = 59%
B 199 of 255 = 78%

122
150
199

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

Portions of RGB colors in percentages

R + G + B =
122 + 150 + 199 = 471 (100%)
R 122 of 471 ~ 25.9%
G 150 of 471 ~ 31.85%
B 199 of 471 ~ 42.25%

%25.9
%31.85
%42.25

CMYK color model

#7A96C7 color CMYK value is (39,25,0,22).

  • cyan value is 38.69%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(39,25,0,22)
C39M25Y0K22 
(39%,25%,0%,22%)
(0.39/0.25/0.00/0.22)	

CMYK percentages

%38.69
%24.62
%0
%21.96

Codes

Color #7A96C7 in popluar color models

7A96C7
RGB122150199
HSL218°40.74%62.94%
HSB/HSV218°38.69%78.04%
CMYK38.69%24.62%0.00%
21.96%

Color #7A96C7 in popluar number systems.

HEX7A96C7
Decimal122150199
Binary11110101001011011000111
Octal172226307

Shades and tints

Shades of #7A96C7

#7A96C7
(122,150,199)
#6F89B5
(111,137,181)
#647CA3
(100,124,163)
#596F91
(89,111,145)
#4E627F
(78,98,127)
#43556D
(67,85,109)
#38485B
(56,72,91)
#2D3B49
(45,59,73)
#222E37
(34,46,55)
#172125
(23,33,37)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #7A96C7

#7A96C7
(122,150,199)
#869FCC
(134,159,204)
#92A8D1
(146,168,209)
#9EB1D6
(158,177,214)
#AABADB
(170,186,219)
#B6C3E0
(182,195,224)
#C2CCE5
(194,204,229)
#CED5EA
(206,213,234)
#DADEEF
(218,222,239)
#E6E7F4
(230,231,244)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A96C7 color. Also use rgb(122,150,199) instead hex code.

Text Font Color

.myTextColor { color: #7A96C7; }

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

This text font color is #7A96C7.


Background Color

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

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

This div background color is #7A96C7.


Border color

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

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

This div border color is #7A96C7.


Opacity

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

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

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

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

This text has shadow with #7A96C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A96C7 on black background.


Color preview on white background

This text has color #7A96C7 on white background.



Black color preview on #7A96C7 background

This text has black color on #7A96C7 background.


White color preview on #7A96C7 background

This text has white color on #7A96C7 background.