COLOR #6CA17E

HEX: #6CA17E
RGB: (108,161,126)

Color info

#6CA17E contains red, green and blue colors in about the same proportion. Web safe color of #6CA17E is #669966 (or #696).

RGB color model

#6CA17E color RGB value is (108,161,126).

  • red value is 108;
  • green value is 161;
  • blue value is 126.
RGB:
(108,161,126)
(42%,63%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 161 of 255 = 63%
B 126 of 255 = 49%

108
161
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 161 + 126 = 395 (100%)
R 108 of 395 ~ 27.34%
G 161 of 395 ~ 40.76%
B 126 of 395 ~ 31.9%

%27.34
%40.76
%31.9

CMYK color model

#6CA17E color CMYK value is (33,0,22,37).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(33,0,22,37)
C33M0Y22K37 
(33%,0%,22%,37%)
(0.33/0.00/0.22/0.37)	

CMYK percentages

%32.92
%0
%21.74
%36.86

Codes

Color #6CA17E in popluar color models

6CA17E
RGB108161126
HSL140°21.99%52.75%
HSB/HSV140°32.92%63.14%
CMYK32.92%0.00%21.74%
36.86%

Color #6CA17E in popluar number systems.

HEX6CA17E
Decimal108161126
Binary1101100101000011111110
Octal154241176

Shades and tints

Shades of #6CA17E

#6CA17E
(108,161,126)
#639373
(99,147,115)
#5A8568
(90,133,104)
#51775D
(81,119,93)
#486952
(72,105,82)
#3F5B47
(63,91,71)
#364D3C
(54,77,60)
#2D3F31
(45,63,49)
#243126
(36,49,38)
#1B231B
(27,35,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6CA17E

#6CA17E
(108,161,126)
#79A989
(121,169,137)
#86B194
(134,177,148)
#93B99F
(147,185,159)
#A0C1AA
(160,193,170)
#ADC9B5
(173,201,181)
#BAD1C0
(186,209,192)
#C7D9CB
(199,217,203)
#D4E1D6
(212,225,214)
#E1E9E1
(225,233,225)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA17E color. Also use rgb(108,161,126) instead hex code.

Text Font Color

.myTextColor { color: #6CA17E; }

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

This text font color is #6CA17E.


Background Color

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

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

This div background color is #6CA17E.


Border color

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

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

This div border color is #6CA17E.


Opacity

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

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

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

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

This text has shadow with #6CA17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA17E on black background.


Color preview on white background

This text has color #6CA17E on white background.



Black color preview on #6CA17E background

This text has black color on #6CA17E background.


White color preview on #6CA17E background

This text has white color on #6CA17E background.