COLOR #7A9BC6

HEX: #7A9BC6
RGB: (122,155,198)

Color info

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

RGB color model

#7A9BC6 color RGB value is (122,155,198).

  • red value is 122;
  • green value is 155;
  • blue value is 198.
RGB:
(122,155,198)
(48%,61%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 155 of 255 = 61%
B 198 of 255 = 78%

122
155
198

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

Portions of RGB colors in percentages

R + G + B =
122 + 155 + 198 = 475 (100%)
R 122 of 475 ~ 25.68%
G 155 of 475 ~ 32.63%
B 198 of 475 ~ 41.68%

%25.68
%32.63
%41.68

CMYK color model

#7A9BC6 color CMYK value is (38,22,0,22).

  • cyan value is 38.38%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(38,22,0,22)
C38M22Y0K22 
(38%,22%,0%,22%)
(0.38/0.22/0.00/0.22)	

CMYK percentages

%38.38
%21.72
%0
%22.35

Codes

Color #7A9BC6 in popluar color models

7A9BC6
RGB122155198
HSL214°40.00%62.75%
HSB/HSV214°38.38%77.65%
CMYK38.38%21.72%0.00%
22.35%

Color #7A9BC6 in popluar number systems.

HEX7A9BC6
Decimal122155198
Binary11110101001101111000110
Octal172233306

Shades and tints

Shades of #7A9BC6

#7A9BC6
(122,155,198)
#6F8DB4
(111,141,180)
#647FA2
(100,127,162)
#597190
(89,113,144)
#4E637E
(78,99,126)
#43556C
(67,85,108)
#38475A
(56,71,90)
#2D3948
(45,57,72)
#222B36
(34,43,54)
#171D24
(23,29,36)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #7A9BC6

#7A9BC6
(122,155,198)
#86A4CB
(134,164,203)
#92ADD0
(146,173,208)
#9EB6D5
(158,182,213)
#AABFDA
(170,191,218)
#B6C8DF
(182,200,223)
#C2D1E4
(194,209,228)
#CEDAE9
(206,218,233)
#DAE3EE
(218,227,238)
#E6ECF3
(230,236,243)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9BC6 color. Also use rgb(122,155,198) instead hex code.

Text Font Color

.myTextColor { color: #7A9BC6; }

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

This text font color is #7A9BC6.


Background Color

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

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

This div background color is #7A9BC6.


Border color

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

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

This div border color is #7A9BC6.


Opacity

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

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

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

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

This text has shadow with #7A9BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9BC6 on black background.


Color preview on white background

This text has color #7A9BC6 on white background.



Black color preview on #7A9BC6 background

This text has black color on #7A9BC6 background.


White color preview on #7A9BC6 background

This text has white color on #7A9BC6 background.