COLOR #6CAF86

HEX: #6CAF86 RGB: (108,175,134)

Color info

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

RGB color model

#6CAF86 color RGB value is (108,175,134).

RGB: (108,175,134) (42%, 69%, 53%)

RGB channels and saturation

R 108 of 255 = 42%
G 175 of 255 = 69%
B 134 of 255 = 53%

108
175
134

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

Portions of RGB colors in percentages

R + G + B = 108 + 175 + 134 = 417 (100%)
R 108 of 417 ~ 25.9%
G 175 of 417 ~ 41.97%
B 134 of 417 ~ 32.13'%

%25.9
%41.97
%32.13

CMYK color model

#6CAF86 color CMYK value is (38,0,23,31).

  • cyan value is 38.29%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK: (38,0,23,31) C38M0Y23K31 (38%,0%,23%,31%) (0.38/0.00/0.23/0.31) 

CMYK percentages

%38.29
%0
%23.43
%31.37

Codes

Color #6CAF86 in popluar color models

6C AF 86
RGB 108 175 134
HSL 143° 29.52% 55.49%
HSB/HSV 143° 38.29% 68.63%
CMYK 38.29% 0.00% 23.43%
31.37%

Color #6CAF86 in popluar number systems.

HEX 6C AF 86
Decimal 108 175 134
Binary 1101100 10101111 10000110
Octal 154 257 206

Shades and tints

Shades of #6CAF86

#6CAF86
(108,175,134)
#63A07A
(99,160,122)
#5A916E
(90,145,110)
#518262
(81,130,98)
#487356
(72,115,86)
#3F644A
(63,100,74)
#36553E
(54,85,62)
#2D4632
(45,70,50)
#243726
(36,55,38)
#1B281A
(27,40,26)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #6CAF86

#6CAF86
(108,175,134)
#79B691
(121,182,145)
#86BD9C
(134,189,156)
#93C4A7
(147,196,167)
#A0CBB2
(160,203,178)
#ADD2BD
(173,210,189)
#BAD9C8
(186,217,200)
#C7E0D3
(199,224,211)
#D4E7DE
(212,231,222)
#E1EEE9
(225,238,233)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAF86; }

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

This text font color is #6CAF86.

Background Color

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

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

This div background color is #6CAF86.

Border color

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

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

This div border color is #6CAF86.

Opacity

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

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

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

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

This text has shadow with #6CAF86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAF86.

Preview

Color preview on black background

This text has color #6CAF86 on black background.


Color preview on white background

This text has color #6CAF86 on white background.


Black color preview on #6CAF86 background

This text has black color on #6CAF86 background.


White color preview on #6CAF86 background

This text has white color on #6CAF86 background.


Related colors

Complementary color

Complementary color for #hex is #935079.


I love getcolorcode.com

Triadic colors

1 #866CAF and #AF866C with #6CAF86 are triadic colors.

2 #86AF6C and #AF6C86 with #6CAF86 are triadic colors.