COLOR #7ABCB3

HEX: #7ABCB3
RGB: (122,188,179)

Color info

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

RGB color model

#7ABCB3 color RGB value is (122,188,179).

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

RGB channels and saturation

R 122 of 255 = 48%
G 188 of 255 = 74%
B 179 of 255 = 70%

122
188
179

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

Portions of RGB colors in percentages

R + G + B =
122 + 188 + 179 = 489 (100%)
R 122 of 489 ~ 24.95%
G 188 of 489 ~ 38.45%
B 179 of 489 ~ 36.61%

%24.95
%38.45
%36.61

CMYK color model

#7ABCB3 color CMYK value is (35,0,5,26).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(35,0,5,26)
C35M0Y5K26 
(35%,0%,5%,26%)
(0.35/0.00/0.05/0.26)	

CMYK percentages

%35.11
%0
%4.79
%26.27

Codes

Color #7ABCB3 in popluar color models

7ABCB3
RGB122188179
HSL172°33.00%60.78%
HSB/HSV172°35.11%73.73%
CMYK35.11%0.00%4.79%
26.27%

Color #7ABCB3 in popluar number systems.

HEX7ABCB3
Decimal122188179
Binary11110101011110010110011
Octal172274263

Shades and tints

Shades of #7ABCB3

#7ABCB3
(122,188,179)
#6FABA3
(111,171,163)
#649A93
(100,154,147)
#598983
(89,137,131)
#4E7873
(78,120,115)
#436763
(67,103,99)
#385653
(56,86,83)
#2D4543
(45,69,67)
#223433
(34,52,51)
#172323
(23,35,35)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7ABCB3

#7ABCB3
(122,188,179)
#86C2B9
(134,194,185)
#92C8BF
(146,200,191)
#9ECEC5
(158,206,197)
#AAD4CB
(170,212,203)
#B6DAD1
(182,218,209)
#C2E0D7
(194,224,215)
#CEE6DD
(206,230,221)
#DAECE3
(218,236,227)
#E6F2E9
(230,242,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABCB3; }

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

This text font color is #7ABCB3.


Background Color

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

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

This div background color is #7ABCB3.


Border color

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

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

This div border color is #7ABCB3.


Opacity

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

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

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

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

This text has shadow with #7ABCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABCB3 on black background.


Color preview on white background

This text has color #7ABCB3 on white background.



Black color preview on #7ABCB3 background

This text has black color on #7ABCB3 background.


White color preview on #7ABCB3 background

This text has white color on #7ABCB3 background.