COLOR #7A9BAC

HEX: #7A9BAC
RGB: (122,155,172)

Color info

#7A9BAC contains red, green and blue colors in about the same proportion. Web safe color of #7A9BAC is #669999 (or #699).

RGB color model

#7A9BAC color RGB value is (122,155,172).

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

RGB channels and saturation

R 122 of 255 = 48%
G 155 of 255 = 61%
B 172 of 255 = 67%

122
155
172

R + G + B ~ 59%. #7A9BAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 155 + 172 = 449 (100%)
R 122 of 449 ~ 27.17%
G 155 of 449 ~ 34.52%
B 172 of 449 ~ 38.31%

%27.17
%34.52
%38.31

CMYK color model

#7A9BAC color CMYK value is (29,10,0,33).

  • cyan value is 29.07%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(29,10,0,33)
C29M10Y0K33 
(29%,10%,0%,33%)
(0.29/0.10/0.00/0.33)	

CMYK percentages

%29.07
%9.88
%0
%32.55

Codes

Color #7A9BAC in popluar color models

7A9BAC
RGB122155172
HSL200°23.15%57.65%
HSB/HSV200°29.07%67.45%
CMYK29.07%9.88%0.00%
32.55%

Color #7A9BAC in popluar number systems.

HEX7A9BAC
Decimal122155172
Binary11110101001101110101100
Octal172233254

Shades and tints

Shades of #7A9BAC

#7A9BAC
(122,155,172)
#6F8D9D
(111,141,157)
#647F8E
(100,127,142)
#59717F
(89,113,127)
#4E6370
(78,99,112)
#435561
(67,85,97)
#384752
(56,71,82)
#2D3943
(45,57,67)
#222B34
(34,43,52)
#171D25
(23,29,37)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #7A9BAC

#7A9BAC
(122,155,172)
#86A4B3
(134,164,179)
#92ADBA
(146,173,186)
#9EB6C1
(158,182,193)
#AABFC8
(170,191,200)
#B6C8CF
(182,200,207)
#C2D1D6
(194,209,214)
#CEDADD
(206,218,221)
#DAE3E4
(218,227,228)
#E6ECEB
(230,236,235)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9BAC; }

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

This text font color is #7A9BAC.


Background Color

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

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

This div background color is #7A9BAC.


Border color

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

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

This div border color is #7A9BAC.


Opacity

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

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

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

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

This text has shadow with #7A9BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9BAC on black background.


Color preview on white background

This text has color #7A9BAC on white background.



Black color preview on #7A9BAC background

This text has black color on #7A9BAC background.


White color preview on #7A9BAC background

This text has white color on #7A9BAC background.