COLOR #7AADB2

HEX: #7AADB2
RGB: (122,173,178)

Color info

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

RGB color model

#7AADB2 color RGB value is (122,173,178).

  • red value is 122;
  • green value is 173;
  • blue value is 178.
RGB:
(122,173,178)
(48%,68%,70%)

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 178 of 255 = 70%

122
173
178

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

Portions of RGB colors in percentages

R + G + B =
122 + 173 + 178 = 473 (100%)
R 122 of 473 ~ 25.79%
G 173 of 473 ~ 36.58%
B 178 of 473 ~ 37.63%

%25.79
%36.58
%37.63

CMYK color model

#7AADB2 color CMYK value is (31,3,0,30).

  • cyan value is 31.46%
  • magenta value is 2.81%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(31,3,0,30)
C31M3Y0K30 
(31%,3%,0%,30%)
(0.31/0.03/0.00/0.30)	

CMYK percentages

%31.46
%2.81
%0
%30.2

Codes

Color #7AADB2 in popluar color models

7AADB2
RGB122173178
HSL185°26.67%58.82%
HSB/HSV185°31.46%69.80%
CMYK31.46%2.81%0.00%
30.20%

Color #7AADB2 in popluar number systems.

HEX7AADB2
Decimal122173178
Binary11110101010110110110010
Octal172255262

Shades and tints

Shades of #7AADB2

#7AADB2
(122,173,178)
#6F9EA2
(111,158,162)
#648F92
(100,143,146)
#598082
(89,128,130)
#4E7172
(78,113,114)
#436262
(67,98,98)
#385352
(56,83,82)
#2D4442
(45,68,66)
#223532
(34,53,50)
#172622
(23,38,34)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #7AADB2

#7AADB2
(122,173,178)
#86B4B9
(134,180,185)
#92BBC0
(146,187,192)
#9EC2C7
(158,194,199)
#AAC9CE
(170,201,206)
#B6D0D5
(182,208,213)
#C2D7DC
(194,215,220)
#CEDEE3
(206,222,227)
#DAE5EA
(218,229,234)
#E6ECF1
(230,236,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AADB2 color. Also use rgb(122,173,178) instead hex code.

Text Font Color

.myTextColor { color: #7AADB2; }

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

This text font color is #7AADB2.


Background Color

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

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

This div background color is #7AADB2.


Border color

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

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

This div border color is #7AADB2.


Opacity

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

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

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

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

This text has shadow with #7AADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AADB2 on black background.


Color preview on white background

This text has color #7AADB2 on white background.



Black color preview on #7AADB2 background

This text has black color on #7AADB2 background.


White color preview on #7AADB2 background

This text has white color on #7AADB2 background.