COLOR #7ABEBC

HEX: #7ABEBC RGB: (122,190,188)

Color info

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

RGB color model

#7ABEBC color RGB value is (122,190,188).

RGB: (122,190,188) (48%, 75%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 188 of 255 = 74%

122
190
188

R + G + B ~ 66%. #7ABEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 190 + 188 = 500 (100%)
R 122 of 500 ~ 24.4%
G 190 of 500 ~ 38%
B 188 of 500 ~ 37.6'%

%24.4
%38
%37.6

CMYK color model

#7ABEBC color CMYK value is (36,0,1,25).

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (36,0,1,25)
C36M0Y1K25 (36%, 0%, 1%, 25%)
(0.36 / 0.00 / 0.01 / 0.25)

CMYK percentages

%35.79
%0
%1.05
%25.49

Codes

Color #7ABEBC in popluar color models

7A BE BC
RGB 122 190 188
HSL 178° 34.34% 61.18%
HSB/HSV 178° 35.79% 74.51%
CMYK 35.79% 0.00% 1.05%
25.49%

Color #7ABEBC in popluar number systems.

HEX 7A BE BC
Decimal 122 190 188
Binary 1111010 10111110 10111100
Octal 172 276 274

Shades and tints

Shades of #7ABEBC

#7ABEBC
(122,190,188)
#6FADAB
(111,173,171)
#649C9A
(100,156,154)
#598B89
(89,139,137)
#4E7A78
(78,122,120)
#436967
(67,105,103)
#385856
(56,88,86)
#2D4745
(45,71,69)
#223634
(34,54,52)
#172523
(23,37,35)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7ABEBC

#7ABEBC
(122,190,188)
#86C3C2
(134,195,194)
#92C8C8
(146,200,200)
#9ECDCE
(158,205,206)
#AAD2D4
(170,210,212)
#B6D7DA
(182,215,218)
#C2DCE0
(194,220,224)
#CEE1E6
(206,225,230)
#DAE6EC
(218,230,236)
#E6EBF2
(230,235,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABEBC; }

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

This text font color is #7ABEBC.

Background Color

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

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

This div background color is #7ABEBC.

Border color

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

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

This div border color is #7ABEBC.

Opacity

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

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

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

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

This text has shadow with #7ABEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABEBC.

Preview

Color preview on black background

This text has color #7ABEBC on black background.


Color preview on white background

This text has color #7ABEBC on white background.


Black color preview on #7ABEBC background

This text has black color on #7ABEBC background.


White color preview on #7ABEBC background

This text has white color on #7ABEBC background.


Related colors

Complementary color

Complementary color for #hex is #854143.


I love getcolorcode.com

Triadic colors

1 #BC7ABE and #BEBC7A with #7ABEBC are triadic colors.

2 #BCBE7A and #BE7ABC with #7ABEBC are triadic colors.