COLOR #7AA4C5

HEX: #7AA4C5
RGB: (122,164,197)

Color info

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

RGB color model

#7AA4C5 color RGB value is (122,164,197).

  • red value is 122;
  • green value is 164;
  • blue value is 197.
RGB:
(122,164,197)
(48%,64%,77%)

RGB channels and saturation

R 122 of 255 = 48%
G 164 of 255 = 64%
B 197 of 255 = 77%

122
164
197

R + G + B ~ 63%. #7AA4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 164 + 197 = 483 (100%)
R 122 of 483 ~ 25.26%
G 164 of 483 ~ 33.95%
B 197 of 483 ~ 40.79%

%25.26
%33.95
%40.79

CMYK color model

#7AA4C5 color CMYK value is (38,17,0,23).

  • cyan value is 38.07%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(38,17,0,23)
C38M17Y0K23 
(38%,17%,0%,23%)
(0.38/0.17/0.00/0.23)	

CMYK percentages

%38.07
%16.75
%0
%22.75

Codes

Color #7AA4C5 in popluar color models

7AA4C5
RGB122164197
HSL206°39.27%62.55%
HSB/HSV206°38.07%77.25%
CMYK38.07%16.75%0.00%
22.75%

Color #7AA4C5 in popluar number systems.

HEX7AA4C5
Decimal122164197
Binary11110101010010011000101
Octal172244305

Shades and tints

Shades of #7AA4C5

#7AA4C5
(122,164,197)
#6F96B4
(111,150,180)
#6488A3
(100,136,163)
#597A92
(89,122,146)
#4E6C81
(78,108,129)
#435E70
(67,94,112)
#38505F
(56,80,95)
#2D424E
(45,66,78)
#22343D
(34,52,61)
#17262C
(23,38,44)
#0C181B
(12,24,27)
#000000
(0,0,0)

Tints of #7AA4C5

#7AA4C5
(122,164,197)
#86ACCA
(134,172,202)
#92B4CF
(146,180,207)
#9EBCD4
(158,188,212)
#AAC4D9
(170,196,217)
#B6CCDE
(182,204,222)
#C2D4E3
(194,212,227)
#CEDCE8
(206,220,232)
#DAE4ED
(218,228,237)
#E6ECF2
(230,236,242)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA4C5 color. Also use rgb(122,164,197) instead hex code.

Text Font Color

.myTextColor { color: #7AA4C5; }

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

This text font color is #7AA4C5.


Background Color

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

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

This div background color is #7AA4C5.


Border color

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

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

This div border color is #7AA4C5.


Opacity

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

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

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

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

This text has shadow with #7AA4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA4C5 on black background.


Color preview on white background

This text has color #7AA4C5 on white background.



Black color preview on #7AA4C5 background

This text has black color on #7AA4C5 background.


White color preview on #7AA4C5 background

This text has white color on #7AA4C5 background.