COLOR #7AD4E6

HEX: #7AD4E6
RGB: (122,212,230)

Color info

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

RGB color model

#7AD4E6 color RGB value is (122,212,230).

  • red value is 122;
  • green value is 212;
  • blue value is 230.
RGB:
(122,212,230)
(48%,83%,90%)

RGB channels and saturation

R 122 of 255 = 48%
G 212 of 255 = 83%
B 230 of 255 = 90%

122
212
230

R + G + B ~ 74%. #7AD4E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 212 + 230 = 564 (100%)
R 122 of 564 ~ 21.63%
G 212 of 564 ~ 37.59%
B 230 of 564 ~ 40.78%

%21.63
%37.59
%40.78

CMYK color model

#7AD4E6 color CMYK value is (47,8,0,10).

  • cyan value is 46.96%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(47,8,0,10)
C47M8Y0K10 
(47%,8%,0%,10%)
(0.47/0.08/0.00/0.10)	

CMYK percentages

%46.96
%7.83
%0
%9.8

Codes

Color #7AD4E6 in popluar color models

7AD4E6
RGB122212230
HSL190°68.35%69.02%
HSB/HSV190°46.96%90.20%
CMYK46.96%7.83%0.00%
9.80%

Color #7AD4E6 in popluar number systems.

HEX7AD4E6
Decimal122212230
Binary11110101101010011100110
Octal172324346

Shades and tints

Shades of #7AD4E6

#7AD4E6
(122,212,230)
#6FC1D2
(111,193,210)
#64AEBE
(100,174,190)
#599BAA
(89,155,170)
#4E8896
(78,136,150)
#437582
(67,117,130)
#38626E
(56,98,110)
#2D4F5A
(45,79,90)
#223C46
(34,60,70)
#172932
(23,41,50)
#0C161E
(12,22,30)
#000000
(0,0,0)

Tints of #7AD4E6

#7AD4E6
(122,212,230)
#86D7E8
(134,215,232)
#92DAEA
(146,218,234)
#9EDDEC
(158,221,236)
#AAE0EE
(170,224,238)
#B6E3F0
(182,227,240)
#C2E6F2
(194,230,242)
#CEE9F4
(206,233,244)
#DAECF6
(218,236,246)
#E6EFF8
(230,239,248)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD4E6 color. Also use rgb(122,212,230) instead hex code.

Text Font Color

.myTextColor { color: #7AD4E6; }

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

This text font color is #7AD4E6.


Background Color

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

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

This div background color is #7AD4E6.


Border color

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

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

This div border color is #7AD4E6.


Opacity

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

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

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

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

This text has shadow with #7AD4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD4E6 on black background.


Color preview on white background

This text has color #7AD4E6 on white background.



Black color preview on #7AD4E6 background

This text has black color on #7AD4E6 background.


White color preview on #7AD4E6 background

This text has white color on #7AD4E6 background.