COLOR #6AB1BA

HEX: #6AB1BA
RGB: (106,177,186)

Color info

#6AB1BA contains mainly green and blue colors. Web safe color of #6AB1BA is #6699CC (or #69C).

RGB color model

#6AB1BA color RGB value is (106,177,186).

  • red value is 106;
  • green value is 177;
  • blue value is 186.
RGB:
(106,177,186)
(42%,69%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 177 of 255 = 69%
B 186 of 255 = 73%

106
177
186

R + G + B ~ 61%. #6AB1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 177 + 186 = 469 (100%)
R 106 of 469 ~ 22.6%
G 177 of 469 ~ 37.74%
B 186 of 469 ~ 39.66%

%22.6
%37.74
%39.66

CMYK color model

#6AB1BA color CMYK value is (43,5,0,27).

  • cyan value is 43.01%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(43,5,0,27)
C43M5Y0K27 
(43%,5%,0%,27%)
(0.43/0.05/0.00/0.27)	

CMYK percentages

%43.01
%4.84
%0
%27.06

Codes

Color #6AB1BA in popluar color models

6AB1BA
RGB106177186
HSL187°36.70%57.25%
HSB/HSV187°43.01%72.94%
CMYK43.01%4.84%0.00%
27.06%

Color #6AB1BA in popluar number systems.

HEX6AB1BA
Decimal106177186
Binary11010101011000110111010
Octal152261272

Shades and tints

Shades of #6AB1BA

#6AB1BA
(106,177,186)
#61A1AA
(97,161,170)
#58919A
(88,145,154)
#4F818A
(79,129,138)
#46717A
(70,113,122)
#3D616A
(61,97,106)
#34515A
(52,81,90)
#2B414A
(43,65,74)
#22313A
(34,49,58)
#19212A
(25,33,42)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #6AB1BA

#6AB1BA
(106,177,186)
#77B8C0
(119,184,192)
#84BFC6
(132,191,198)
#91C6CC
(145,198,204)
#9ECDD2
(158,205,210)
#ABD4D8
(171,212,216)
#B8DBDE
(184,219,222)
#C5E2E4
(197,226,228)
#D2E9EA
(210,233,234)
#DFF0F0
(223,240,240)
#ECF7F6
(236,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB1BA color. Also use rgb(106,177,186) instead hex code.

Text Font Color

.myTextColor { color: #6AB1BA; }

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

This text font color is #6AB1BA.


Background Color

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

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

This div background color is #6AB1BA.


Border color

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

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

This div border color is #6AB1BA.


Opacity

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

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

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

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

This text has shadow with #6AB1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB1BA on black background.


Color preview on white background

This text has color #6AB1BA on white background.



Black color preview on #6AB1BA background

This text has black color on #6AB1BA background.


White color preview on #6AB1BA background

This text has white color on #6AB1BA background.