COLOR #6BC9AB

HEX: #6BC9AB RGB: (107,201,171)

Color info

#6BC9AB contains mainly green and blue colors. Web safe color of #6BC9AB is #66CC99 (or #6C9).

RGB color model

#6BC9AB color RGB value is (107,201,171).

RGB: (107,201,171) (42%, 79%, 67%)

RGB channels and saturation

R 107 of 255 = 42%
G 201 of 255 = 79%
B 171 of 255 = 67%

107
201
171

R + G + B ~ 63%. #6BC9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 201 + 171 = 479 (100%)
R 107 of 479 ~ 22.34%
G 201 of 479 ~ 41.96%
B 171 of 479 ~ 35.7'%

%22.34
%41.96
%35.7

CMYK color model

#6BC9AB color CMYK value is (47,0,15,21).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 21.18%
CMYK: (47,0,15,21) C47M0Y15K21 (47%,0%,15%,21%) (0.47/0.00/0.15/0.21) 

CMYK percentages

%46.77
%0
%14.93
%21.18

Codes

Color #6BC9AB in popluar color models

6B C9 AB
RGB 107 201 171
HSL 161° 46.53% 60.39%
HSB/HSV 161° 46.77% 78.82%
CMYK 46.77% 0.00% 14.93%
21.18%

Color #6BC9AB in popluar number systems.

HEX 6B C9 AB
Decimal 107 201 171
Binary 1101011 11001001 10101011
Octal 153 311 253

Shades and tints

Shades of #6BC9AB

#6BC9AB
(107,201,171)
#62B79C
(98,183,156)
#59A58D
(89,165,141)
#50937E
(80,147,126)
#47816F
(71,129,111)
#3E6F60
(62,111,96)
#355D51
(53,93,81)
#2C4B42
(44,75,66)
#233933
(35,57,51)
#1A2724
(26,39,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #6BC9AB

#6BC9AB
(107,201,171)
#78CDB2
(120,205,178)
#85D1B9
(133,209,185)
#92D5C0
(146,213,192)
#9FD9C7
(159,217,199)
#ACDDCE
(172,221,206)
#B9E1D5
(185,225,213)
#C6E5DC
(198,229,220)
#D3E9E3
(211,233,227)
#E0EDEA
(224,237,234)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC9AB color. Also use rgb(107,201,171) instead hex code.

Text Font Color

.myTextColor { color: #6BC9AB; }

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

This text font color is #6BC9AB.

Background Color

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

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

This div background color is #6BC9AB.

Border color

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

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

This div border color is #6BC9AB.

Opacity

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

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

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

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

This text has shadow with #6BC9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BC9AB.

Preview

Color preview on black background

This text has color #6BC9AB on black background.


Color preview on white background

This text has color #6BC9AB on white background.


Black color preview on #6BC9AB background

This text has black color on #6BC9AB background.


White color preview on #6BC9AB background

This text has white color on #6BC9AB background.


Related colors

Complementary color

Complementary color for #hex is #943654.


I love getcolorcode.com

Triadic colors

1 #AB6BC9 and #C9AB6B with #6BC9AB are triadic colors.

2 #ABC96B and #C96BAB with #6BC9AB are triadic colors.