COLOR #7AC0EF

HEX: #7AC0EF
RGB: (122,192,239)

Color info

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

RGB color model

#7AC0EF color RGB value is (122,192,239).

  • red value is 122;
  • green value is 192;
  • blue value is 239.
RGB:
(122,192,239)
(48%,75%,94%)

RGB channels and saturation

R 122 of 255 = 48%
G 192 of 255 = 75%
B 239 of 255 = 94%

122
192
239

R + G + B ~ 72%. #7AC0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 192 + 239 = 553 (100%)
R 122 of 553 ~ 22.06%
G 192 of 553 ~ 34.72%
B 239 of 553 ~ 43.22%

%22.06
%34.72
%43.22

CMYK color model

#7AC0EF color CMYK value is (49,20,0,6).

  • cyan value is 48.95%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(49,20,0,6)
C49M20Y0K6 
(49%,20%,0%,6%)
(0.49/0.20/0.00/0.06)	

CMYK percentages

%48.95
%19.67
%0
%6.27

Codes

Color #7AC0EF in popluar color models

7AC0EF
RGB122192239
HSL204°78.52%70.78%
HSB/HSV204°48.95%93.73%
CMYK48.95%19.67%0.00%
6.27%

Color #7AC0EF in popluar number systems.

HEX7AC0EF
Decimal122192239
Binary11110101100000011101111
Octal172300357

Shades and tints

Shades of #7AC0EF

#7AC0EF
(122,192,239)
#6FAFDA
(111,175,218)
#649EC5
(100,158,197)
#598DB0
(89,141,176)
#4E7C9B
(78,124,155)
#436B86
(67,107,134)
#385A71
(56,90,113)
#2D495C
(45,73,92)
#223847
(34,56,71)
#172732
(23,39,50)
#0C161D
(12,22,29)
#000000
(0,0,0)

Tints of #7AC0EF

#7AC0EF
(122,192,239)
#86C5F0
(134,197,240)
#92CAF1
(146,202,241)
#9ECFF2
(158,207,242)
#AAD4F3
(170,212,243)
#B6D9F4
(182,217,244)
#C2DEF5
(194,222,245)
#CEE3F6
(206,227,246)
#DAE8F7
(218,232,247)
#E6EDF8
(230,237,248)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC0EF color. Also use rgb(122,192,239) instead hex code.

Text Font Color

.myTextColor { color: #7AC0EF; }

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

This text font color is #7AC0EF.


Background Color

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

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

This div background color is #7AC0EF.


Border color

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

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

This div border color is #7AC0EF.


Opacity

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

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

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

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

This text has shadow with #7AC0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC0EF on black background.


Color preview on white background

This text has color #7AC0EF on white background.



Black color preview on #7AC0EF background

This text has black color on #7AC0EF background.


White color preview on #7AC0EF background

This text has white color on #7AC0EF background.