COLOR #7AB0C8

HEX: #7AB0C8 RGB: (122,176,200)

Color info

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

RGB color model

#7AB0C8 color RGB value is (122,176,200).

RGB: (122,176,200) (48%, 69%, 78%)

RGB channels and saturation

R 122 of 255 = 48%
G 176 of 255 = 69%
B 200 of 255 = 78%

122
176
200

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

Portions of RGB colors in percentages

R + G + B = 122 + 176 + 200 = 498 (100%)
R 122 of 498 ~ 24.5%
G 176 of 498 ~ 35.34%
B 200 of 498 ~ 40.16'%

%24.5
%35.34
%40.16

CMYK color model

#7AB0C8 color CMYK value is (39,12,0,22).

  • cyan value is 39.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (39,12,0,22)
C39M12Y0K22 (39%, 12%, 0%, 22%)
(0.39 / 0.12 / 0.00 / 0.22)

CMYK percentages

%39
%12
%0
%21.57

Codes

Color #7AB0C8 in popluar color models

7A B0 C8
RGB 122 176 200
HSL 198° 41.49% 63.14%
HSB/HSV 198° 39.00% 78.43%
CMYK 39.00% 12.00% 0.00%
21.57%

Color #7AB0C8 in popluar number systems.

HEX 7A B0 C8
Decimal 122 176 200
Binary 1111010 10110000 11001000
Octal 172 260 310

Shades and tints

Shades of #7AB0C8

#7AB0C8
(122,176,200)
#6FA0B6
(111,160,182)
#6490A4
(100,144,164)
#598092
(89,128,146)
#4E7080
(78,112,128)
#43606E
(67,96,110)
#38505C
(56,80,92)
#2D404A
(45,64,74)
#223038
(34,48,56)
#172026
(23,32,38)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #7AB0C8

#7AB0C8
(122,176,200)
#86B7CD
(134,183,205)
#92BED2
(146,190,210)
#9EC5D7
(158,197,215)
#AACCDC
(170,204,220)
#B6D3E1
(182,211,225)
#C2DAE6
(194,218,230)
#CEE1EB
(206,225,235)
#DAE8F0
(218,232,240)
#E6EFF5
(230,239,245)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AB0C8 color. Also use rgb(122,176,200) instead hex code.

Text Font Color

.myTextColor { color: #7AB0C8; }

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

This text font color is #7AB0C8.

Background Color

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

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

This div background color is #7AB0C8.

Border color

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

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

This div border color is #7AB0C8.

Opacity

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

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

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

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

This text has shadow with #7AB0C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AB0C8.

Preview

Color preview on black background

This text has color #7AB0C8 on black background.


Color preview on white background

This text has color #7AB0C8 on white background.


Black color preview on #7AB0C8 background

This text has black color on #7AB0C8 background.


White color preview on #7AB0C8 background

This text has white color on #7AB0C8 background.


Related colors

Complementary color

Complementary color for #hex is #854F37.


I love getcolorcode.com

Triadic colors

1 #C87AB0 and #B0C87A with #7AB0C8 are triadic colors.

2 #C8B07A and #B07AC8 with #7AB0C8 are triadic colors.