COLOR #6CA29C

HEX: #6CA29C
RGB: (108,162,156)

Color info

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

RGB color model

#6CA29C color RGB value is (108,162,156).

  • red value is 108;
  • green value is 162;
  • blue value is 156.
RGB:
(108,162,156)
(42%,64%,61%)

RGB channels and saturation

R 108 of 255 = 42%
G 162 of 255 = 64%
B 156 of 255 = 61%

108
162
156

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

Portions of RGB colors in percentages

R + G + B =
108 + 162 + 156 = 426 (100%)
R 108 of 426 ~ 25.35%
G 162 of 426 ~ 38.03%
B 156 of 426 ~ 36.62%

%25.35
%38.03
%36.62

CMYK color model

#6CA29C color CMYK value is (33,0,4,36).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 36.47%
CMYK:
(33,0,4,36)
C33M0Y4K36 
(33%,0%,4%,36%)
(0.33/0.00/0.04/0.36)	

CMYK percentages

%33.33
%0
%3.7
%36.47

Codes

Color #6CA29C in popluar color models

6CA29C
RGB108162156
HSL173°22.50%52.94%
HSB/HSV173°33.33%63.53%
CMYK33.33%0.00%3.70%
36.47%

Color #6CA29C in popluar number systems.

HEX6CA29C
Decimal108162156
Binary11011001010001010011100
Octal154242234

Shades and tints

Shades of #6CA29C

#6CA29C
(108,162,156)
#63948E
(99,148,142)
#5A8680
(90,134,128)
#517872
(81,120,114)
#486A64
(72,106,100)
#3F5C56
(63,92,86)
#364E48
(54,78,72)
#2D403A
(45,64,58)
#24322C
(36,50,44)
#1B241E
(27,36,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #6CA29C

#6CA29C
(108,162,156)
#79AAA5
(121,170,165)
#86B2AE
(134,178,174)
#93BAB7
(147,186,183)
#A0C2C0
(160,194,192)
#ADCAC9
(173,202,201)
#BAD2D2
(186,210,210)
#C7DADB
(199,218,219)
#D4E2E4
(212,226,228)
#E1EAED
(225,234,237)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA29C color. Also use rgb(108,162,156) instead hex code.

Text Font Color

.myTextColor { color: #6CA29C; }

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

This text font color is #6CA29C.


Background Color

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

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

This div background color is #6CA29C.


Border color

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

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

This div border color is #6CA29C.


Opacity

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

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

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

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

This text has shadow with #6CA29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA29C on black background.


Color preview on white background

This text has color #6CA29C on white background.



Black color preview on #6CA29C background

This text has black color on #6CA29C background.


White color preview on #6CA29C background

This text has white color on #6CA29C background.