COLOR #7AAFC2

HEX: #7AAFC2 RGB: (122,175,194)

Color info

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

RGB color model

#7AAFC2 color RGB value is (122,175,194).

RGB: (122,175,194) (48%, 69%, 76%)

RGB channels and saturation

R 122 of 255 = 48%
G 175 of 255 = 69%
B 194 of 255 = 76%

122
175
194

R + G + B ~ 64%. #7AAFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 175 + 194 = 491 (100%)
R 122 of 491 ~ 24.85%
G 175 of 491 ~ 35.64%
B 194 of 491 ~ 39.51'%

%24.85
%35.64
%39.51

CMYK color model

#7AAFC2 color CMYK value is (37,10,0,24).

  • cyan value is 37.11%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (37,10,0,24)
C37M10Y0K24 (37%, 10%, 0%, 24%)
(0.37 / 0.10 / 0.00 / 0.24)

CMYK percentages

%37.11
%9.79
%0
%23.92

Codes

Color #7AAFC2 in popluar color models

7A AF C2
RGB 122 175 194
HSL 196° 37.11% 61.96%
HSB/HSV 196° 37.11% 76.08%
CMYK 37.11% 9.79% 0.00%
23.92%

Color #7AAFC2 in popluar number systems.

HEX 7A AF C2
Decimal 122 175 194
Binary 1111010 10101111 11000010
Octal 172 257 302

Shades and tints

Shades of #7AAFC2

#7AAFC2
(122,175,194)
#6FA0B1
(111,160,177)
#6491A0
(100,145,160)
#59828F
(89,130,143)
#4E737E
(78,115,126)
#43646D
(67,100,109)
#38555C
(56,85,92)
#2D464B
(45,70,75)
#22373A
(34,55,58)
#172829
(23,40,41)
#0C1918
(12,25,24)
#000000
(0,0,0)

Tints of #7AAFC2

#7AAFC2
(122,175,194)
#86B6C7
(134,182,199)
#92BDCC
(146,189,204)
#9EC4D1
(158,196,209)
#AACBD6
(170,203,214)
#B6D2DB
(182,210,219)
#C2D9E0
(194,217,224)
#CEE0E5
(206,224,229)
#DAE7EA
(218,231,234)
#E6EEEF
(230,238,239)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAFC2 color. Also use rgb(122,175,194) instead hex code.

Text Font Color

.myTextColor { color: #7AAFC2; }

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

This text font color is #7AAFC2.

Background Color

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

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

This div background color is #7AAFC2.

Border color

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

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

This div border color is #7AAFC2.

Opacity

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

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

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

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

This text has shadow with #7AAFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAFC2.

Preview

Color preview on black background

This text has color #7AAFC2 on black background.


Color preview on white background

This text has color #7AAFC2 on white background.


Black color preview on #7AAFC2 background

This text has black color on #7AAFC2 background.


White color preview on #7AAFC2 background

This text has white color on #7AAFC2 background.


Related colors

Complementary color

Complementary color for #hex is #85503D.


I love getcolorcode.com

Triadic colors

1 #C27AAF and #AFC27A with #7AAFC2 are triadic colors.

2 #C2AF7A and #AF7AC2 with #7AAFC2 are triadic colors.