COLOR #7ABFBD

HEX: #7ABFBD RGB: (122,191,189)

Color info

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

RGB color model

#7ABFBD color RGB value is (122,191,189).

RGB: (122,191,189) (48%, 75%, 74%)

RGB channels and saturation

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

122
191
189

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

Portions of RGB colors in percentages

R + G + B = 122 + 191 + 189 = 502 (100%)
R 122 of 502 ~ 24.3%
G 191 of 502 ~ 38.05%
B 189 of 502 ~ 37.65'%

%24.3
%38.05
%37.65

CMYK color model

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

  • cyan value is 36.13%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.10%

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

CMYK percentages

%36.13
%0
%1.05
%25.1

Codes

Color #7ABFBD in popluar color models

7A BF BD
RGB 122 191 189
HSL 178° 35.03% 61.37%
HSB/HSV 178° 36.13% 74.90%
CMYK 36.13% 0.00% 1.05%
25.10%

Color #7ABFBD in popluar number systems.

HEX 7A BF BD
Decimal 122 191 189
Binary 1111010 10111111 10111101
Octal 172 277 275

Shades and tints

Shades of #7ABFBD

#7ABFBD
(122,191,189)
#6FAEAC
(111,174,172)
#649D9B
(100,157,155)
#598C8A
(89,140,138)
#4E7B79
(78,123,121)
#436A68
(67,106,104)
#385957
(56,89,87)
#2D4846
(45,72,70)
#223735
(34,55,53)
#172624
(23,38,36)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #7ABFBD

#7ABFBD
(122,191,189)
#86C4C3
(134,196,195)
#92C9C9
(146,201,201)
#9ECECF
(158,206,207)
#AAD3D5
(170,211,213)
#B6D8DB
(182,216,219)
#C2DDE1
(194,221,225)
#CEE2E7
(206,226,231)
#DAE7ED
(218,231,237)
#E6ECF3
(230,236,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABFBD; }

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

This text font color is #7ABFBD.

Background Color

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

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

This div background color is #7ABFBD.

Border color

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

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

This div border color is #7ABFBD.

Opacity

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

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

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

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

This text has shadow with #7ABFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABFBD.

Preview

Color preview on black background

This text has color #7ABFBD on black background.


Color preview on white background

This text has color #7ABFBD on white background.


Black color preview on #7ABFBD background

This text has black color on #7ABFBD background.


White color preview on #7ABFBD background

This text has white color on #7ABFBD background.


Related colors

Complementary color

Complementary color for #hex is #854042.


I love getcolorcode.com

Triadic colors

1 #BD7ABF and #BFBD7A with #7ABFBD are triadic colors.

2 #BDBF7A and #BF7ABD with #7ABFBD are triadic colors.