COLOR #7AFDC8

HEX: #7AFDC8
RGB: (122,253,200)

Color info

#7AFDC8 contains mainly green and blue colors. Web safe color of #7AFDC8 is #66FFCC (or #6FC).

RGB color model

#7AFDC8 color RGB value is (122,253,200).

  • red value is 122;
  • green value is 253;
  • blue value is 200.
RGB:
(122,253,200)
(48%,99%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 253 of 255 = 99%
B 200 of 255 = 78%

122
253
200

R + G + B ~ 75%. #7AFDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 253 + 200 = 575 (100%)
R 122 of 575 ~ 21.22%
G 253 of 575 ~ 44%
B 200 of 575 ~ 34.78%

%21.22
%44
%34.78

CMYK color model

#7AFDC8 color CMYK value is (52,0,21,1).

  • cyan value is 51.78%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(52,0,21,1)
C52M0Y21K1 
(52%,0%,21%,1%)
(0.52/0.00/0.21/0.01)	

CMYK percentages

%51.78
%0
%20.95
%0.78

Codes

Color #7AFDC8 in popluar color models

7AFDC8
RGB122253200
HSL156°97.04%73.53%
HSB/HSV156°51.78%99.22%
CMYK51.78%0.00%20.95%
0.78%

Color #7AFDC8 in popluar number systems.

HEX7AFDC8
Decimal122253200
Binary11110101111110111001000
Octal172375310

Shades and tints

Shades of #7AFDC8

#7AFDC8
(122,253,200)
#6FE6B6
(111,230,182)
#64CFA4
(100,207,164)
#59B892
(89,184,146)
#4EA180
(78,161,128)
#438A6E
(67,138,110)
#38735C
(56,115,92)
#2D5C4A
(45,92,74)
#224538
(34,69,56)
#172E26
(23,46,38)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AFDC8

#7AFDC8
(122,253,200)
#86FDCD
(134,253,205)
#92FDD2
(146,253,210)
#9EFDD7
(158,253,215)
#AAFDDC
(170,253,220)
#B6FDE1
(182,253,225)
#C2FDE6
(194,253,230)
#CEFDEB
(206,253,235)
#DAFDF0
(218,253,240)
#E6FDF5
(230,253,245)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFDC8 color. Also use rgb(122,253,200) instead hex code.

Text Font Color

.myTextColor { color: #7AFDC8; }

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

This text font color is #7AFDC8.


Background Color

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

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

This div background color is #7AFDC8.


Border color

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

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

This div border color is #7AFDC8.


Opacity

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

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

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

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

This text has shadow with #7AFDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AFDC8 on black background.


Color preview on white background

This text has color #7AFDC8 on white background.



Black color preview on #7AFDC8 background

This text has black color on #7AFDC8 background.


White color preview on #7AFDC8 background

This text has white color on #7AFDC8 background.