COLOR #7AA4B9

HEX: #7AA4B9
RGB: (122,164,185)

Color info

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

RGB color model

#7AA4B9 color RGB value is (122,164,185).

  • red value is 122;
  • green value is 164;
  • blue value is 185.
RGB:
(122,164,185)
(48%,64%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 164 of 255 = 64%
B 185 of 255 = 73%

122
164
185

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

Portions of RGB colors in percentages

R + G + B =
122 + 164 + 185 = 471 (100%)
R 122 of 471 ~ 25.9%
G 164 of 471 ~ 34.82%
B 185 of 471 ~ 39.28%

%25.9
%34.82
%39.28

CMYK color model

#7AA4B9 color CMYK value is (34,11,0,27).

  • cyan value is 34.05%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(34,11,0,27)
C34M11Y0K27 
(34%,11%,0%,27%)
(0.34/0.11/0.00/0.27)	

CMYK percentages

%34.05
%11.35
%0
%27.45

Codes

Color #7AA4B9 in popluar color models

7AA4B9
RGB122164185
HSL200°31.03%60.20%
HSB/HSV200°34.05%72.55%
CMYK34.05%11.35%0.00%
27.45%

Color #7AA4B9 in popluar number systems.

HEX7AA4B9
Decimal122164185
Binary11110101010010010111001
Octal172244271

Shades and tints

Shades of #7AA4B9

#7AA4B9
(122,164,185)
#6F96A9
(111,150,169)
#648899
(100,136,153)
#597A89
(89,122,137)
#4E6C79
(78,108,121)
#435E69
(67,94,105)
#385059
(56,80,89)
#2D4249
(45,66,73)
#223439
(34,52,57)
#172629
(23,38,41)
#0C1819
(12,24,25)
#000000
(0,0,0)

Tints of #7AA4B9

#7AA4B9
(122,164,185)
#86ACBF
(134,172,191)
#92B4C5
(146,180,197)
#9EBCCB
(158,188,203)
#AAC4D1
(170,196,209)
#B6CCD7
(182,204,215)
#C2D4DD
(194,212,221)
#CEDCE3
(206,220,227)
#DAE4E9
(218,228,233)
#E6ECEF
(230,236,239)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA4B9 color. Also use rgb(122,164,185) instead hex code.

Text Font Color

.myTextColor { color: #7AA4B9; }

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

This text font color is #7AA4B9.


Background Color

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

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

This div background color is #7AA4B9.


Border color

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

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

This div border color is #7AA4B9.


Opacity

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

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

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

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

This text has shadow with #7AA4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA4B9 on black background.


Color preview on white background

This text has color #7AA4B9 on white background.



Black color preview on #7AA4B9 background

This text has black color on #7AA4B9 background.


White color preview on #7AA4B9 background

This text has white color on #7AA4B9 background.