COLOR #6ADBE8

HEX: #6ADBE8
RGB: (106,219,232)

Color info

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

RGB color model

#6ADBE8 color RGB value is (106,219,232).

  • red value is 106;
  • green value is 219;
  • blue value is 232.
RGB:
(106,219,232)
(42%,86%,91%)

RGB channels and saturation

R 106 of 255 = 42%
G 219 of 255 = 86%
B 232 of 255 = 91%

106
219
232

R + G + B ~ 73%. #6ADBE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 219 + 232 = 557 (100%)
R 106 of 557 ~ 19.03%
G 219 of 557 ~ 39.32%
B 232 of 557 ~ 41.65%

%19.03
%39.32
%41.65

CMYK color model

#6ADBE8 color CMYK value is (54,6,0,9).

  • cyan value is 54.31%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(54,6,0,9)
C54M6Y0K9 
(54%,6%,0%,9%)
(0.54/0.06/0.00/0.09)	

CMYK percentages

%54.31
%5.6
%0
%9.02

Codes

Color #6ADBE8 in popluar color models

6ADBE8
RGB106219232
HSL186°73.26%66.27%
HSB/HSV186°54.31%90.98%
CMYK54.31%5.60%0.00%
9.02%

Color #6ADBE8 in popluar number systems.

HEX6ADBE8
Decimal106219232
Binary11010101101101111101000
Octal152333350

Shades and tints

Shades of #6ADBE8

#6ADBE8
(106,219,232)
#61C8D3
(97,200,211)
#58B5BE
(88,181,190)
#4FA2A9
(79,162,169)
#468F94
(70,143,148)
#3D7C7F
(61,124,127)
#34696A
(52,105,106)
#2B5655
(43,86,85)
#224340
(34,67,64)
#19302B
(25,48,43)
#101D16
(16,29,22)
#000000
(0,0,0)

Tints of #6ADBE8

#6ADBE8
(106,219,232)
#77DEEA
(119,222,234)
#84E1EC
(132,225,236)
#91E4EE
(145,228,238)
#9EE7F0
(158,231,240)
#ABEAF2
(171,234,242)
#B8EDF4
(184,237,244)
#C5F0F6
(197,240,246)
#D2F3F8
(210,243,248)
#DFF6FA
(223,246,250)
#ECF9FC
(236,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADBE8 color. Also use rgb(106,219,232) instead hex code.

Text Font Color

.myTextColor { color: #6ADBE8; }

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

This text font color is #6ADBE8.


Background Color

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

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

This div background color is #6ADBE8.


Border color

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

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

This div border color is #6ADBE8.


Opacity

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

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

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

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

This text has shadow with #6ADBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADBE8 on black background.


Color preview on white background

This text has color #6ADBE8 on white background.



Black color preview on #6ADBE8 background

This text has black color on #6ADBE8 background.


White color preview on #6ADBE8 background

This text has white color on #6ADBE8 background.