COLOR #7ABABC

HEX: #7ABABC RGB: (122,186,188)

Color info

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

RGB color model

#7ABABC color RGB value is (122,186,188).

RGB: (122,186,188) (48%, 73%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 188 of 255 = 74%

122
186
188

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

Portions of RGB colors in percentages

R + G + B = 122 + 186 + 188 = 496 (100%)
R 122 of 496 ~ 24.6%
G 186 of 496 ~ 37.5%
B 188 of 496 ~ 37.9'%

%24.6
%37.5
%37.9

CMYK color model

#7ABABC color CMYK value is (35,1,0,26).

  • cyan value is 35.11%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (35,1,0,26) C35M1Y0K26 (35%,1%,0%,26%) (0.35/0.01/0.00/0.26) 

CMYK percentages

%35.11
%1.06
%0
%26.27

Codes

Color #7ABABC in popluar color models

7A BA BC
RGB 122 186 188
HSL 182° 33.00% 60.78%
HSB/HSV 182° 35.11% 73.73%
CMYK 35.11% 1.06% 0.00%
26.27%

Color #7ABABC in popluar number systems.

HEX 7A BA BC
Decimal 122 186 188
Binary 1111010 10111010 10111100
Octal 172 272 274

Shades and tints

Shades of #7ABABC

#7ABABC
(122,186,188)
#6FAAAB
(111,170,171)
#649A9A
(100,154,154)
#598A89
(89,138,137)
#4E7A78
(78,122,120)
#436A67
(67,106,103)
#385A56
(56,90,86)
#2D4A45
(45,74,69)
#223A34
(34,58,52)
#172A23
(23,42,35)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #7ABABC

#7ABABC
(122,186,188)
#86C0C2
(134,192,194)
#92C6C8
(146,198,200)
#9ECCCE
(158,204,206)
#AAD2D4
(170,210,212)
#B6D8DA
(182,216,218)
#C2DEE0
(194,222,224)
#CEE4E6
(206,228,230)
#DAEAEC
(218,234,236)
#E6F0F2
(230,240,242)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABABC; }

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

This text font color is #7ABABC.

Background Color

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

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

This div background color is #7ABABC.

Border color

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

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

This div border color is #7ABABC.

Opacity

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

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

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

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

This text has shadow with #7ABABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABABC.

Preview

Color preview on black background

This text has color #7ABABC on black background.


Color preview on white background

This text has color #7ABABC on white background.


Black color preview on #7ABABC background

This text has black color on #7ABABC background.


White color preview on #7ABABC background

This text has white color on #7ABABC background.


Related colors

Complementary color

Complementary color for #hex is #854543.


I love getcolorcode.com

Triadic colors

1 #BC7ABA and #BABC7A with #7ABABC are triadic colors.

2 #BCBA7A and #BA7ABC with #7ABABC are triadic colors.