COLOR #6AD6D8

HEX: #6AD6D8
RGB: (106,214,216)

Color info

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

RGB color model

#6AD6D8 color RGB value is (106,214,216).

  • red value is 106;
  • green value is 214;
  • blue value is 216.
RGB:
(106,214,216)
(42%,84%,85%)

RGB channels and saturation

R 106 of 255 = 42%
G 214 of 255 = 84%
B 216 of 255 = 85%

106
214
216

R + G + B ~ 70%. #6AD6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 214 + 216 = 536 (100%)
R 106 of 536 ~ 19.78%
G 214 of 536 ~ 39.93%
B 216 of 536 ~ 40.3%

%19.78
%39.93
%40.3

CMYK color model

#6AD6D8 color CMYK value is (51,1,0,15).

  • cyan value is 50.93%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(51,1,0,15)
C51M1Y0K15 
(51%,1%,0%,15%)
(0.51/0.01/0.00/0.15)	

CMYK percentages

%50.93
%0.93
%0
%15.29

Codes

Color #6AD6D8 in popluar color models

6AD6D8
RGB106214216
HSL181°58.51%63.14%
HSB/HSV181°50.93%84.71%
CMYK50.93%0.93%0.00%
15.29%

Color #6AD6D8 in popluar number systems.

HEX6AD6D8
Decimal106214216
Binary11010101101011011011000
Octal152326330

Shades and tints

Shades of #6AD6D8

#6AD6D8
(106,214,216)
#61C3C5
(97,195,197)
#58B0B2
(88,176,178)
#4F9D9F
(79,157,159)
#468A8C
(70,138,140)
#3D7779
(61,119,121)
#346466
(52,100,102)
#2B5153
(43,81,83)
#223E40
(34,62,64)
#192B2D
(25,43,45)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #6AD6D8

#6AD6D8
(106,214,216)
#77D9DB
(119,217,219)
#84DCDE
(132,220,222)
#91DFE1
(145,223,225)
#9EE2E4
(158,226,228)
#ABE5E7
(171,229,231)
#B8E8EA
(184,232,234)
#C5EBED
(197,235,237)
#D2EEF0
(210,238,240)
#DFF1F3
(223,241,243)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD6D8 color. Also use rgb(106,214,216) instead hex code.

Text Font Color

.myTextColor { color: #6AD6D8; }

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

This text font color is #6AD6D8.


Background Color

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

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

This div background color is #6AD6D8.


Border color

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

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

This div border color is #6AD6D8.


Opacity

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

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

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

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

This text has shadow with #6AD6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD6D8 on black background.


Color preview on white background

This text has color #6AD6D8 on white background.



Black color preview on #6AD6D8 background

This text has black color on #6AD6D8 background.


White color preview on #6AD6D8 background

This text has white color on #6AD6D8 background.