COLOR #7AC4E2

HEX: #7AC4E2
RGB: (122,196,226)

Color info

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

RGB color model

#7AC4E2 color RGB value is (122,196,226).

  • red value is 122;
  • green value is 196;
  • blue value is 226.
RGB:
(122,196,226)
(48%,77%,89%)

RGB channels and saturation

R 122 of 255 = 48%
G 196 of 255 = 77%
B 226 of 255 = 89%

122
196
226

R + G + B ~ 71%. #7AC4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 196 + 226 = 544 (100%)
R 122 of 544 ~ 22.43%
G 196 of 544 ~ 36.03%
B 226 of 544 ~ 41.54%

%22.43
%36.03
%41.54

CMYK color model

#7AC4E2 color CMYK value is (46,13,0,11).

  • cyan value is 46.02%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(46,13,0,11)
C46M13Y0K11 
(46%,13%,0%,11%)
(0.46/0.13/0.00/0.11)	

CMYK percentages

%46.02
%13.27
%0
%11.37

Codes

Color #7AC4E2 in popluar color models

7AC4E2
RGB122196226
HSL197°64.20%68.24%
HSB/HSV197°46.02%88.63%
CMYK46.02%13.27%0.00%
11.37%

Color #7AC4E2 in popluar number systems.

HEX7AC4E2
Decimal122196226
Binary11110101100010011100010
Octal172304342

Shades and tints

Shades of #7AC4E2

#7AC4E2
(122,196,226)
#6FB3CE
(111,179,206)
#64A2BA
(100,162,186)
#5991A6
(89,145,166)
#4E8092
(78,128,146)
#436F7E
(67,111,126)
#385E6A
(56,94,106)
#2D4D56
(45,77,86)
#223C42
(34,60,66)
#172B2E
(23,43,46)
#0C1A1A
(12,26,26)
#000000
(0,0,0)

Tints of #7AC4E2

#7AC4E2
(122,196,226)
#86C9E4
(134,201,228)
#92CEE6
(146,206,230)
#9ED3E8
(158,211,232)
#AAD8EA
(170,216,234)
#B6DDEC
(182,221,236)
#C2E2EE
(194,226,238)
#CEE7F0
(206,231,240)
#DAECF2
(218,236,242)
#E6F1F4
(230,241,244)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC4E2 color. Also use rgb(122,196,226) instead hex code.

Text Font Color

.myTextColor { color: #7AC4E2; }

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

This text font color is #7AC4E2.


Background Color

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

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

This div background color is #7AC4E2.


Border color

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

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

This div border color is #7AC4E2.


Opacity

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

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

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

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

This text has shadow with #7AC4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC4E2 on black background.


Color preview on white background

This text has color #7AC4E2 on white background.



Black color preview on #7AC4E2 background

This text has black color on #7AC4E2 background.


White color preview on #7AC4E2 background

This text has white color on #7AC4E2 background.