COLOR #6ABECA

HEX: #6ABECA
RGB: (106,190,202)

Color info

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

RGB color model

#6ABECA color RGB value is (106,190,202).

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

RGB channels and saturation

R 106 of 255 = 42%
G 190 of 255 = 75%
B 202 of 255 = 79%

106
190
202

R + G + B ~ 65%. #6ABECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 190 + 202 = 498 (100%)
R 106 of 498 ~ 21.29%
G 190 of 498 ~ 38.15%
B 202 of 498 ~ 40.56%

%21.29
%38.15
%40.56

CMYK color model

#6ABECA color CMYK value is (48,6,0,21).

  • cyan value is 47.52%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(48,6,0,21)
C48M6Y0K21 
(48%,6%,0%,21%)
(0.48/0.06/0.00/0.21)	

CMYK percentages

%47.52
%5.94
%0
%20.78

Codes

Color #6ABECA in popluar color models

6ABECA
RGB106190202
HSL188°47.52%60.39%
HSB/HSV188°47.52%79.22%
CMYK47.52%5.94%0.00%
20.78%

Color #6ABECA in popluar number systems.

HEX6ABECA
Decimal106190202
Binary11010101011111011001010
Octal152276312

Shades and tints

Shades of #6ABECA

#6ABECA
(106,190,202)
#61ADB8
(97,173,184)
#589CA6
(88,156,166)
#4F8B94
(79,139,148)
#467A82
(70,122,130)
#3D6970
(61,105,112)
#34585E
(52,88,94)
#2B474C
(43,71,76)
#22363A
(34,54,58)
#192528
(25,37,40)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #6ABECA

#6ABECA
(106,190,202)
#77C3CE
(119,195,206)
#84C8D2
(132,200,210)
#91CDD6
(145,205,214)
#9ED2DA
(158,210,218)
#ABD7DE
(171,215,222)
#B8DCE2
(184,220,226)
#C5E1E6
(197,225,230)
#D2E6EA
(210,230,234)
#DFEBEE
(223,235,238)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ABECA; }

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

This text font color is #6ABECA.


Background Color

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

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

This div background color is #6ABECA.


Border color

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

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

This div border color is #6ABECA.


Opacity

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

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

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

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

This text has shadow with #6ABECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABECA on black background.


Color preview on white background

This text has color #6ABECA on white background.



Black color preview on #6ABECA background

This text has black color on #6ABECA background.


White color preview on #6ABECA background

This text has white color on #6ABECA background.