COLOR #6BAB86

HEX: #6BAB86 RGB: (107,171,134)

Color info

#6BAB86 contains mainly green and blue colors. Web safe color of #6BAB86 is #669999 (or #699).

RGB color model

#6BAB86 color RGB value is (107,171,134).

RGB: (107,171,134) (42%, 67%, 53%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 134 of 255 = 53%

107
171
134

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

Portions of RGB colors in percentages

R + G + B = 107 + 171 + 134 = 412 (100%)
R 107 of 412 ~ 25.97%
G 171 of 412 ~ 41.5%
B 134 of 412 ~ 32.52'%

%25.97
%41.5
%32.52

CMYK color model

#6BAB86 color CMYK value is (37,0,22,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 21.64%
  • key color value is 32.94%

CMYK: (37,0,22,33)
C37M0Y22K33 (37%, 0%, 22%, 33%)
(0.37 / 0.00 / 0.22 / 0.33)

CMYK percentages

%37.43
%0
%21.64
%32.94

Codes

Color #6BAB86 in popluar color models

6B AB 86
RGB 107 171 134
HSL 145° 27.59% 54.51%
HSB/HSV 145° 37.43% 67.06%
CMYK 37.43% 0.00% 21.64%
32.94%

Color #6BAB86 in popluar number systems.

HEX 6B AB 86
Decimal 107 171 134
Binary 1101011 10101011 10000110
Octal 153 253 206

Shades and tints

Shades of #6BAB86

#6BAB86
(107,171,134)
#629C7A
(98,156,122)
#598D6E
(89,141,110)
#507E62
(80,126,98)
#476F56
(71,111,86)
#3E604A
(62,96,74)
#35513E
(53,81,62)
#2C4232
(44,66,50)
#233326
(35,51,38)
#1A241A
(26,36,26)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #6BAB86

#6BAB86
(107,171,134)
#78B291
(120,178,145)
#85B99C
(133,185,156)
#92C0A7
(146,192,167)
#9FC7B2
(159,199,178)
#ACCEBD
(172,206,189)
#B9D5C8
(185,213,200)
#C6DCD3
(198,220,211)
#D3E3DE
(211,227,222)
#E0EAE9
(224,234,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAB86; }

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

This text font color is #6BAB86.

Background Color

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

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

This div background color is #6BAB86.

Border color

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

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

This div border color is #6BAB86.

Opacity

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

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

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

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

This text has shadow with #6BAB86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAB86.

Preview

Color preview on black background

This text has color #6BAB86 on black background.


Color preview on white background

This text has color #6BAB86 on white background.


Black color preview on #6BAB86 background

This text has black color on #6BAB86 background.


White color preview on #6BAB86 background

This text has white color on #6BAB86 background.


Related colors

Complementary color

Complementary color for #hex is #945479.


I love getcolorcode.com

Triadic colors

1 #866BAB and #AB866B with #6BAB86 are triadic colors.

2 #86AB6B and #AB6B86 with #6BAB86 are triadic colors.