COLOR #7AACC7

HEX: #7AACC7 RGB: (122,172,199)

Color info

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

RGB color model

#7AACC7 color RGB value is (122,172,199).

RGB: (122,172,199) (48%, 67%, 78%)

RGB channels and saturation

R 122 of 255 = 48%
G 172 of 255 = 67%
B 199 of 255 = 78%

122
172
199

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

Portions of RGB colors in percentages

R + G + B = 122 + 172 + 199 = 493 (100%)
R 122 of 493 ~ 24.75%
G 172 of 493 ~ 34.89%
B 199 of 493 ~ 40.37'%

%24.75
%34.89
%40.37

CMYK color model

#7AACC7 color CMYK value is (39,14,0,22).

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

CMYK: (39,14,0,22)
C39M14Y0K22 (39%, 14%, 0%, 22%)
(0.39 / 0.14 / 0.00 / 0.22)

CMYK percentages

%38.69
%13.57
%0
%21.96

Codes

Color #7AACC7 in popluar color models

7A AC C7
RGB 122 172 199
HSL 201° 40.74% 62.94%
HSB/HSV 201° 38.69% 78.04%
CMYK 38.69% 13.57% 0.00%
21.96%

Color #7AACC7 in popluar number systems.

HEX 7A AC C7
Decimal 122 172 199
Binary 1111010 10101100 11000111
Octal 172 254 307

Shades and tints

Shades of #7AACC7

#7AACC7
(122,172,199)
#6F9DB5
(111,157,181)
#648EA3
(100,142,163)
#597F91
(89,127,145)
#4E707F
(78,112,127)
#43616D
(67,97,109)
#38525B
(56,82,91)
#2D4349
(45,67,73)
#223437
(34,52,55)
#172525
(23,37,37)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #7AACC7

#7AACC7
(122,172,199)
#86B3CC
(134,179,204)
#92BAD1
(146,186,209)
#9EC1D6
(158,193,214)
#AAC8DB
(170,200,219)
#B6CFE0
(182,207,224)
#C2D6E5
(194,214,229)
#CEDDEA
(206,221,234)
#DAE4EF
(218,228,239)
#E6EBF4
(230,235,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AACC7; }

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

This text font color is #7AACC7.

Background Color

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

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

This div background color is #7AACC7.

Border color

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

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

This div border color is #7AACC7.

Opacity

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

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

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

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

This text has shadow with #7AACC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AACC7.

Preview

Color preview on black background

This text has color #7AACC7 on black background.


Color preview on white background

This text has color #7AACC7 on white background.


Black color preview on #7AACC7 background

This text has black color on #7AACC7 background.


White color preview on #7AACC7 background

This text has white color on #7AACC7 background.


Related colors

Complementary color

Complementary color for #hex is #855338.


I love getcolorcode.com

Triadic colors

1 #C77AAC and #ACC77A with #7AACC7 are triadic colors.

2 #C7AC7A and #AC7AC7 with #7AACC7 are triadic colors.