COLOR #7ABAE7

HEX: #7ABAE7
RGB: (122,186,231)

Color info

#7ABAE7 contains mainly green and blue colors. Web safe color of #7ABAE7 is #66CCFF (or #6CF).

RGB color model

#7ABAE7 color RGB value is (122,186,231).

  • red value is 122;
  • green value is 186;
  • blue value is 231.
RGB:
(122,186,231)
(48%,73%,91%)

RGB channels and saturation

R 122 of 255 = 48%
G 186 of 255 = 73%
B 231 of 255 = 91%

122
186
231

R + G + B ~ 71%. #7ABAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 186 + 231 = 539 (100%)
R 122 of 539 ~ 22.63%
G 186 of 539 ~ 34.51%
B 231 of 539 ~ 42.86%

%22.63
%34.51
%42.86

CMYK color model

#7ABAE7 color CMYK value is (47,19,0,9).

  • cyan value is 47.19%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(47,19,0,9)
C47M19Y0K9 
(47%,19%,0%,9%)
(0.47/0.19/0.00/0.09)	

CMYK percentages

%47.19
%19.48
%0
%9.41

Codes

Color #7ABAE7 in popluar color models

7ABAE7
RGB122186231
HSL205°69.43%69.22%
HSB/HSV205°47.19%90.59%
CMYK47.19%19.48%0.00%
9.41%

Color #7ABAE7 in popluar number systems.

HEX7ABAE7
Decimal122186231
Binary11110101011101011100111
Octal172272347

Shades and tints

Shades of #7ABAE7

#7ABAE7
(122,186,231)
#6FAAD2
(111,170,210)
#649ABD
(100,154,189)
#598AA8
(89,138,168)
#4E7A93
(78,122,147)
#436A7E
(67,106,126)
#385A69
(56,90,105)
#2D4A54
(45,74,84)
#223A3F
(34,58,63)
#172A2A
(23,42,42)
#0C1A15
(12,26,21)
#000000
(0,0,0)

Tints of #7ABAE7

#7ABAE7
(122,186,231)
#86C0E9
(134,192,233)
#92C6EB
(146,198,235)
#9ECCED
(158,204,237)
#AAD2EF
(170,210,239)
#B6D8F1
(182,216,241)
#C2DEF3
(194,222,243)
#CEE4F5
(206,228,245)
#DAEAF7
(218,234,247)
#E6F0F9
(230,240,249)
#F2F6FB
(242,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ABAE7 color. Also use rgb(122,186,231) instead hex code.

Text Font Color

.myTextColor { color: #7ABAE7; }

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

This text font color is #7ABAE7.


Background Color

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

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

This div background color is #7ABAE7.


Border color

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

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

This div border color is #7ABAE7.


Opacity

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

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

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

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

This text has shadow with #7ABAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ABAE7 on black background.


Color preview on white background

This text has color #7ABAE7 on white background.



Black color preview on #7ABAE7 background

This text has black color on #7ABAE7 background.


White color preview on #7ABAE7 background

This text has white color on #7ABAE7 background.