COLOR #7AE0F3

HEX: #7AE0F3
RGB: (122,224,243)

Color info

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

RGB color model

#7AE0F3 color RGB value is (122,224,243).

  • red value is 122;
  • green value is 224;
  • blue value is 243.
RGB:
(122,224,243)
(48%,88%,95%)

RGB channels and saturation

R 122 of 255 = 48%
G 224 of 255 = 88%
B 243 of 255 = 95%

122
224
243

R + G + B ~ 77%. #7AE0F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 224 + 243 = 589 (100%)
R 122 of 589 ~ 20.71%
G 224 of 589 ~ 38.03%
B 243 of 589 ~ 41.26%

%20.71
%38.03
%41.26

CMYK color model

#7AE0F3 color CMYK value is (50,8,0,5).

  • cyan value is 49.79%
  • magenta value is 7.82%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(50,8,0,5)
C50M8Y0K5 
(50%,8%,0%,5%)
(0.50/0.08/0.00/0.05)	

CMYK percentages

%49.79
%7.82
%0
%4.71

Codes

Color #7AE0F3 in popluar color models

7AE0F3
RGB122224243
HSL189°83.45%71.57%
HSB/HSV189°49.79%95.29%
CMYK49.79%7.82%0.00%
4.71%

Color #7AE0F3 in popluar number systems.

HEX7AE0F3
Decimal122224243
Binary11110101110000011110011
Octal172340363

Shades and tints

Shades of #7AE0F3

#7AE0F3
(122,224,243)
#6FCCDD
(111,204,221)
#64B8C7
(100,184,199)
#59A4B1
(89,164,177)
#4E909B
(78,144,155)
#437C85
(67,124,133)
#38686F
(56,104,111)
#2D5459
(45,84,89)
#224043
(34,64,67)
#172C2D
(23,44,45)
#0C1817
(12,24,23)
#000000
(0,0,0)

Tints of #7AE0F3

#7AE0F3
(122,224,243)
#86E2F4
(134,226,244)
#92E4F5
(146,228,245)
#9EE6F6
(158,230,246)
#AAE8F7
(170,232,247)
#B6EAF8
(182,234,248)
#C2ECF9
(194,236,249)
#CEEEFA
(206,238,250)
#DAF0FB
(218,240,251)
#E6F2FC
(230,242,252)
#F2F4FD
(242,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE0F3 color. Also use rgb(122,224,243) instead hex code.

Text Font Color

.myTextColor { color: #7AE0F3; }

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

This text font color is #7AE0F3.


Background Color

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

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

This div background color is #7AE0F3.


Border color

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

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

This div border color is #7AE0F3.


Opacity

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

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

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

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

This text has shadow with #7AE0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE0F3 on black background.


Color preview on white background

This text has color #7AE0F3 on white background.



Black color preview on #7AE0F3 background

This text has black color on #7AE0F3 background.


White color preview on #7AE0F3 background

This text has white color on #7AE0F3 background.