COLOR #6ADFF8

HEX: #6ADFF8
RGB: (106,223,248)

Color info

#6ADFF8 contains mainly green and blue colors. Web safe color of #6ADFF8 is #66CCFF (or #6CF).

RGB color model

#6ADFF8 color RGB value is (106,223,248).

  • red value is 106;
  • green value is 223;
  • blue value is 248.
RGB:
(106,223,248)
(42%,87%,97%)

RGB channels and saturation

R 106 of 255 = 42%
G 223 of 255 = 87%
B 248 of 255 = 97%

106
223
248

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

Portions of RGB colors in percentages

R + G + B =
106 + 223 + 248 = 577 (100%)
R 106 of 577 ~ 18.37%
G 223 of 577 ~ 38.65%
B 248 of 577 ~ 42.98%

%18.37
%38.65
%42.98

CMYK color model

#6ADFF8 color CMYK value is (57,10,0,3).

  • cyan value is 57.26%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(57,10,0,3)
C57M10Y0K3 
(57%,10%,0%,3%)
(0.57/0.10/0.00/0.03)	

CMYK percentages

%57.26
%10.08
%0
%2.75

Codes

Color #6ADFF8 in popluar color models

6ADFF8
RGB106223248
HSL191°91.03%69.41%
HSB/HSV191°57.26%97.25%
CMYK57.26%10.08%0.00%
2.75%

Color #6ADFF8 in popluar number systems.

HEX6ADFF8
Decimal106223248
Binary11010101101111111111000
Octal152337370

Shades and tints

Shades of #6ADFF8

#6ADFF8
(106,223,248)
#61CBE2
(97,203,226)
#58B7CC
(88,183,204)
#4FA3B6
(79,163,182)
#468FA0
(70,143,160)
#3D7B8A
(61,123,138)
#346774
(52,103,116)
#2B535E
(43,83,94)
#223F48
(34,63,72)
#192B32
(25,43,50)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #6ADFF8

#6ADFF8
(106,223,248)
#77E1F8
(119,225,248)
#84E3F8
(132,227,248)
#91E5F8
(145,229,248)
#9EE7F8
(158,231,248)
#ABE9F8
(171,233,248)
#B8EBF8
(184,235,248)
#C5EDF8
(197,237,248)
#D2EFF8
(210,239,248)
#DFF1F8
(223,241,248)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADFF8 color. Also use rgb(106,223,248) instead hex code.

Text Font Color

.myTextColor { color: #6ADFF8; }

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

This text font color is #6ADFF8.


Background Color

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

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

This div background color is #6ADFF8.


Border color

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

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

This div border color is #6ADFF8.


Opacity

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

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

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

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

This text has shadow with #6ADFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADFF8 on black background.


Color preview on white background

This text has color #6ADFF8 on white background.



Black color preview on #6ADFF8 background

This text has black color on #6ADFF8 background.


White color preview on #6ADFF8 background

This text has white color on #6ADFF8 background.