COLOR #6ABCE1

HEX: #6ABCE1
RGB: (106,188,225)

Color info

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

RGB color model

#6ABCE1 color RGB value is (106,188,225).

  • red value is 106;
  • green value is 188;
  • blue value is 225.
RGB:
(106,188,225)
(42%,74%,88%)

RGB channels and saturation

R 106 of 255 = 42%
G 188 of 255 = 74%
B 225 of 255 = 88%

106
188
225

R + G + B ~ 68%. #6ABCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 188 + 225 = 519 (100%)
R 106 of 519 ~ 20.42%
G 188 of 519 ~ 36.22%
B 225 of 519 ~ 43.35%

%20.42
%36.22
%43.35

CMYK color model

#6ABCE1 color CMYK value is (53,16,0,12).

  • cyan value is 52.89%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(53,16,0,12)
C53M16Y0K12 
(53%,16%,0%,12%)
(0.53/0.16/0.00/0.12)	

CMYK percentages

%52.89
%16.44
%0
%11.76

Codes

Color #6ABCE1 in popluar color models

6ABCE1
RGB106188225
HSL199°66.48%64.90%
HSB/HSV199°52.89%88.24%
CMYK52.89%16.44%0.00%
11.76%

Color #6ABCE1 in popluar number systems.

HEX6ABCE1
Decimal106188225
Binary11010101011110011100001
Octal152274341

Shades and tints

Shades of #6ABCE1

#6ABCE1
(106,188,225)
#61ABCD
(97,171,205)
#589AB9
(88,154,185)
#4F89A5
(79,137,165)
#467891
(70,120,145)
#3D677D
(61,103,125)
#345669
(52,86,105)
#2B4555
(43,69,85)
#223441
(34,52,65)
#19232D
(25,35,45)
#101219
(16,18,25)
#000000
(0,0,0)

Tints of #6ABCE1

#6ABCE1
(106,188,225)
#77C2E3
(119,194,227)
#84C8E5
(132,200,229)
#91CEE7
(145,206,231)
#9ED4E9
(158,212,233)
#ABDAEB
(171,218,235)
#B8E0ED
(184,224,237)
#C5E6EF
(197,230,239)
#D2ECF1
(210,236,241)
#DFF2F3
(223,242,243)
#ECF8F5
(236,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABCE1 color. Also use rgb(106,188,225) instead hex code.

Text Font Color

.myTextColor { color: #6ABCE1; }

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

This text font color is #6ABCE1.


Background Color

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

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

This div background color is #6ABCE1.


Border color

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

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

This div border color is #6ABCE1.


Opacity

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

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

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

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

This text has shadow with #6ABCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABCE1 on black background.


Color preview on white background

This text has color #6ABCE1 on white background.



Black color preview on #6ABCE1 background

This text has black color on #6ABCE1 background.


White color preview on #6ABCE1 background

This text has white color on #6ABCE1 background.