COLOR #6CA987

HEX: #6CA987
RGB: (108,169,135)

Color info

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

RGB color model

#6CA987 color RGB value is (108,169,135).

  • red value is 108;
  • green value is 169;
  • blue value is 135.
RGB:
(108,169,135)
(42%,66%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 169 of 255 = 66%
B 135 of 255 = 53%

108
169
135

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

Portions of RGB colors in percentages

R + G + B =
108 + 169 + 135 = 412 (100%)
R 108 of 412 ~ 26.21%
G 169 of 412 ~ 41.02%
B 135 of 412 ~ 32.77%

%26.21
%41.02
%32.77

CMYK color model

#6CA987 color CMYK value is (36,0,20,34).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(36,0,20,34)
C36M0Y20K34 
(36%,0%,20%,34%)
(0.36/0.00/0.20/0.34)	

CMYK percentages

%36.09
%0
%20.12
%33.73

Codes

Color #6CA987 in popluar color models

6CA987
RGB108169135
HSL147°26.18%54.31%
HSB/HSV147°36.09%66.27%
CMYK36.09%0.00%20.12%
33.73%

Color #6CA987 in popluar number systems.

HEX6CA987
Decimal108169135
Binary11011001010100110000111
Octal154251207

Shades and tints

Shades of #6CA987

#6CA987
(108,169,135)
#639A7B
(99,154,123)
#5A8B6F
(90,139,111)
#517C63
(81,124,99)
#486D57
(72,109,87)
#3F5E4B
(63,94,75)
#364F3F
(54,79,63)
#2D4033
(45,64,51)
#243127
(36,49,39)
#1B221B
(27,34,27)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #6CA987

#6CA987
(108,169,135)
#79B091
(121,176,145)
#86B79B
(134,183,155)
#93BEA5
(147,190,165)
#A0C5AF
(160,197,175)
#ADCCB9
(173,204,185)
#BAD3C3
(186,211,195)
#C7DACD
(199,218,205)
#D4E1D7
(212,225,215)
#E1E8E1
(225,232,225)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA987 color. Also use rgb(108,169,135) instead hex code.

Text Font Color

.myTextColor { color: #6CA987; }

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

This text font color is #6CA987.


Background Color

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

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

This div background color is #6CA987.


Border color

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

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

This div border color is #6CA987.


Opacity

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

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

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

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

This text has shadow with #6CA987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA987 on black background.


Color preview on white background

This text has color #6CA987 on white background.



Black color preview on #6CA987 background

This text has black color on #6CA987 background.


White color preview on #6CA987 background

This text has white color on #6CA987 background.