COLOR #7AA0B5

HEX: #7AA0B5
RGB: (122,160,181)

Color info

#7AA0B5 contains red, green and blue colors in about the same proportion. Web safe color of #7AA0B5 is #6699CC (or #69C).

RGB color model

#7AA0B5 color RGB value is (122,160,181).

  • red value is 122;
  • green value is 160;
  • blue value is 181.
RGB:
(122,160,181)
(48%,63%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 160 of 255 = 63%
B 181 of 255 = 71%

122
160
181

R + G + B ~ 61%. #7AA0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 160 + 181 = 463 (100%)
R 122 of 463 ~ 26.35%
G 160 of 463 ~ 34.56%
B 181 of 463 ~ 39.09%

%26.35
%34.56
%39.09

CMYK color model

#7AA0B5 color CMYK value is (33,12,0,29).

  • cyan value is 32.60%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,12,0,29)
C33M12Y0K29 
(33%,12%,0%,29%)
(0.33/0.12/0.00/0.29)	

CMYK percentages

%32.6
%11.6
%0
%29.02

Codes

Color #7AA0B5 in popluar color models

7AA0B5
RGB122160181
HSL201°28.50%59.41%
HSB/HSV201°32.60%70.98%
CMYK32.60%11.60%0.00%
29.02%

Color #7AA0B5 in popluar number systems.

HEX7AA0B5
Decimal122160181
Binary11110101010000010110101
Octal172240265

Shades and tints

Shades of #7AA0B5

#7AA0B5
(122,160,181)
#6F92A5
(111,146,165)
#648495
(100,132,149)
#597685
(89,118,133)
#4E6875
(78,104,117)
#435A65
(67,90,101)
#384C55
(56,76,85)
#2D3E45
(45,62,69)
#223035
(34,48,53)
#172225
(23,34,37)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #7AA0B5

#7AA0B5
(122,160,181)
#86A8BB
(134,168,187)
#92B0C1
(146,176,193)
#9EB8C7
(158,184,199)
#AAC0CD
(170,192,205)
#B6C8D3
(182,200,211)
#C2D0D9
(194,208,217)
#CED8DF
(206,216,223)
#DAE0E5
(218,224,229)
#E6E8EB
(230,232,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA0B5 color. Also use rgb(122,160,181) instead hex code.

Text Font Color

.myTextColor { color: #7AA0B5; }

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

This text font color is #7AA0B5.


Background Color

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

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

This div background color is #7AA0B5.


Border color

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

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

This div border color is #7AA0B5.


Opacity

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

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

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

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

This text has shadow with #7AA0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA0B5 on black background.


Color preview on white background

This text has color #7AA0B5 on white background.



Black color preview on #7AA0B5 background

This text has black color on #7AA0B5 background.


White color preview on #7AA0B5 background

This text has white color on #7AA0B5 background.