COLOR #7AC0EC

HEX: #7AC0EC
RGB: (122,192,236)

Color info

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

RGB color model

#7AC0EC color RGB value is (122,192,236).

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

RGB channels and saturation

R 122 of 255 = 48%
G 192 of 255 = 75%
B 236 of 255 = 93%

122
192
236

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

Portions of RGB colors in percentages

R + G + B =
122 + 192 + 236 = 550 (100%)
R 122 of 550 ~ 22.18%
G 192 of 550 ~ 34.91%
B 236 of 550 ~ 42.91%

%22.18
%34.91
%42.91

CMYK color model

#7AC0EC color CMYK value is (48,19,0,7).

  • cyan value is 48.31%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(48,19,0,7)
C48M19Y0K7 
(48%,19%,0%,7%)
(0.48/0.19/0.00/0.07)	

CMYK percentages

%48.31
%18.64
%0
%7.45

Codes

Color #7AC0EC in popluar color models

7AC0EC
RGB122192236
HSL203°75.00%70.20%
HSB/HSV203°48.31%92.55%
CMYK48.31%18.64%0.00%
7.45%

Color #7AC0EC in popluar number systems.

HEX7AC0EC
Decimal122192236
Binary11110101100000011101100
Octal172300354

Shades and tints

Shades of #7AC0EC

#7AC0EC
(122,192,236)
#6FAFD7
(111,175,215)
#649EC2
(100,158,194)
#598DAD
(89,141,173)
#4E7C98
(78,124,152)
#436B83
(67,107,131)
#385A6E
(56,90,110)
#2D4959
(45,73,89)
#223844
(34,56,68)
#17272F
(23,39,47)
#0C161A
(12,22,26)
#000000
(0,0,0)

Tints of #7AC0EC

#7AC0EC
(122,192,236)
#86C5ED
(134,197,237)
#92CAEE
(146,202,238)
#9ECFEF
(158,207,239)
#AAD4F0
(170,212,240)
#B6D9F1
(182,217,241)
#C2DEF2
(194,222,242)
#CEE3F3
(206,227,243)
#DAE8F4
(218,232,244)
#E6EDF5
(230,237,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC0EC; }

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

This text font color is #7AC0EC.


Background Color

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

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

This div background color is #7AC0EC.


Border color

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

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

This div border color is #7AC0EC.


Opacity

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

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

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

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

This text has shadow with #7AC0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC0EC on black background.


Color preview on white background

This text has color #7AC0EC on white background.



Black color preview on #7AC0EC background

This text has black color on #7AC0EC background.


White color preview on #7AC0EC background

This text has white color on #7AC0EC background.