COLOR #7ABCBF

HEX: #7ABCBF
RGB: (122,188,191)

Color info

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

RGB color model

#7ABCBF color RGB value is (122,188,191).

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

RGB channels and saturation

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

122
188
191

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

Portions of RGB colors in percentages

R + G + B =
122 + 188 + 191 = 501 (100%)
R 122 of 501 ~ 24.35%
G 188 of 501 ~ 37.52%
B 191 of 501 ~ 38.12%

%24.35
%37.52
%38.12

CMYK color model

#7ABCBF color CMYK value is (36,2,0,25).

  • cyan value is 36.13%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(36,2,0,25)
C36M2Y0K25 
(36%,2%,0%,25%)
(0.36/0.02/0.00/0.25)	

CMYK percentages

%36.13
%1.57
%0
%25.1

Codes

Color #7ABCBF in popluar color models

7ABCBF
RGB122188191
HSL183°35.03%61.37%
HSB/HSV183°36.13%74.90%
CMYK36.13%1.57%0.00%
25.10%

Color #7ABCBF in popluar number systems.

HEX7ABCBF
Decimal122188191
Binary11110101011110010111111
Octal172274277

Shades and tints

Shades of #7ABCBF

#7ABCBF
(122,188,191)
#6FABAE
(111,171,174)
#649A9D
(100,154,157)
#59898C
(89,137,140)
#4E787B
(78,120,123)
#43676A
(67,103,106)
#385659
(56,86,89)
#2D4548
(45,69,72)
#223437
(34,52,55)
#172326
(23,35,38)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #7ABCBF

#7ABCBF
(122,188,191)
#86C2C4
(134,194,196)
#92C8C9
(146,200,201)
#9ECECE
(158,206,206)
#AAD4D3
(170,212,211)
#B6DAD8
(182,218,216)
#C2E0DD
(194,224,221)
#CEE6E2
(206,230,226)
#DAECE7
(218,236,231)
#E6F2EC
(230,242,236)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABCBF; }

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

This text font color is #7ABCBF.


Background Color

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

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

This div background color is #7ABCBF.


Border color

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

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

This div border color is #7ABCBF.


Opacity

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

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

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

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

This text has shadow with #7ABCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABCBF on black background.


Color preview on white background

This text has color #7ABCBF on white background.



Black color preview on #7ABCBF background

This text has black color on #7ABCBF background.


White color preview on #7ABCBF background

This text has white color on #7ABCBF background.