COLOR #6AFFD2

HEX: #6AFFD2
RGB: (106,255,210)

Color info

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

RGB color model

#6AFFD2 color RGB value is (106,255,210).

  • red value is 106;
  • green value is 255;
  • blue value is 210.
RGB:
(106,255,210)
(42%,100%,82%)

RGB channels and saturation

R 106 of 255 = 42%
G 255 of 255 = 100%
B 210 of 255 = 82%

106
255
210

R + G + B ~ 75%. #6AFFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 255 + 210 = 571 (100%)
R 106 of 571 ~ 18.56%
G 255 of 571 ~ 44.66%
B 210 of 571 ~ 36.78%

%18.56
%44.66
%36.78

CMYK color model

#6AFFD2 color CMYK value is (58,0,18,0).

  • cyan value is 58.43%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 0.00%
CMYK:
(58,0,18,0)
C58M0Y18K0 
(58%,0%,18%,0%)
(0.58/0.00/0.18/0.00)	

CMYK percentages

%58.43
%0
%17.65
%0

Codes

Color #6AFFD2 in popluar color models

6AFFD2
RGB106255210
HSL162°100.00%70.78%
HSB/HSV162°58.43%100.00%
CMYK58.43%0.00%17.65%
0.00%

Color #6AFFD2 in popluar number systems.

HEX6AFFD2
Decimal106255210
Binary11010101111111111010010
Octal152377322

Shades and tints

Shades of #6AFFD2

#6AFFD2
(106,255,210)
#61E8BF
(97,232,191)
#58D1AC
(88,209,172)
#4FBA99
(79,186,153)
#46A386
(70,163,134)
#3D8C73
(61,140,115)
#347560
(52,117,96)
#2B5E4D
(43,94,77)
#22473A
(34,71,58)
#193027
(25,48,39)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #6AFFD2

#6AFFD2
(106,255,210)
#77FFD6
(119,255,214)
#84FFDA
(132,255,218)
#91FFDE
(145,255,222)
#9EFFE2
(158,255,226)
#ABFFE6
(171,255,230)
#B8FFEA
(184,255,234)
#C5FFEE
(197,255,238)
#D2FFF2
(210,255,242)
#DFFFF6
(223,255,246)
#ECFFFA
(236,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFFD2 color. Also use rgb(106,255,210) instead hex code.

Text Font Color

.myTextColor { color: #6AFFD2; }

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

This text font color is #6AFFD2.


Background Color

.myBgColor { background-color: #6AFFD2; }

<div style="background-color:#6AFFD2">Inner text</div>

This div background color is #6AFFD2.


Border color

.myBorderColor { border: 1px solid #6AFFD2; }

<div style="border:3px solid #6AFFD2">Div</div>

This div border color is #6AFFD2.


Opacity

.myOpacity80 { color: #6AFFD2; opacity: 0.8; }

<p style="color:#6AFFD2;opacity:0.8;">80%</p>

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

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

This text has shadow with #6AFFD2 color.

.textShadow {text-shadow: 3px 3px 1px #6AFFD2, 3px 3px 1px red;}

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

This text has shadow with #6AFFD2 primary color and red secondary color.


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

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

This text has shadow with #6AFFD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFFD2 on black background.


Color preview on white background

This text has color #6AFFD2 on white background.



Black color preview on #6AFFD2 background

This text has black color on #6AFFD2 background.


White color preview on #6AFFD2 background

This text has white color on #6AFFD2 background.