COLOR #7AFFDB

HEX: #7AFFDB
RGB: (122,255,219)

Color info

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

RGB color model

#7AFFDB color RGB value is (122,255,219).

  • red value is 122;
  • green value is 255;
  • blue value is 219.
RGB:
(122,255,219)
(48%,100%,86%)

RGB channels and saturation

R 122 of 255 = 48%
G 255 of 255 = 100%
B 219 of 255 = 86%

122
255
219

R + G + B ~ 78%. #7AFFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 255 + 219 = 596 (100%)
R 122 of 596 ~ 20.47%
G 255 of 596 ~ 42.79%
B 219 of 596 ~ 36.74%

%20.47
%42.79
%36.74

CMYK color model

#7AFFDB color CMYK value is (52,0,14,0).

  • cyan value is 52.16%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(52,0,14,0)
C52M0Y14K0 
(52%,0%,14%,0%)
(0.52/0.00/0.14/0.00)	

CMYK percentages

%52.16
%0
%14.12
%0

Codes

Color #7AFFDB in popluar color models

7AFFDB
RGB122255219
HSL164°100.00%73.92%
HSB/HSV164°52.16%100.00%
CMYK52.16%0.00%14.12%
0.00%

Color #7AFFDB in popluar number systems.

HEX7AFFDB
Decimal122255219
Binary11110101111111111011011
Octal172377333

Shades and tints

Shades of #7AFFDB

#7AFFDB
(122,255,219)
#6FE8C8
(111,232,200)
#64D1B5
(100,209,181)
#59BAA2
(89,186,162)
#4EA38F
(78,163,143)
#438C7C
(67,140,124)
#387569
(56,117,105)
#2D5E56
(45,94,86)
#224743
(34,71,67)
#173030
(23,48,48)
#0C191D
(12,25,29)
#000000
(0,0,0)

Tints of #7AFFDB

#7AFFDB
(122,255,219)
#86FFDE
(134,255,222)
#92FFE1
(146,255,225)
#9EFFE4
(158,255,228)
#AAFFE7
(170,255,231)
#B6FFEA
(182,255,234)
#C2FFED
(194,255,237)
#CEFFF0
(206,255,240)
#DAFFF3
(218,255,243)
#E6FFF6
(230,255,246)
#F2FFF9
(242,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFFDB color. Also use rgb(122,255,219) instead hex code.

Text Font Color

.myTextColor { color: #7AFFDB; }

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

This text font color is #7AFFDB.


Background Color

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

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

This div background color is #7AFFDB.


Border color

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

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

This div border color is #7AFFDB.


Opacity

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

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

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

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

This text has shadow with #7AFFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AFFDB on black background.


Color preview on white background

This text has color #7AFFDB on white background.



Black color preview on #7AFFDB background

This text has black color on #7AFFDB background.


White color preview on #7AFFDB background

This text has white color on #7AFFDB background.