COLOR #6BC8A7

HEX: #6BC8A7
RGB: (107,200,167)

Color info

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

RGB color model

#6BC8A7 color RGB value is (107,200,167).

  • red value is 107;
  • green value is 200;
  • blue value is 167.
RGB:
(107,200,167)
(42%,78%,65%)

RGB channels and saturation

R 107 of 255 = 42%
G 200 of 255 = 78%
B 167 of 255 = 65%

107
200
167

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

Portions of RGB colors in percentages

R + G + B =
107 + 200 + 167 = 474 (100%)
R 107 of 474 ~ 22.57%
G 200 of 474 ~ 42.19%
B 167 of 474 ~ 35.23%

%22.57
%42.19
%35.23

CMYK color model

#6BC8A7 color CMYK value is (47,0,17,22).

  • cyan value is 46.50%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(47,0,17,22)
C47M0Y17K22 
(47%,0%,17%,22%)
(0.47/0.00/0.17/0.22)	

CMYK percentages

%46.5
%0
%16.5
%21.57

Codes

Color #6BC8A7 in popluar color models

6BC8A7
RGB107200167
HSL159°45.81%60.20%
HSB/HSV159°46.50%78.43%
CMYK46.50%0.00%16.50%
21.57%

Color #6BC8A7 in popluar number systems.

HEX6BC8A7
Decimal107200167
Binary11010111100100010100111
Octal153310247

Shades and tints

Shades of #6BC8A7

#6BC8A7
(107,200,167)
#62B698
(98,182,152)
#59A489
(89,164,137)
#50927A
(80,146,122)
#47806B
(71,128,107)
#3E6E5C
(62,110,92)
#355C4D
(53,92,77)
#2C4A3E
(44,74,62)
#23382F
(35,56,47)
#1A2620
(26,38,32)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #6BC8A7

#6BC8A7
(107,200,167)
#78CDAF
(120,205,175)
#85D2B7
(133,210,183)
#92D7BF
(146,215,191)
#9FDCC7
(159,220,199)
#ACE1CF
(172,225,207)
#B9E6D7
(185,230,215)
#C6EBDF
(198,235,223)
#D3F0E7
(211,240,231)
#E0F5EF
(224,245,239)
#EDFAF7
(237,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC8A7 color. Also use rgb(107,200,167) instead hex code.

Text Font Color

.myTextColor { color: #6BC8A7; }

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

This text font color is #6BC8A7.


Background Color

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

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

This div background color is #6BC8A7.


Border color

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

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

This div border color is #6BC8A7.


Opacity

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

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

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

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

This text has shadow with #6BC8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC8A7 on black background.


Color preview on white background

This text has color #6BC8A7 on white background.



Black color preview on #6BC8A7 background

This text has black color on #6BC8A7 background.


White color preview on #6BC8A7 background

This text has white color on #6BC8A7 background.