COLOR #7AA5BD

HEX: #7AA5BD
RGB: (122,165,189)

Color info

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

RGB color model

#7AA5BD color RGB value is (122,165,189).

  • red value is 122;
  • green value is 165;
  • blue value is 189.
RGB:
(122,165,189)
(48%,65%,74%)

RGB channels and saturation

R 122 of 255 = 48%
G 165 of 255 = 65%
B 189 of 255 = 74%

122
165
189

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

Portions of RGB colors in percentages

R + G + B =
122 + 165 + 189 = 476 (100%)
R 122 of 476 ~ 25.63%
G 165 of 476 ~ 34.66%
B 189 of 476 ~ 39.71%

%25.63
%34.66
%39.71

CMYK color model

#7AA5BD color CMYK value is (35,13,0,26).

  • cyan value is 35.45%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(35,13,0,26)
C35M13Y0K26 
(35%,13%,0%,26%)
(0.35/0.13/0.00/0.26)	

CMYK percentages

%35.45
%12.7
%0
%25.88

Codes

Color #7AA5BD in popluar color models

7AA5BD
RGB122165189
HSL201°33.67%60.98%
HSB/HSV201°35.45%74.12%
CMYK35.45%12.70%0.00%
25.88%

Color #7AA5BD in popluar number systems.

HEX7AA5BD
Decimal122165189
Binary11110101010010110111101
Octal172245275

Shades and tints

Shades of #7AA5BD

#7AA5BD
(122,165,189)
#6F96AC
(111,150,172)
#64879B
(100,135,155)
#59788A
(89,120,138)
#4E6979
(78,105,121)
#435A68
(67,90,104)
#384B57
(56,75,87)
#2D3C46
(45,60,70)
#222D35
(34,45,53)
#171E24
(23,30,36)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7AA5BD

#7AA5BD
(122,165,189)
#86ADC3
(134,173,195)
#92B5C9
(146,181,201)
#9EBDCF
(158,189,207)
#AAC5D5
(170,197,213)
#B6CDDB
(182,205,219)
#C2D5E1
(194,213,225)
#CEDDE7
(206,221,231)
#DAE5ED
(218,229,237)
#E6EDF3
(230,237,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA5BD color. Also use rgb(122,165,189) instead hex code.

Text Font Color

.myTextColor { color: #7AA5BD; }

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

This text font color is #7AA5BD.


Background Color

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

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

This div background color is #7AA5BD.


Border color

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

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

This div border color is #7AA5BD.


Opacity

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

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

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

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

This text has shadow with #7AA5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA5BD on black background.


Color preview on white background

This text has color #7AA5BD on white background.



Black color preview on #7AA5BD background

This text has black color on #7AA5BD background.


White color preview on #7AA5BD background

This text has white color on #7AA5BD background.