COLOR #6ADACF

HEX: #6ADACF
RGB: (106,218,207)

Color info

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

RGB color model

#6ADACF color RGB value is (106,218,207).

  • red value is 106;
  • green value is 218;
  • blue value is 207.
RGB:
(106,218,207)
(42%,85%,81%)

RGB channels and saturation

R 106 of 255 = 42%
G 218 of 255 = 85%
B 207 of 255 = 81%

106
218
207

R + G + B ~ 69%. #6ADACF is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 218 + 207 = 531 (100%)
R 106 of 531 ~ 19.96%
G 218 of 531 ~ 41.05%
B 207 of 531 ~ 38.98%

%19.96
%41.05
%38.98

CMYK color model

#6ADACF color CMYK value is (51,0,5,15).

  • cyan value is 51.38%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 14.51%
CMYK:
(51,0,5,15)
C51M0Y5K15 
(51%,0%,5%,15%)
(0.51/0.00/0.05/0.15)	

CMYK percentages

%51.38
%0
%5.05
%14.51

Codes

Color #6ADACF in popluar color models

6ADACF
RGB106218207
HSL174°60.22%63.53%
HSB/HSV174°51.38%85.49%
CMYK51.38%0.00%5.05%
14.51%

Color #6ADACF in popluar number systems.

HEX6ADACF
Decimal106218207
Binary11010101101101011001111
Octal152332317

Shades and tints

Shades of #6ADACF

#6ADACF
(106,218,207)
#61C7BD
(97,199,189)
#58B4AB
(88,180,171)
#4FA199
(79,161,153)
#468E87
(70,142,135)
#3D7B75
(61,123,117)
#346863
(52,104,99)
#2B5551
(43,85,81)
#22423F
(34,66,63)
#192F2D
(25,47,45)
#101C1B
(16,28,27)
#000000
(0,0,0)

Tints of #6ADACF

#6ADACF
(106,218,207)
#77DDD3
(119,221,211)
#84E0D7
(132,224,215)
#91E3DB
(145,227,219)
#9EE6DF
(158,230,223)
#ABE9E3
(171,233,227)
#B8ECE7
(184,236,231)
#C5EFEB
(197,239,235)
#D2F2EF
(210,242,239)
#DFF5F3
(223,245,243)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADACF color. Also use rgb(106,218,207) instead hex code.

Text Font Color

.myTextColor { color: #6ADACF; }

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

This text font color is #6ADACF.


Background Color

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

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

This div background color is #6ADACF.


Border color

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

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

This div border color is #6ADACF.


Opacity

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

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

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

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

This text has shadow with #6ADACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADACF on black background.


Color preview on white background

This text has color #6ADACF on white background.



Black color preview on #6ADACF background

This text has black color on #6ADACF background.


White color preview on #6ADACF background

This text has white color on #6ADACF background.