COLOR #6CCD86

HEX: #6CCD86 RGB: (108,205,134)

Color info

#6CCD86 contains mainly green color. Web safe color of #6CCD86 is #66CC99 (or #6C9).

RGB color model

#6CCD86 color RGB value is (108,205,134).

RGB: (108,205,134) (42%, 80%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 205 of 255 = 80%
B 134 of 255 = 53%

108
205
134

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

Portions of RGB colors in percentages

R + G + B = 108 + 205 + 134 = 447 (100%)
R 108 of 447 ~ 24.16%
G 205 of 447 ~ 45.86%
B 134 of 447 ~ 29.98'%

%24.16
%45.86
%29.98

CMYK color model

#6CCD86 color CMYK value is (47,0,35,20).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 34.63%
  • key color value is 19.61%

CMYK: (47,0,35,20)
C47M0Y35K20 (47%, 0%, 35%, 20%)
(0.47 / 0.00 / 0.35 / 0.20)

CMYK percentages

%47.32
%0
%34.63
%19.61

Codes

Color #6CCD86 in popluar color models

6C CD 86
RGB 108 205 134
HSL 136° 49.24% 61.37%
HSB/HSV 136° 47.32% 80.39%
CMYK 47.32% 0.00% 34.63%
19.61%

Color #6CCD86 in popluar number systems.

HEX 6C CD 86
Decimal 108 205 134
Binary 1101100 11001101 10000110
Octal 154 315 206

Shades and tints

Shades of #6CCD86

#6CCD86
(108,205,134)
#63BB7A
(99,187,122)
#5AA96E
(90,169,110)
#519762
(81,151,98)
#488556
(72,133,86)
#3F734A
(63,115,74)
#36613E
(54,97,62)
#2D4F32
(45,79,50)
#243D26
(36,61,38)
#1B2B1A
(27,43,26)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #6CCD86

#6CCD86
(108,205,134)
#79D191
(121,209,145)
#86D59C
(134,213,156)
#93D9A7
(147,217,167)
#A0DDB2
(160,221,178)
#ADE1BD
(173,225,189)
#BAE5C8
(186,229,200)
#C7E9D3
(199,233,211)
#D4EDDE
(212,237,222)
#E1F1E9
(225,241,233)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CCD86; }

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

This text font color is #6CCD86.

Background Color

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

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

This div background color is #6CCD86.

Border color

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

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

This div border color is #6CCD86.

Opacity

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

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

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

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

This text has shadow with #6CCD86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CCD86.

Preview

Color preview on black background

This text has color #6CCD86 on black background.


Color preview on white background

This text has color #6CCD86 on white background.


Black color preview on #6CCD86 background

This text has black color on #6CCD86 background.


White color preview on #6CCD86 background

This text has white color on #6CCD86 background.


Related colors

Complementary color

Complementary color for #hex is #933279.


I love getcolorcode.com

Triadic colors

1 #866CCD and #CD866C with #6CCD86 are triadic colors.

2 #86CD6C and #CD6C86 with #6CCD86 are triadic colors.