COLOR #6ABED2

HEX: #6ABED2
RGB: (106,190,210)

Color info

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

RGB color model

#6ABED2 color RGB value is (106,190,210).

  • red value is 106;
  • green value is 190;
  • blue value is 210.
RGB:
(106,190,210)
(42%,75%,82%)

RGB channels and saturation

R 106 of 255 = 42%
G 190 of 255 = 75%
B 210 of 255 = 82%

106
190
210

R + G + B ~ 66%. #6ABED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 190 + 210 = 506 (100%)
R 106 of 506 ~ 20.95%
G 190 of 506 ~ 37.55%
B 210 of 506 ~ 41.5%

%20.95
%37.55
%41.5

CMYK color model

#6ABED2 color CMYK value is (50,10,0,18).

  • cyan value is 49.52%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(50,10,0,18)
C50M10Y0K18 
(50%,10%,0%,18%)
(0.50/0.10/0.00/0.18)	

CMYK percentages

%49.52
%9.52
%0
%17.65

Codes

Color #6ABED2 in popluar color models

6ABED2
RGB106190210
HSL192°53.61%61.96%
HSB/HSV192°49.52%82.35%
CMYK49.52%9.52%0.00%
17.65%

Color #6ABED2 in popluar number systems.

HEX6ABED2
Decimal106190210
Binary11010101011111011010010
Octal152276322

Shades and tints

Shades of #6ABED2

#6ABED2
(106,190,210)
#61ADBF
(97,173,191)
#589CAC
(88,156,172)
#4F8B99
(79,139,153)
#467A86
(70,122,134)
#3D6973
(61,105,115)
#345860
(52,88,96)
#2B474D
(43,71,77)
#22363A
(34,54,58)
#192527
(25,37,39)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #6ABED2

#6ABED2
(106,190,210)
#77C3D6
(119,195,214)
#84C8DA
(132,200,218)
#91CDDE
(145,205,222)
#9ED2E2
(158,210,226)
#ABD7E6
(171,215,230)
#B8DCEA
(184,220,234)
#C5E1EE
(197,225,238)
#D2E6F2
(210,230,242)
#DFEBF6
(223,235,246)
#ECF0FA
(236,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABED2 color. Also use rgb(106,190,210) instead hex code.

Text Font Color

.myTextColor { color: #6ABED2; }

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

This text font color is #6ABED2.


Background Color

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

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

This div background color is #6ABED2.


Border color

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

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

This div border color is #6ABED2.


Opacity

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

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

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

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

This text has shadow with #6ABED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABED2 on black background.


Color preview on white background

This text has color #6ABED2 on white background.



Black color preview on #6ABED2 background

This text has black color on #6ABED2 background.


White color preview on #6ABED2 background

This text has white color on #6ABED2 background.