COLOR #6CA18C

HEX: #6CA18C
RGB: (108,161,140)

Color info

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

RGB color model

#6CA18C color RGB value is (108,161,140).

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

RGB channels and saturation

R 108 of 255 = 42%
G 161 of 255 = 63%
B 140 of 255 = 55%

108
161
140

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

Portions of RGB colors in percentages

R + G + B =
108 + 161 + 140 = 409 (100%)
R 108 of 409 ~ 26.41%
G 161 of 409 ~ 39.36%
B 140 of 409 ~ 34.23%

%26.41
%39.36
%34.23

CMYK color model

#6CA18C color CMYK value is (33,0,13,37).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 36.86%
CMYK:
(33,0,13,37)
C33M0Y13K37 
(33%,0%,13%,37%)
(0.33/0.00/0.13/0.37)	

CMYK percentages

%32.92
%0
%13.04
%36.86

Codes

Color #6CA18C in popluar color models

6CA18C
RGB108161140
HSL156°21.99%52.75%
HSB/HSV156°32.92%63.14%
CMYK32.92%0.00%13.04%
36.86%

Color #6CA18C in popluar number systems.

HEX6CA18C
Decimal108161140
Binary11011001010000110001100
Octal154241214

Shades and tints

Shades of #6CA18C

#6CA18C
(108,161,140)
#639380
(99,147,128)
#5A8574
(90,133,116)
#517768
(81,119,104)
#48695C
(72,105,92)
#3F5B50
(63,91,80)
#364D44
(54,77,68)
#2D3F38
(45,63,56)
#24312C
(36,49,44)
#1B2320
(27,35,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6CA18C

#6CA18C
(108,161,140)
#79A996
(121,169,150)
#86B1A0
(134,177,160)
#93B9AA
(147,185,170)
#A0C1B4
(160,193,180)
#ADC9BE
(173,201,190)
#BAD1C8
(186,209,200)
#C7D9D2
(199,217,210)
#D4E1DC
(212,225,220)
#E1E9E6
(225,233,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CA18C; }

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

This text font color is #6CA18C.


Background Color

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

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

This div background color is #6CA18C.


Border color

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

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

This div border color is #6CA18C.


Opacity

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

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

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

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

This text has shadow with #6CA18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA18C on black background.


Color preview on white background

This text has color #6CA18C on white background.



Black color preview on #6CA18C background

This text has black color on #6CA18C background.


White color preview on #6CA18C background

This text has white color on #6CA18C background.