COLOR #6BAB89

HEX: #6BAB89 RGB: (107,171,137)

Color info

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

RGB color model

#6BAB89 color RGB value is (107,171,137).

RGB: (107,171,137) (42%, 67%, 54%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 137 of 255 = 54%

107
171
137

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

Portions of RGB colors in percentages

R + G + B = 107 + 171 + 137 = 415 (100%)
R 107 of 415 ~ 25.78%
G 171 of 415 ~ 41.2%
B 137 of 415 ~ 33.01'%

%25.78
%41.2
%33.01

CMYK color model

#6BAB89 color CMYK value is (37,0,20,33).

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

CMYK: (37,0,20,33)
C37M0Y20K33 (37%, 0%, 20%, 33%)
(0.37 / 0.00 / 0.20 / 0.33)

CMYK percentages

%37.43
%0
%19.88
%32.94

Codes

Color #6BAB89 in popluar color models

6B AB 89
RGB 107 171 137
HSL 148° 27.59% 54.51%
HSB/HSV 148° 37.43% 67.06%
CMYK 37.43% 0.00% 19.88%
32.94%

Color #6BAB89 in popluar number systems.

HEX 6B AB 89
Decimal 107 171 137
Binary 1101011 10101011 10001001
Octal 153 253 211

Shades and tints

Shades of #6BAB89

#6BAB89
(107,171,137)
#629C7D
(98,156,125)
#598D71
(89,141,113)
#507E65
(80,126,101)
#476F59
(71,111,89)
#3E604D
(62,96,77)
#355141
(53,81,65)
#2C4235
(44,66,53)
#233329
(35,51,41)
#1A241D
(26,36,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #6BAB89

#6BAB89
(107,171,137)
#78B293
(120,178,147)
#85B99D
(133,185,157)
#92C0A7
(146,192,167)
#9FC7B1
(159,199,177)
#ACCEBB
(172,206,187)
#B9D5C5
(185,213,197)
#C6DCCF
(198,220,207)
#D3E3D9
(211,227,217)
#E0EAE3
(224,234,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BAB89; }

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

This text font color is #6BAB89.

Background Color

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

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

This div background color is #6BAB89.

Border color

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

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

This div border color is #6BAB89.

Opacity

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

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

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

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

This text has shadow with #6BAB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAB89.

Preview

Color preview on black background

This text has color #6BAB89 on black background.


Color preview on white background

This text has color #6BAB89 on white background.


Black color preview on #6BAB89 background

This text has black color on #6BAB89 background.


White color preview on #6BAB89 background

This text has white color on #6BAB89 background.


Related colors

Complementary color

Complementary color for #hex is #945476.


I love getcolorcode.com

Triadic colors

1 #896BAB and #AB896B with #6BAB89 are triadic colors.

2 #89AB6B and #AB6B89 with #6BAB89 are triadic colors.