COLOR #6CBB89

HEX: #6CBB89 RGB: (108,187,137)

Color info

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

RGB color model

#6CBB89 color RGB value is (108,187,137).

RGB: (108,187,137) (42%, 73%, 54%)

RGB channels and saturation

R 108 of 255 = 42%
G 187 of 255 = 73%
B 137 of 255 = 54%

108
187
137

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

Portions of RGB colors in percentages

R + G + B = 108 + 187 + 137 = 432 (100%)
R 108 of 432 ~ 25%
G 187 of 432 ~ 43.29%
B 137 of 432 ~ 31.71'%

%25
%43.29
%31.71

CMYK color model

#6CBB89 color CMYK value is (42,0,27,27).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%

CMYK: (42,0,27,27)
C42M0Y27K27 (42%, 0%, 27%, 27%)
(0.42 / 0.00 / 0.27 / 0.27)

CMYK percentages

%42.25
%0
%26.74
%26.67

Codes

Color #6CBB89 in popluar color models

6C BB 89
RGB 108 187 137
HSL 142° 36.74% 57.84%
HSB/HSV 142° 42.25% 73.33%
CMYK 42.25% 0.00% 26.74%
26.67%

Color #6CBB89 in popluar number systems.

HEX 6C BB 89
Decimal 108 187 137
Binary 1101100 10111011 10001001
Octal 154 273 211

Shades and tints

Shades of #6CBB89

#6CBB89
(108,187,137)
#63AA7D
(99,170,125)
#5A9971
(90,153,113)
#518865
(81,136,101)
#487759
(72,119,89)
#3F664D
(63,102,77)
#365541
(54,85,65)
#2D4435
(45,68,53)
#243329
(36,51,41)
#1B221D
(27,34,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #6CBB89

#6CBB89
(108,187,137)
#79C193
(121,193,147)
#86C79D
(134,199,157)
#93CDA7
(147,205,167)
#A0D3B1
(160,211,177)
#ADD9BB
(173,217,187)
#BADFC5
(186,223,197)
#C7E5CF
(199,229,207)
#D4EBD9
(212,235,217)
#E1F1E3
(225,241,227)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBB89 color. Also use rgb(108,187,137) instead hex code.

Text Font Color

.myTextColor { color: #6CBB89; }

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

This text font color is #6CBB89.

Background Color

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

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

This div background color is #6CBB89.

Border color

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

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

This div border color is #6CBB89.

Opacity

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

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

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

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

This text has shadow with #6CBB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CBB89.

Preview

Color preview on black background

This text has color #6CBB89 on black background.


Color preview on white background

This text has color #6CBB89 on white background.


Black color preview on #6CBB89 background

This text has black color on #6CBB89 background.


White color preview on #6CBB89 background

This text has white color on #6CBB89 background.


Related colors

Complementary color

Complementary color for #hex is #934476.


I love getcolorcode.com

Triadic colors

1 #896CBB and #BB896C with #6CBB89 are triadic colors.

2 #89BB6C and #BB6C89 with #6CBB89 are triadic colors.