COLOR #7AC0E1

HEX: #7AC0E1
RGB: (122,192,225)

Color info

#7AC0E1 contains mainly green and blue colors. Web safe color of #7AC0E1 is #66CCCC (or #6CC).

RGB color model

#7AC0E1 color RGB value is (122,192,225).

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

RGB channels and saturation

R 122 of 255 = 48%
G 192 of 255 = 75%
B 225 of 255 = 88%

122
192
225

R + G + B ~ 70%. #7AC0E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 192 + 225 = 539 (100%)
R 122 of 539 ~ 22.63%
G 192 of 539 ~ 35.62%
B 225 of 539 ~ 41.74%

%22.63
%35.62
%41.74

CMYK color model

#7AC0E1 color CMYK value is (46,15,0,12).

  • cyan value is 45.78%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(46,15,0,12)
C46M15Y0K12 
(46%,15%,0%,12%)
(0.46/0.15/0.00/0.12)	

CMYK percentages

%45.78
%14.67
%0
%11.76

Codes

Color #7AC0E1 in popluar color models

7AC0E1
RGB122192225
HSL199°63.19%68.04%
HSB/HSV199°45.78%88.24%
CMYK45.78%14.67%0.00%
11.76%

Color #7AC0E1 in popluar number systems.

HEX7AC0E1
Decimal122192225
Binary11110101100000011100001
Octal172300341

Shades and tints

Shades of #7AC0E1

#7AC0E1
(122,192,225)
#6FAFCD
(111,175,205)
#649EB9
(100,158,185)
#598DA5
(89,141,165)
#4E7C91
(78,124,145)
#436B7D
(67,107,125)
#385A69
(56,90,105)
#2D4955
(45,73,85)
#223841
(34,56,65)
#17272D
(23,39,45)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #7AC0E1

#7AC0E1
(122,192,225)
#86C5E3
(134,197,227)
#92CAE5
(146,202,229)
#9ECFE7
(158,207,231)
#AAD4E9
(170,212,233)
#B6D9EB
(182,217,235)
#C2DEED
(194,222,237)
#CEE3EF
(206,227,239)
#DAE8F1
(218,232,241)
#E6EDF3
(230,237,243)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC0E1; }

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

This text font color is #7AC0E1.


Background Color

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

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

This div background color is #7AC0E1.


Border color

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

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

This div border color is #7AC0E1.


Opacity

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

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

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

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

This text has shadow with #7AC0E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC0E1 on black background.


Color preview on white background

This text has color #7AC0E1 on white background.



Black color preview on #7AC0E1 background

This text has black color on #7AC0E1 background.


White color preview on #7AC0E1 background

This text has white color on #7AC0E1 background.