COLOR #6BC6AB

HEX: #6BC6AB
RGB: (107,198,171)

Color info

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

RGB color model

#6BC6AB color RGB value is (107,198,171).

  • red value is 107;
  • green value is 198;
  • blue value is 171.
RGB:
(107,198,171)
(42%,78%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 198 of 255 = 78%
B 171 of 255 = 67%

107
198
171

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

Portions of RGB colors in percentages

R + G + B =
107 + 198 + 171 = 476 (100%)
R 107 of 476 ~ 22.48%
G 198 of 476 ~ 41.6%
B 171 of 476 ~ 35.92%

%22.48
%41.6
%35.92

CMYK color model

#6BC6AB color CMYK value is (46,0,14,22).

  • cyan value is 45.96%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(46,0,14,22)
C46M0Y14K22 
(46%,0%,14%,22%)
(0.46/0.00/0.14/0.22)	

CMYK percentages

%45.96
%0
%13.64
%22.35

Codes

Color #6BC6AB in popluar color models

6BC6AB
RGB107198171
HSL162°44.39%59.80%
HSB/HSV162°45.96%77.65%
CMYK45.96%0.00%13.64%
22.35%

Color #6BC6AB in popluar number systems.

HEX6BC6AB
Decimal107198171
Binary11010111100011010101011
Octal153306253

Shades and tints

Shades of #6BC6AB

#6BC6AB
(107,198,171)
#62B49C
(98,180,156)
#59A28D
(89,162,141)
#50907E
(80,144,126)
#477E6F
(71,126,111)
#3E6C60
(62,108,96)
#355A51
(53,90,81)
#2C4842
(44,72,66)
#233633
(35,54,51)
#1A2424
(26,36,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #6BC6AB

#6BC6AB
(107,198,171)
#78CBB2
(120,203,178)
#85D0B9
(133,208,185)
#92D5C0
(146,213,192)
#9FDAC7
(159,218,199)
#ACDFCE
(172,223,206)
#B9E4D5
(185,228,213)
#C6E9DC
(198,233,220)
#D3EEE3
(211,238,227)
#E0F3EA
(224,243,234)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BC6AB; }

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

This text font color is #6BC6AB.


Background Color

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

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

This div background color is #6BC6AB.


Border color

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

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

This div border color is #6BC6AB.


Opacity

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

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

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

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

This text has shadow with #6BC6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC6AB on black background.


Color preview on white background

This text has color #6BC6AB on white background.



Black color preview on #6BC6AB background

This text has black color on #6BC6AB background.


White color preview on #6BC6AB background

This text has white color on #6BC6AB background.