COLOR #7AABB2

HEX: #7AABB2 RGB: (122,171,178)

Color info

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

RGB color model

#7AABB2 color RGB value is (122,171,178).

RGB: (122,171,178) (48%, 67%, 70%)

RGB channels and saturation

R 122 of 255 = 48%
G 171 of 255 = 67%
B 178 of 255 = 70%

122
171
178

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

Portions of RGB colors in percentages

R + G + B = 122 + 171 + 178 = 471 (100%)
R 122 of 471 ~ 25.9%
G 171 of 471 ~ 36.31%
B 178 of 471 ~ 37.79'%

%25.9
%36.31
%37.79

CMYK color model

#7AABB2 color CMYK value is (31,4,0,30).

  • cyan value is 31.46%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (31,4,0,30)
C31M4Y0K30 (31%, 4%, 0%, 30%)
(0.31 / 0.04 / 0.00 / 0.30)

CMYK percentages

%31.46
%3.93
%0
%30.2

Codes

Color #7AABB2 in popluar color models

7A AB B2
RGB 122 171 178
HSL 188° 26.67% 58.82%
HSB/HSV 188° 31.46% 69.80%
CMYK 31.46% 3.93% 0.00%
30.20%

Color #7AABB2 in popluar number systems.

HEX 7A AB B2
Decimal 122 171 178
Binary 1111010 10101011 10110010
Octal 172 253 262

Shades and tints

Shades of #7AABB2

#7AABB2
(122,171,178)
#6F9CA2
(111,156,162)
#648D92
(100,141,146)
#597E82
(89,126,130)
#4E6F72
(78,111,114)
#436062
(67,96,98)
#385152
(56,81,82)
#2D4242
(45,66,66)
#223332
(34,51,50)
#172422
(23,36,34)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #7AABB2

#7AABB2
(122,171,178)
#86B2B9
(134,178,185)
#92B9C0
(146,185,192)
#9EC0C7
(158,192,199)
#AAC7CE
(170,199,206)
#B6CED5
(182,206,213)
#C2D5DC
(194,213,220)
#CEDCE3
(206,220,227)
#DAE3EA
(218,227,234)
#E6EAF1
(230,234,241)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AABB2; }

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

This text font color is #7AABB2.

Background Color

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

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

This div background color is #7AABB2.

Border color

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

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

This div border color is #7AABB2.

Opacity

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

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

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

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

This text has shadow with #7AABB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AABB2.

Preview

Color preview on black background

This text has color #7AABB2 on black background.


Color preview on white background

This text has color #7AABB2 on white background.


Black color preview on #7AABB2 background

This text has black color on #7AABB2 background.


White color preview on #7AABB2 background

This text has white color on #7AABB2 background.


Related colors

Complementary color

Complementary color for #hex is #85544D.


I love getcolorcode.com

Triadic colors

1 #B27AAB and #ABB27A with #7AABB2 are triadic colors.

2 #B2AB7A and #AB7AB2 with #7AABB2 are triadic colors.