COLOR #7AAEB0

HEX: #7AAEB0 RGB: (122,174,176)

Color info

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

RGB color model

#7AAEB0 color RGB value is (122,174,176).

RGB: (122,174,176) (48%, 68%, 69%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 176 of 255 = 69%

122
174
176

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

Portions of RGB colors in percentages

R + G + B = 122 + 174 + 176 = 472 (100%)
R 122 of 472 ~ 25.85%
G 174 of 472 ~ 36.86%
B 176 of 472 ~ 37.29'%

%25.85
%36.86
%37.29

CMYK color model

#7AAEB0 color CMYK value is (31,1,0,31).

  • cyan value is 30.68%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (31,1,0,31)
C31M1Y0K31 (31%, 1%, 0%, 31%)
(0.31 / 0.01 / 0.00 / 0.31)

CMYK percentages

%30.68
%1.14
%0
%30.98

Codes

Color #7AAEB0 in popluar color models

7A AE B0
RGB 122 174 176
HSL 182° 25.47% 58.43%
HSB/HSV 182° 30.68% 69.02%
CMYK 30.68% 1.14% 0.00%
30.98%

Color #7AAEB0 in popluar number systems.

HEX 7A AE B0
Decimal 122 174 176
Binary 1111010 10101110 10110000
Octal 172 256 260

Shades and tints

Shades of #7AAEB0

#7AAEB0
(122,174,176)
#6F9FA0
(111,159,160)
#649090
(100,144,144)
#598180
(89,129,128)
#4E7270
(78,114,112)
#436360
(67,99,96)
#385450
(56,84,80)
#2D4540
(45,69,64)
#223630
(34,54,48)
#172720
(23,39,32)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #7AAEB0

#7AAEB0
(122,174,176)
#86B5B7
(134,181,183)
#92BCBE
(146,188,190)
#9EC3C5
(158,195,197)
#AACACC
(170,202,204)
#B6D1D3
(182,209,211)
#C2D8DA
(194,216,218)
#CEDFE1
(206,223,225)
#DAE6E8
(218,230,232)
#E6EDEF
(230,237,239)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAEB0 color. Also use rgb(122,174,176) instead hex code.

Text Font Color

.myTextColor { color: #7AAEB0; }

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

This text font color is #7AAEB0.

Background Color

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

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

This div background color is #7AAEB0.

Border color

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

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

This div border color is #7AAEB0.

Opacity

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

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

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

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

This text has shadow with #7AAEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAEB0.

Preview

Color preview on black background

This text has color #7AAEB0 on black background.


Color preview on white background

This text has color #7AAEB0 on white background.


Black color preview on #7AAEB0 background

This text has black color on #7AAEB0 background.


White color preview on #7AAEB0 background

This text has white color on #7AAEB0 background.


Related colors

Complementary color

Complementary color for #hex is #85514F.


I love getcolorcode.com

Triadic colors

1 #B07AAE and #AEB07A with #7AAEB0 are triadic colors.

2 #B0AE7A and #AE7AB0 with #7AAEB0 are triadic colors.