COLOR #7AD1E0

HEX: #7AD1E0
RGB: (122,209,224)

Color info

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

RGB color model

#7AD1E0 color RGB value is (122,209,224).

  • red value is 122;
  • green value is 209;
  • blue value is 224.
RGB: (122,209,224) (48%,82%,88%)

RGB channels and saturation

R 122 of 255 = 48%
G 209 of 255 = 82%
B 224 of 255 = 88%

122
209
224

R + G + B ~ 73%. #7AD1E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 209 + 224 = 555 (100%)
R 122 of 555 ~ 21.98%
G 209 of 555 ~ 37.66%
B 224 of 555 ~ 40.36%

%21.98
%37.66
%40.36

CMYK color model

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

  • cyan value is 45.54%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (46,7,0,12) C46M7Y0K12 (46%,7%,0%,12%) (0.46/0.07/0.00/0.12)

CMYK percentages

%45.54
%6.7
%0
%12.16

Codes

Color #7AD1E0 in popluar color models

7AD1E0
RGB122209224
HSL189°62.20%67.84%
HSB/HSV189°45.54%87.84%
CMYK45.54%6.70%0.00%
12.16%

Color #7AD1E0 in popluar number systems.

HEX7AD1E0
Decimal122209224
Binary11110101101000111100000
Octal172321340

Shades and tints

Shades of #7AD1E0

#7AD1E0
(122,209,224)
#6FBECC
(111,190,204)
#64ABB8
(100,171,184)
#5998A4
(89,152,164)
#4E8590
(78,133,144)
#43727C
(67,114,124)
#385F68
(56,95,104)
#2D4C54
(45,76,84)
#223940
(34,57,64)
#17262C
(23,38,44)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #7AD1E0

#7AD1E0
(122,209,224)
#86D5E2
(134,213,226)
#92D9E4
(146,217,228)
#9EDDE6
(158,221,230)
#AAE1E8
(170,225,232)
#B6E5EA
(182,229,234)
#C2E9EC
(194,233,236)
#CEEDEE
(206,237,238)
#DAF1F0
(218,241,240)
#E6F5F2
(230,245,242)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD1E0 color. Also use rgb(122,209,224) instead hex code.

Text Font Color

.myTextColor { color: #7AD1E0; }

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

This text font color is #7AD1E0.


Background Color

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

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

This div background color is #7AD1E0.


Border color

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

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

This div border color is #7AD1E0.


Opacity

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

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

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

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

This text has shadow with #7AD1E0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7AD1E0 on black background.


Color preview on white background

This text has color #7AD1E0 on white background.



Black color preview on #7AD1E0 background

This text has black color on #7AD1E0 background.


White color preview on #7AD1E0 background

This text has white color on #7AD1E0 background.