COLOR #7AB5B2

HEX: #7AB5B2
RGB: (122,181,178)

Color info

#7AB5B2 contains red, green and blue colors in about the same proportion. Web safe color of #7AB5B2 is #66CC99 (or #6C9).

RGB color model

#7AB5B2 color RGB value is (122,181,178).

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

RGB channels and saturation

R 122 of 255 = 48%
G 181 of 255 = 71%
B 178 of 255 = 70%

122
181
178

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

Portions of RGB colors in percentages

R + G + B =
122 + 181 + 178 = 481 (100%)
R 122 of 481 ~ 25.36%
G 181 of 481 ~ 37.63%
B 178 of 481 ~ 37.01%

%25.36
%37.63
%37.01

CMYK color model

#7AB5B2 color CMYK value is (33,0,2,29).

  • cyan value is 32.60%
  • magenta value is 0.00%
  • yellow value is 1.66%
  • key color value is 29.02%
CMYK:
(33,0,2,29)
C33M0Y2K29 
(33%,0%,2%,29%)
(0.33/0.00/0.02/0.29)	

CMYK percentages

%32.6
%0
%1.66
%29.02

Codes

Color #7AB5B2 in popluar color models

7AB5B2
RGB122181178
HSL177°28.50%59.41%
HSB/HSV177°32.60%70.98%
CMYK32.60%0.00%1.66%
29.02%

Color #7AB5B2 in popluar number systems.

HEX7AB5B2
Decimal122181178
Binary11110101011010110110010
Octal172265262

Shades and tints

Shades of #7AB5B2

#7AB5B2
(122,181,178)
#6FA5A2
(111,165,162)
#649592
(100,149,146)
#598582
(89,133,130)
#4E7572
(78,117,114)
#436562
(67,101,98)
#385552
(56,85,82)
#2D4542
(45,69,66)
#223532
(34,53,50)
#172522
(23,37,34)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #7AB5B2

#7AB5B2
(122,181,178)
#86BBB9
(134,187,185)
#92C1C0
(146,193,192)
#9EC7C7
(158,199,199)
#AACDCE
(170,205,206)
#B6D3D5
(182,211,213)
#C2D9DC
(194,217,220)
#CEDFE3
(206,223,227)
#DAE5EA
(218,229,234)
#E6EBF1
(230,235,241)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AB5B2; }

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

This text font color is #7AB5B2.


Background Color

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

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

This div background color is #7AB5B2.


Border color

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

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

This div border color is #7AB5B2.


Opacity

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

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

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

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

This text has shadow with #7AB5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AB5B2 on black background.


Color preview on white background

This text has color #7AB5B2 on white background.



Black color preview on #7AB5B2 background

This text has black color on #7AB5B2 background.


White color preview on #7AB5B2 background

This text has white color on #7AB5B2 background.