COLOR #7ABEA9

HEX: #7ABEA9 RGB: (122,190,169)

Color info

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

RGB color model

#7ABEA9 color RGB value is (122,190,169).

RGB: (122,190,169) (48%, 75%, 66%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 169 of 255 = 66%

122
190
169

R + G + B ~ 63%. #7ABEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 190 + 169 = 481 (100%)
R 122 of 481 ~ 25.36%
G 190 of 481 ~ 39.5%
B 169 of 481 ~ 35.14'%

%25.36
%39.5
%35.14

CMYK color model

#7ABEA9 color CMYK value is (36,0,11,25).

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

CMYK: (36,0,11,25)
C36M0Y11K25 (36%, 0%, 11%, 25%)
(0.36 / 0.00 / 0.11 / 0.25)

CMYK percentages

%35.79
%0
%11.05
%25.49

Codes

Color #7ABEA9 in popluar color models

7A BE A9
RGB 122 190 169
HSL 161° 34.34% 61.18%
HSB/HSV 161° 35.79% 74.51%
CMYK 35.79% 0.00% 11.05%
25.49%

Color #7ABEA9 in popluar number systems.

HEX 7A BE A9
Decimal 122 190 169
Binary 1111010 10111110 10101001
Octal 172 276 251

Shades and tints

Shades of #7ABEA9

#7ABEA9
(122,190,169)
#6FAD9A
(111,173,154)
#649C8B
(100,156,139)
#598B7C
(89,139,124)
#4E7A6D
(78,122,109)
#43695E
(67,105,94)
#38584F
(56,88,79)
#2D4740
(45,71,64)
#223631
(34,54,49)
#172522
(23,37,34)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #7ABEA9

#7ABEA9
(122,190,169)
#86C3B0
(134,195,176)
#92C8B7
(146,200,183)
#9ECDBE
(158,205,190)
#AAD2C5
(170,210,197)
#B6D7CC
(182,215,204)
#C2DCD3
(194,220,211)
#CEE1DA
(206,225,218)
#DAE6E1
(218,230,225)
#E6EBE8
(230,235,232)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABEA9; }

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

This text font color is #7ABEA9.

Background Color

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

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

This div background color is #7ABEA9.

Border color

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

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

This div border color is #7ABEA9.

Opacity

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

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

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

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

This text has shadow with #7ABEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7ABEA9.

Preview

Color preview on black background

This text has color #7ABEA9 on black background.


Color preview on white background

This text has color #7ABEA9 on white background.


Black color preview on #7ABEA9 background

This text has black color on #7ABEA9 background.


White color preview on #7ABEA9 background

This text has white color on #7ABEA9 background.


Related colors

Complementary color

Complementary color for #hex is #854156.


I love getcolorcode.com

Triadic colors

1 #A97ABE and #BEA97A with #7ABEA9 are triadic colors.

2 #A9BE7A and #BE7AA9 with #7ABEA9 are triadic colors.