COLOR #6CBB86

HEX: #6CBB86 RGB: (108,187,134)

Color info

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

RGB color model

#6CBB86 color RGB value is (108,187,134).

RGB: (108,187,134) (42%, 73%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 187 of 255 = 73%
B 134 of 255 = 53%

108
187
134

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

Portions of RGB colors in percentages

R + G + B = 108 + 187 + 134 = 429 (100%)
R 108 of 429 ~ 25.17%
G 187 of 429 ~ 43.59%
B 134 of 429 ~ 31.24'%

%25.17
%43.59
%31.24

CMYK color model

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

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

CMYK: (42,0,28,27)
C42M0Y28K27 (42%, 0%, 28%, 27%)
(0.42 / 0.00 / 0.28 / 0.27)

CMYK percentages

%42.25
%0
%28.34
%26.67

Codes

Color #6CBB86 in popluar color models

6C BB 86
RGB 108 187 134
HSL 140° 36.74% 57.84%
HSB/HSV 140° 42.25% 73.33%
CMYK 42.25% 0.00% 28.34%
26.67%

Color #6CBB86 in popluar number systems.

HEX 6C BB 86
Decimal 108 187 134
Binary 1101100 10111011 10000110
Octal 154 273 206

Shades and tints

Shades of #6CBB86

#6CBB86
(108,187,134)
#63AA7A
(99,170,122)
#5A996E
(90,153,110)
#518862
(81,136,98)
#487756
(72,119,86)
#3F664A
(63,102,74)
#36553E
(54,85,62)
#2D4432
(45,68,50)
#243326
(36,51,38)
#1B221A
(27,34,26)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6CBB86

#6CBB86
(108,187,134)
#79C191
(121,193,145)
#86C79C
(134,199,156)
#93CDA7
(147,205,167)
#A0D3B2
(160,211,178)
#ADD9BD
(173,217,189)
#BADFC8
(186,223,200)
#C7E5D3
(199,229,211)
#D4EBDE
(212,235,222)
#E1F1E9
(225,241,233)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CBB86; }

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

This text font color is #6CBB86.

Background Color

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

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

This div background color is #6CBB86.

Border color

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

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

This div border color is #6CBB86.

Opacity

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

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

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

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

This text has shadow with #6CBB86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CBB86.

Preview

Color preview on black background

This text has color #6CBB86 on black background.


Color preview on white background

This text has color #6CBB86 on white background.


Black color preview on #6CBB86 background

This text has black color on #6CBB86 background.


White color preview on #6CBB86 background

This text has white color on #6CBB86 background.


Related colors

Complementary color

Complementary color for #hex is #934479.


I love getcolorcode.com

Triadic colors

1 #866CBB and #BB866C with #6CBB86 are triadic colors.

2 #86BB6C and #BB6C86 with #6CBB86 are triadic colors.