COLOR #6ABCB6

HEX: #6ABCB6
RGB: (106,188,182)

Color info

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

RGB color model

#6ABCB6 color RGB value is (106,188,182).

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

RGB channels and saturation

R 106 of 255 = 42%
G 188 of 255 = 74%
B 182 of 255 = 71%

106
188
182

R + G + B ~ 62%. #6ABCB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 188 + 182 = 476 (100%)
R 106 of 476 ~ 22.27%
G 188 of 476 ~ 39.5%
B 182 of 476 ~ 38.24%

%22.27
%39.5
%38.24

CMYK color model

#6ABCB6 color CMYK value is (44,0,3,26).

  • cyan value is 43.62%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(44,0,3,26)
C44M0Y3K26 
(44%,0%,3%,26%)
(0.44/0.00/0.03/0.26)	

CMYK percentages

%43.62
%0
%3.19
%26.27

Codes

Color #6ABCB6 in popluar color models

6ABCB6
RGB106188182
HSL176°37.96%57.65%
HSB/HSV176°43.62%73.73%
CMYK43.62%0.00%3.19%
26.27%

Color #6ABCB6 in popluar number systems.

HEX6ABCB6
Decimal106188182
Binary11010101011110010110110
Octal152274266

Shades and tints

Shades of #6ABCB6

#6ABCB6
(106,188,182)
#61ABA6
(97,171,166)
#589A96
(88,154,150)
#4F8986
(79,137,134)
#467876
(70,120,118)
#3D6766
(61,103,102)
#345656
(52,86,86)
#2B4546
(43,69,70)
#223436
(34,52,54)
#192326
(25,35,38)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #6ABCB6

#6ABCB6
(106,188,182)
#77C2BC
(119,194,188)
#84C8C2
(132,200,194)
#91CEC8
(145,206,200)
#9ED4CE
(158,212,206)
#ABDAD4
(171,218,212)
#B8E0DA
(184,224,218)
#C5E6E0
(197,230,224)
#D2ECE6
(210,236,230)
#DFF2EC
(223,242,236)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ABCB6; }

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

This text font color is #6ABCB6.


Background Color

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

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

This div background color is #6ABCB6.


Border color

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

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

This div border color is #6ABCB6.


Opacity

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

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

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

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

This text has shadow with #6ABCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABCB6 on black background.


Color preview on white background

This text has color #6ABCB6 on white background.



Black color preview on #6ABCB6 background

This text has black color on #6ABCB6 background.


White color preview on #6ABCB6 background

This text has white color on #6ABCB6 background.