COLOR #7ABDB1

HEX: #7ABDB1
RGB: (122,189,177)

Color info

#7ABDB1 contains mainly green and blue colors. Web safe color of #7ABDB1 is #66CC99 (or #6C9).

RGB color model

#7ABDB1 color RGB value is (122,189,177).

  • red value is 122;
  • green value is 189;
  • blue value is 177.
RGB:
(122,189,177)
(48%,74%,69%)

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 177 of 255 = 69%

122
189
177

R + G + B ~ 64%. #7ABDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 189 + 177 = 488 (100%)
R 122 of 488 ~ 25%
G 189 of 488 ~ 38.73%
B 177 of 488 ~ 36.27%

%25
%38.73
%36.27

CMYK color model

#7ABDB1 color CMYK value is (35,0,6,26).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(35,0,6,26)
C35M0Y6K26 
(35%,0%,6%,26%)
(0.35/0.00/0.06/0.26)	

CMYK percentages

%35.45
%0
%6.35
%25.88

Codes

Color #7ABDB1 in popluar color models

7ABDB1
RGB122189177
HSL169°33.67%60.98%
HSB/HSV169°35.45%74.12%
CMYK35.45%0.00%6.35%
25.88%

Color #7ABDB1 in popluar number systems.

HEX7ABDB1
Decimal122189177
Binary11110101011110110110001
Octal172275261

Shades and tints

Shades of #7ABDB1

#7ABDB1
(122,189,177)
#6FACA1
(111,172,161)
#649B91
(100,155,145)
#598A81
(89,138,129)
#4E7971
(78,121,113)
#436861
(67,104,97)
#385751
(56,87,81)
#2D4641
(45,70,65)
#223531
(34,53,49)
#172421
(23,36,33)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #7ABDB1

#7ABDB1
(122,189,177)
#86C3B8
(134,195,184)
#92C9BF
(146,201,191)
#9ECFC6
(158,207,198)
#AAD5CD
(170,213,205)
#B6DBD4
(182,219,212)
#C2E1DB
(194,225,219)
#CEE7E2
(206,231,226)
#DAEDE9
(218,237,233)
#E6F3F0
(230,243,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABDB1; }

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

This text font color is #7ABDB1.


Background Color

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

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

This div background color is #7ABDB1.


Border color

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

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

This div border color is #7ABDB1.


Opacity

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

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

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

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

This text has shadow with #7ABDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABDB1 on black background.


Color preview on white background

This text has color #7ABDB1 on white background.



Black color preview on #7ABDB1 background

This text has black color on #7ABDB1 background.


White color preview on #7ABDB1 background

This text has white color on #7ABDB1 background.