COLOR #6CA786

HEX: #6CA786
RGB: (108,167,134)

Color info

#6CA786 contains red, green and blue colors in about the same proportion. Web safe color of #6CA786 is #669999 (or #699).

RGB color model

#6CA786 color RGB value is (108,167,134).

  • red value is 108;
  • green value is 167;
  • blue value is 134.
RGB:
(108,167,134)
(42%,65%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 167 of 255 = 65%
B 134 of 255 = 53%

108
167
134

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

Portions of RGB colors in percentages

R + G + B =
108 + 167 + 134 = 409 (100%)
R 108 of 409 ~ 26.41%
G 167 of 409 ~ 40.83%
B 134 of 409 ~ 32.76%

%26.41
%40.83
%32.76

CMYK color model

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

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 19.76%
  • key color value is 34.51%
CMYK:
(35,0,20,35)
C35M0Y20K35 
(35%,0%,20%,35%)
(0.35/0.00/0.20/0.35)	

CMYK percentages

%35.33
%0
%19.76
%34.51

Codes

Color #6CA786 in popluar color models

6CA786
RGB108167134
HSL146°25.11%53.92%
HSB/HSV146°35.33%65.49%
CMYK35.33%0.00%19.76%
34.51%

Color #6CA786 in popluar number systems.

HEX6CA786
Decimal108167134
Binary11011001010011110000110
Octal154247206

Shades and tints

Shades of #6CA786

#6CA786
(108,167,134)
#63987A
(99,152,122)
#5A896E
(90,137,110)
#517A62
(81,122,98)
#486B56
(72,107,86)
#3F5C4A
(63,92,74)
#364D3E
(54,77,62)
#2D3E32
(45,62,50)
#242F26
(36,47,38)
#1B201A
(27,32,26)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6CA786

#6CA786
(108,167,134)
#79AF91
(121,175,145)
#86B79C
(134,183,156)
#93BFA7
(147,191,167)
#A0C7B2
(160,199,178)
#ADCFBD
(173,207,189)
#BAD7C8
(186,215,200)
#C7DFD3
(199,223,211)
#D4E7DE
(212,231,222)
#E1EFE9
(225,239,233)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA786; }

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

This text font color is #6CA786.


Background Color

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

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

This div background color is #6CA786.


Border color

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

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

This div border color is #6CA786.


Opacity

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

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

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

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

This text has shadow with #6CA786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA786 on black background.


Color preview on white background

This text has color #6CA786 on white background.



Black color preview on #6CA786 background

This text has black color on #6CA786 background.


White color preview on #6CA786 background

This text has white color on #6CA786 background.