COLOR #7ABDA1

HEX: #7ABDA1
RGB: (122,189,161)

Color info

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

RGB color model

#7ABDA1 color RGB value is (122,189,161).

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

RGB channels and saturation

R 122 of 255 = 48%
G 189 of 255 = 74%
B 161 of 255 = 63%

122
189
161

R + G + B ~ 62%. #7ABDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 189 + 161 = 472 (100%)
R 122 of 472 ~ 25.85%
G 189 of 472 ~ 40.04%
B 161 of 472 ~ 34.11%

%25.85
%40.04
%34.11

CMYK color model

#7ABDA1 color CMYK value is (35,0,15,26).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(35,0,15,26)
C35M0Y15K26 
(35%,0%,15%,26%)
(0.35/0.00/0.15/0.26)	

CMYK percentages

%35.45
%0
%14.81
%25.88

Codes

Color #7ABDA1 in popluar color models

7ABDA1
RGB122189161
HSL155°33.67%60.98%
HSB/HSV155°35.45%74.12%
CMYK35.45%0.00%14.81%
25.88%

Color #7ABDA1 in popluar number systems.

HEX7ABDA1
Decimal122189161
Binary11110101011110110100001
Octal172275241

Shades and tints

Shades of #7ABDA1

#7ABDA1
(122,189,161)
#6FAC93
(111,172,147)
#649B85
(100,155,133)
#598A77
(89,138,119)
#4E7969
(78,121,105)
#43685B
(67,104,91)
#38574D
(56,87,77)
#2D463F
(45,70,63)
#223531
(34,53,49)
#172423
(23,36,35)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #7ABDA1

#7ABDA1
(122,189,161)
#86C3A9
(134,195,169)
#92C9B1
(146,201,177)
#9ECFB9
(158,207,185)
#AAD5C1
(170,213,193)
#B6DBC9
(182,219,201)
#C2E1D1
(194,225,209)
#CEE7D9
(206,231,217)
#DAEDE1
(218,237,225)
#E6F3E9
(230,243,233)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABDA1; }

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

This text font color is #7ABDA1.


Background Color

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

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

This div background color is #7ABDA1.


Border color

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

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

This div border color is #7ABDA1.


Opacity

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

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

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

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

This text has shadow with #7ABDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABDA1 on black background.


Color preview on white background

This text has color #7ABDA1 on white background.



Black color preview on #7ABDA1 background

This text has black color on #7ABDA1 background.


White color preview on #7ABDA1 background

This text has white color on #7ABDA1 background.