COLOR #7ABCB0

HEX: #7ABCB0
RGB: (122,188,176)

Color info

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

RGB color model

#7ABCB0 color RGB value is (122,188,176).

  • red value is 122;
  • green value is 188;
  • blue value is 176.
RGB:
(122,188,176)
(48%,74%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 188 of 255 = 74%
B 176 of 255 = 69%

122
188
176

R + G + B ~ 64%. #7ABCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 188 + 176 = 486 (100%)
R 122 of 486 ~ 25.1%
G 188 of 486 ~ 38.68%
B 176 of 486 ~ 36.21%

%25.1
%38.68
%36.21

CMYK color model

#7ABCB0 color CMYK value is (35,0,6,26).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 26.27%
CMYK:
(35,0,6,26)
C35M0Y6K26 
(35%,0%,6%,26%)
(0.35/0.00/0.06/0.26)	

CMYK percentages

%35.11
%0
%6.38
%26.27

Codes

Color #7ABCB0 in popluar color models

7ABCB0
RGB122188176
HSL169°33.00%60.78%
HSB/HSV169°35.11%73.73%
CMYK35.11%0.00%6.38%
26.27%

Color #7ABCB0 in popluar number systems.

HEX7ABCB0
Decimal122188176
Binary11110101011110010110000
Octal172274260

Shades and tints

Shades of #7ABCB0

#7ABCB0
(122,188,176)
#6FABA0
(111,171,160)
#649A90
(100,154,144)
#598980
(89,137,128)
#4E7870
(78,120,112)
#436760
(67,103,96)
#385650
(56,86,80)
#2D4540
(45,69,64)
#223430
(34,52,48)
#172320
(23,35,32)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #7ABCB0

#7ABCB0
(122,188,176)
#86C2B7
(134,194,183)
#92C8BE
(146,200,190)
#9ECEC5
(158,206,197)
#AAD4CC
(170,212,204)
#B6DAD3
(182,218,211)
#C2E0DA
(194,224,218)
#CEE6E1
(206,230,225)
#DAECE8
(218,236,232)
#E6F2EF
(230,242,239)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABCB0; }

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

This text font color is #7ABCB0.


Background Color

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

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

This div background color is #7ABCB0.


Border color

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

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

This div border color is #7ABCB0.


Opacity

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

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

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

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

This text has shadow with #7ABCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABCB0 on black background.


Color preview on white background

This text has color #7ABCB0 on white background.



Black color preview on #7ABCB0 background

This text has black color on #7ABCB0 background.


White color preview on #7ABCB0 background

This text has white color on #7ABCB0 background.