COLOR #7ABBAC

HEX: #7ABBAC
RGB: (122,187,172)

Color info

#7ABBAC contains mainly green and blue colors. Web safe color of #7ABBAC is #66CC99 (or #6C9).

RGB color model

#7ABBAC color RGB value is (122,187,172).

  • red value is 122;
  • green value is 187;
  • blue value is 172.
RGB:
(122,187,172)
(48%,73%,67%)

RGB channels and saturation

R 122 of 255 = 48%
G 187 of 255 = 73%
B 172 of 255 = 67%

122
187
172

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

Portions of RGB colors in percentages

R + G + B =
122 + 187 + 172 = 481 (100%)
R 122 of 481 ~ 25.36%
G 187 of 481 ~ 38.88%
B 172 of 481 ~ 35.76%

%25.36
%38.88
%35.76

CMYK color model

#7ABBAC color CMYK value is (35,0,8,27).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(35,0,8,27)
C35M0Y8K27 
(35%,0%,8%,27%)
(0.35/0.00/0.08/0.27)	

CMYK percentages

%34.76
%0
%8.02
%26.67

Codes

Color #7ABBAC in popluar color models

7ABBAC
RGB122187172
HSL166°32.34%60.59%
HSB/HSV166°34.76%73.33%
CMYK34.76%0.00%8.02%
26.67%

Color #7ABBAC in popluar number systems.

HEX7ABBAC
Decimal122187172
Binary11110101011101110101100
Octal172273254

Shades and tints

Shades of #7ABBAC

#7ABBAC
(122,187,172)
#6FAA9D
(111,170,157)
#64998E
(100,153,142)
#59887F
(89,136,127)
#4E7770
(78,119,112)
#436661
(67,102,97)
#385552
(56,85,82)
#2D4443
(45,68,67)
#223334
(34,51,52)
#172225
(23,34,37)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #7ABBAC

#7ABBAC
(122,187,172)
#86C1B3
(134,193,179)
#92C7BA
(146,199,186)
#9ECDC1
(158,205,193)
#AAD3C8
(170,211,200)
#B6D9CF
(182,217,207)
#C2DFD6
(194,223,214)
#CEE5DD
(206,229,221)
#DAEBE4
(218,235,228)
#E6F1EB
(230,241,235)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABBAC; }

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

This text font color is #7ABBAC.


Background Color

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

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

This div background color is #7ABBAC.


Border color

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

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

This div border color is #7ABBAC.


Opacity

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

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

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

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

This text has shadow with #7ABBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABBAC on black background.


Color preview on white background

This text has color #7ABBAC on white background.



Black color preview on #7ABBAC background

This text has black color on #7ABBAC background.


White color preview on #7ABBAC background

This text has white color on #7ABBAC background.