COLOR #7ABEAE

HEX: #7ABEAE
RGB: (122,190,174)

Color info

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

RGB color model

#7ABEAE color RGB value is (122,190,174).

  • red value is 122;
  • green value is 190;
  • blue value is 174.
RGB:
(122,190,174)
(48%,75%,68%)

RGB channels and saturation

R 122 of 255 = 48%
G 190 of 255 = 75%
B 174 of 255 = 68%

122
190
174

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

Portions of RGB colors in percentages

R + G + B =
122 + 190 + 174 = 486 (100%)
R 122 of 486 ~ 25.1%
G 190 of 486 ~ 39.09%
B 174 of 486 ~ 35.8%

%25.1
%39.09
%35.8

CMYK color model

#7ABEAE color CMYK value is (36,0,8,25).

  • cyan value is 35.79%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(36,0,8,25)
C36M0Y8K25 
(36%,0%,8%,25%)
(0.36/0.00/0.08/0.25)	

CMYK percentages

%35.79
%0
%8.42
%25.49

Codes

Color #7ABEAE in popluar color models

7ABEAE
RGB122190174
HSL166°34.34%61.18%
HSB/HSV166°35.79%74.51%
CMYK35.79%0.00%8.42%
25.49%

Color #7ABEAE in popluar number systems.

HEX7ABEAE
Decimal122190174
Binary11110101011111010101110
Octal172276256

Shades and tints

Shades of #7ABEAE

#7ABEAE
(122,190,174)
#6FAD9F
(111,173,159)
#649C90
(100,156,144)
#598B81
(89,139,129)
#4E7A72
(78,122,114)
#436963
(67,105,99)
#385854
(56,88,84)
#2D4745
(45,71,69)
#223636
(34,54,54)
#172527
(23,37,39)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #7ABEAE

#7ABEAE
(122,190,174)
#86C3B5
(134,195,181)
#92C8BC
(146,200,188)
#9ECDC3
(158,205,195)
#AAD2CA
(170,210,202)
#B6D7D1
(182,215,209)
#C2DCD8
(194,220,216)
#CEE1DF
(206,225,223)
#DAE6E6
(218,230,230)
#E6EBED
(230,235,237)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ABEAE; }

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

This text font color is #7ABEAE.


Background Color

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

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

This div background color is #7ABEAE.


Border color

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

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

This div border color is #7ABEAE.


Opacity

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

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

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

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

This text has shadow with #7ABEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABEAE on black background.


Color preview on white background

This text has color #7ABEAE on white background.



Black color preview on #7ABEAE background

This text has black color on #7ABEAE background.


White color preview on #7ABEAE background

This text has white color on #7ABEAE background.