COLOR #6ADFF3

HEX: #6ADFF3
RGB: (106,223,243)

Color info

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

RGB color model

#6ADFF3 color RGB value is (106,223,243).

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

RGB channels and saturation

R 106 of 255 = 42%
G 223 of 255 = 87%
B 243 of 255 = 95%

106
223
243

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

Portions of RGB colors in percentages

R + G + B =
106 + 223 + 243 = 572 (100%)
R 106 of 572 ~ 18.53%
G 223 of 572 ~ 38.99%
B 243 of 572 ~ 42.48%

%18.53
%38.99
%42.48

CMYK color model

#6ADFF3 color CMYK value is (56,8,0,5).

  • cyan value is 56.38%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(56,8,0,5)
C56M8Y0K5 
(56%,8%,0%,5%)
(0.56/0.08/0.00/0.05)	

CMYK percentages

%56.38
%8.23
%0
%4.71

Codes

Color #6ADFF3 in popluar color models

6ADFF3
RGB106223243
HSL189°85.09%68.43%
HSB/HSV189°56.38%95.29%
CMYK56.38%8.23%0.00%
4.71%

Color #6ADFF3 in popluar number systems.

HEX6ADFF3
Decimal106223243
Binary11010101101111111110011
Octal152337363

Shades and tints

Shades of #6ADFF3

#6ADFF3
(106,223,243)
#61CBDD
(97,203,221)
#58B7C7
(88,183,199)
#4FA3B1
(79,163,177)
#468F9B
(70,143,155)
#3D7B85
(61,123,133)
#34676F
(52,103,111)
#2B5359
(43,83,89)
#223F43
(34,63,67)
#192B2D
(25,43,45)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #6ADFF3

#6ADFF3
(106,223,243)
#77E1F4
(119,225,244)
#84E3F5
(132,227,245)
#91E5F6
(145,229,246)
#9EE7F7
(158,231,247)
#ABE9F8
(171,233,248)
#B8EBF9
(184,235,249)
#C5EDFA
(197,237,250)
#D2EFFB
(210,239,251)
#DFF1FC
(223,241,252)
#ECF3FD
(236,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ADFF3; }

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

This text font color is #6ADFF3.


Background Color

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

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

This div background color is #6ADFF3.


Border color

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

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

This div border color is #6ADFF3.


Opacity

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

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

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

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

This text has shadow with #6ADFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADFF3 on black background.


Color preview on white background

This text has color #6ADFF3 on white background.



Black color preview on #6ADFF3 background

This text has black color on #6ADFF3 background.


White color preview on #6ADFF3 background

This text has white color on #6ADFF3 background.