COLOR #7AE7F6

HEX: #7AE7F6
RGB: (122,231,246)

Color info

#7AE7F6 contains mainly green and blue colors. Web safe color of #7AE7F6 is #66FFFF (or #6FF).

RGB color model

#7AE7F6 color RGB value is (122,231,246).

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

RGB channels and saturation

R 122 of 255 = 48%
G 231 of 255 = 91%
B 246 of 255 = 96%

122
231
246

R + G + B ~ 78%. #7AE7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 231 + 246 = 599 (100%)
R 122 of 599 ~ 20.37%
G 231 of 599 ~ 38.56%
B 246 of 599 ~ 41.07%

%20.37
%38.56
%41.07

CMYK color model

#7AE7F6 color CMYK value is (50,6,0,4).

  • cyan value is 50.41%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(50,6,0,4)
C50M6Y0K4 
(50%,6%,0%,4%)
(0.50/0.06/0.00/0.04)	

CMYK percentages

%50.41
%6.1
%0
%3.53

Codes

Color #7AE7F6 in popluar color models

7AE7F6
RGB122231246
HSL187°87.32%72.16%
HSB/HSV187°50.41%96.47%
CMYK50.41%6.10%0.00%
3.53%

Color #7AE7F6 in popluar number systems.

HEX7AE7F6
Decimal122231246
Binary11110101110011111110110
Octal172347366

Shades and tints

Shades of #7AE7F6

#7AE7F6
(122,231,246)
#6FD2E0
(111,210,224)
#64BDCA
(100,189,202)
#59A8B4
(89,168,180)
#4E939E
(78,147,158)
#437E88
(67,126,136)
#386972
(56,105,114)
#2D545C
(45,84,92)
#223F46
(34,63,70)
#172A30
(23,42,48)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #7AE7F6

#7AE7F6
(122,231,246)
#86E9F6
(134,233,246)
#92EBF6
(146,235,246)
#9EEDF6
(158,237,246)
#AAEFF6
(170,239,246)
#B6F1F6
(182,241,246)
#C2F3F6
(194,243,246)
#CEF5F6
(206,245,246)
#DAF7F6
(218,247,246)
#E6F9F6
(230,249,246)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AE7F6; }

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

This text font color is #7AE7F6.


Background Color

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

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

This div background color is #7AE7F6.


Border color

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

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

This div border color is #7AE7F6.


Opacity

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

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

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

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

This text has shadow with #7AE7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE7F6 on black background.


Color preview on white background

This text has color #7AE7F6 on white background.



Black color preview on #7AE7F6 background

This text has black color on #7AE7F6 background.


White color preview on #7AE7F6 background

This text has white color on #7AE7F6 background.