COLOR #7ABEB6

HEX: #7ABEB6
RGB: (122,190,182)

Color info

#7ABEB6 contains mainly green and blue colors. Web safe color of #7ABEB6 is #66CCCC (or #6CC).

RGB color model

#7ABEB6 color RGB value is (122,190,182).

  • red value is 122;
  • green value is 190;
  • blue value is 182.
RGB:
(122,190,182)
(48%,75%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 182 of 255 = 71%

122
190
182

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

Portions of RGB colors in percentages

R + G + B =
122 + 190 + 182 = 494 (100%)
R 122 of 494 ~ 24.7%
G 190 of 494 ~ 38.46%
B 182 of 494 ~ 36.84%

%24.7
%38.46
%36.84

CMYK color model

#7ABEB6 color CMYK value is (36,0,4,25).

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(36,0,4,25)
C36M0Y4K25 
(36%,0%,4%,25%)
(0.36/0.00/0.04/0.25)	

CMYK percentages

%35.79
%0
%4.21
%25.49

Codes

Color #7ABEB6 in popluar color models

7ABEB6
RGB122190182
HSL173°34.34%61.18%
HSB/HSV173°35.79%74.51%
CMYK35.79%0.00%4.21%
25.49%

Color #7ABEB6 in popluar number systems.

HEX7ABEB6
Decimal122190182
Binary11110101011111010110110
Octal172276266

Shades and tints

Shades of #7ABEB6

#7ABEB6
(122,190,182)
#6FADA6
(111,173,166)
#649C96
(100,156,150)
#598B86
(89,139,134)
#4E7A76
(78,122,118)
#436966
(67,105,102)
#385856
(56,88,86)
#2D4746
(45,71,70)
#223636
(34,54,54)
#172526
(23,37,38)
#0C1416
(12,20,22)
#000000
(0,0,0)

Tints of #7ABEB6

#7ABEB6
(122,190,182)
#86C3BC
(134,195,188)
#92C8C2
(146,200,194)
#9ECDC8
(158,205,200)
#AAD2CE
(170,210,206)
#B6D7D4
(182,215,212)
#C2DCDA
(194,220,218)
#CEE1E0
(206,225,224)
#DAE6E6
(218,230,230)
#E6EBEC
(230,235,236)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABEB6 color. Also use rgb(122,190,182) instead hex code.

Text Font Color

.myTextColor { color: #7ABEB6; }

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

This text font color is #7ABEB6.


Background Color

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

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

This div background color is #7ABEB6.


Border color

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

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

This div border color is #7ABEB6.


Opacity

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

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

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

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

This text has shadow with #7ABEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABEB6 on black background.


Color preview on white background

This text has color #7ABEB6 on white background.



Black color preview on #7ABEB6 background

This text has black color on #7ABEB6 background.


White color preview on #7ABEB6 background

This text has white color on #7ABEB6 background.