COLOR #7A9FC8

HEX: #7A9FC8
RGB: (122,159,200)

Color info

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

RGB color model

#7A9FC8 color RGB value is (122,159,200).

  • red value is 122;
  • green value is 159;
  • blue value is 200.
RGB:
(122,159,200)
(48%,62%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 159 of 255 = 62%
B 200 of 255 = 78%

122
159
200

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

Portions of RGB colors in percentages

R + G + B =
122 + 159 + 200 = 481 (100%)
R 122 of 481 ~ 25.36%
G 159 of 481 ~ 33.06%
B 200 of 481 ~ 41.58%

%25.36
%33.06
%41.58

CMYK color model

#7A9FC8 color CMYK value is (39,21,0,22).

  • cyan value is 39.00%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(39,21,0,22)
C39M21Y0K22 
(39%,21%,0%,22%)
(0.39/0.21/0.00/0.22)	

CMYK percentages

%39
%20.5
%0
%21.57

Codes

Color #7A9FC8 in popluar color models

7A9FC8
RGB122159200
HSL212°41.49%63.14%
HSB/HSV212°39.00%78.43%
CMYK39.00%20.50%0.00%
21.57%

Color #7A9FC8 in popluar number systems.

HEX7A9FC8
Decimal122159200
Binary11110101001111111001000
Octal172237310

Shades and tints

Shades of #7A9FC8

#7A9FC8
(122,159,200)
#6F91B6
(111,145,182)
#6483A4
(100,131,164)
#597592
(89,117,146)
#4E6780
(78,103,128)
#43596E
(67,89,110)
#384B5C
(56,75,92)
#2D3D4A
(45,61,74)
#222F38
(34,47,56)
#172126
(23,33,38)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #7A9FC8

#7A9FC8
(122,159,200)
#86A7CD
(134,167,205)
#92AFD2
(146,175,210)
#9EB7D7
(158,183,215)
#AABFDC
(170,191,220)
#B6C7E1
(182,199,225)
#C2CFE6
(194,207,230)
#CED7EB
(206,215,235)
#DADFF0
(218,223,240)
#E6E7F5
(230,231,245)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9FC8 color. Also use rgb(122,159,200) instead hex code.

Text Font Color

.myTextColor { color: #7A9FC8; }

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

This text font color is #7A9FC8.


Background Color

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

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

This div background color is #7A9FC8.


Border color

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

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

This div border color is #7A9FC8.


Opacity

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

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

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

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

This text has shadow with #7A9FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9FC8 on black background.


Color preview on white background

This text has color #7A9FC8 on white background.



Black color preview on #7A9FC8 background

This text has black color on #7A9FC8 background.


White color preview on #7A9FC8 background

This text has white color on #7A9FC8 background.