COLOR #7AAEC7

HEX: #7AAEC7 RGB: (122,174,199)

Color info

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

RGB color model

#7AAEC7 color RGB value is (122,174,199).

RGB: (122,174,199) (48%, 68%, 78%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 199 of 255 = 78%

122
174
199

R + G + B ~ 65%. #7AAEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 174 + 199 = 495 (100%)
R 122 of 495 ~ 24.65%
G 174 of 495 ~ 35.15%
B 199 of 495 ~ 40.2'%

%24.65
%35.15
%40.2

CMYK color model

#7AAEC7 color CMYK value is (39,13,0,22).

  • cyan value is 38.69%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (39,13,0,22)
C39M13Y0K22 (39%, 13%, 0%, 22%)
(0.39 / 0.13 / 0.00 / 0.22)

CMYK percentages

%38.69
%12.56
%0
%21.96

Codes

Color #7AAEC7 in popluar color models

7A AE C7
RGB 122 174 199
HSL 199° 40.74% 62.94%
HSB/HSV 199° 38.69% 78.04%
CMYK 38.69% 12.56% 0.00%
21.96%

Color #7AAEC7 in popluar number systems.

HEX 7A AE C7
Decimal 122 174 199
Binary 1111010 10101110 11000111
Octal 172 256 307

Shades and tints

Shades of #7AAEC7

#7AAEC7
(122,174,199)
#6F9FB5
(111,159,181)
#6490A3
(100,144,163)
#598191
(89,129,145)
#4E727F
(78,114,127)
#43636D
(67,99,109)
#38545B
(56,84,91)
#2D4549
(45,69,73)
#223637
(34,54,55)
#172725
(23,39,37)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #7AAEC7

#7AAEC7
(122,174,199)
#86B5CC
(134,181,204)
#92BCD1
(146,188,209)
#9EC3D6
(158,195,214)
#AACADB
(170,202,219)
#B6D1E0
(182,209,224)
#C2D8E5
(194,216,229)
#CEDFEA
(206,223,234)
#DAE6EF
(218,230,239)
#E6EDF4
(230,237,244)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAEC7; }

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

This text font color is #7AAEC7.

Background Color

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

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

This div background color is #7AAEC7.

Border color

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

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

This div border color is #7AAEC7.

Opacity

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

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

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

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

This text has shadow with #7AAEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAEC7.

Preview

Color preview on black background

This text has color #7AAEC7 on black background.


Color preview on white background

This text has color #7AAEC7 on white background.


Black color preview on #7AAEC7 background

This text has black color on #7AAEC7 background.


White color preview on #7AAEC7 background

This text has white color on #7AAEC7 background.


Related colors

Complementary color

Complementary color for #hex is #855138.


I love getcolorcode.com

Triadic colors

1 #C77AAE and #AEC77A with #7AAEC7 are triadic colors.

2 #C7AE7A and #AE7AC7 with #7AAEC7 are triadic colors.