COLOR #6BBE86

HEX: #6BBE86 RGB: (107,190,134)

Color info

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

RGB color model

#6BBE86 color RGB value is (107,190,134).

RGB: (107,190,134) (42%, 75%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 190 of 255 = 75%
B 134 of 255 = 53%

107
190
134

R + G + B ~ 57%. #6BBE86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 190 + 134 = 431 (100%)
R 107 of 431 ~ 24.83%
G 190 of 431 ~ 44.08%
B 134 of 431 ~ 31.09'%

%24.83
%44.08
%31.09

CMYK color model

#6BBE86 color CMYK value is (44,0,29,25).

  • cyan value is 43.68%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 25.49%

CMYK: (44,0,29,25)
C44M0Y29K25 (44%, 0%, 29%, 25%)
(0.44 / 0.00 / 0.29 / 0.25)

CMYK percentages

%43.68
%0
%29.47
%25.49

Codes

Color #6BBE86 in popluar color models

6B BE 86
RGB 107 190 134
HSL 140° 38.97% 58.24%
HSB/HSV 140° 43.68% 74.51%
CMYK 43.68% 0.00% 29.47%
25.49%

Color #6BBE86 in popluar number systems.

HEX 6B BE 86
Decimal 107 190 134
Binary 1101011 10111110 10000110
Octal 153 276 206

Shades and tints

Shades of #6BBE86

#6BBE86
(107,190,134)
#62AD7A
(98,173,122)
#599C6E
(89,156,110)
#508B62
(80,139,98)
#477A56
(71,122,86)
#3E694A
(62,105,74)
#35583E
(53,88,62)
#2C4732
(44,71,50)
#233626
(35,54,38)
#1A251A
(26,37,26)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #6BBE86

#6BBE86
(107,190,134)
#78C391
(120,195,145)
#85C89C
(133,200,156)
#92CDA7
(146,205,167)
#9FD2B2
(159,210,178)
#ACD7BD
(172,215,189)
#B9DCC8
(185,220,200)
#C6E1D3
(198,225,211)
#D3E6DE
(211,230,222)
#E0EBE9
(224,235,233)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBE86 color. Also use rgb(107,190,134) instead hex code.

Text Font Color

.myTextColor { color: #6BBE86; }

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

This text font color is #6BBE86.

Background Color

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

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

This div background color is #6BBE86.

Border color

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

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

This div border color is #6BBE86.

Opacity

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

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

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

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

This text has shadow with #6BBE86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBE86.

Preview

Color preview on black background

This text has color #6BBE86 on black background.


Color preview on white background

This text has color #6BBE86 on white background.


Black color preview on #6BBE86 background

This text has black color on #6BBE86 background.


White color preview on #6BBE86 background

This text has white color on #6BBE86 background.


Related colors

Complementary color

Complementary color for #hex is #944179.


I love getcolorcode.com

Triadic colors

1 #866BBE and #BE866B with #6BBE86 are triadic colors.

2 #86BE6B and #BE6B86 with #6BBE86 are triadic colors.