COLOR #6CA696

HEX: #6CA696
RGB: (108,166,150)

Color info

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

RGB color model

#6CA696 color RGB value is (108,166,150).

  • red value is 108;
  • green value is 166;
  • blue value is 150.
RGB:
(108,166,150)
(42%,65%,59%)

RGB channels and saturation

R 108 of 255 = 42%
G 166 of 255 = 65%
B 150 of 255 = 59%

108
166
150

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

Portions of RGB colors in percentages

R + G + B =
108 + 166 + 150 = 424 (100%)
R 108 of 424 ~ 25.47%
G 166 of 424 ~ 39.15%
B 150 of 424 ~ 35.38%

%25.47
%39.15
%35.38

CMYK color model

#6CA696 color CMYK value is (35,0,10,35).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(35,0,10,35)
C35M0Y10K35 
(35%,0%,10%,35%)
(0.35/0.00/0.10/0.35)	

CMYK percentages

%34.94
%0
%9.64
%34.9

Codes

Color #6CA696 in popluar color models

6CA696
RGB108166150
HSL163°24.58%53.73%
HSB/HSV163°34.94%65.10%
CMYK34.94%0.00%9.64%
34.90%

Color #6CA696 in popluar number systems.

HEX6CA696
Decimal108166150
Binary11011001010011010010110
Octal154246226

Shades and tints

Shades of #6CA696

#6CA696
(108,166,150)
#639789
(99,151,137)
#5A887C
(90,136,124)
#51796F
(81,121,111)
#486A62
(72,106,98)
#3F5B55
(63,91,85)
#364C48
(54,76,72)
#2D3D3B
(45,61,59)
#242E2E
(36,46,46)
#1B1F21
(27,31,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #6CA696

#6CA696
(108,166,150)
#79AE9F
(121,174,159)
#86B6A8
(134,182,168)
#93BEB1
(147,190,177)
#A0C6BA
(160,198,186)
#ADCEC3
(173,206,195)
#BAD6CC
(186,214,204)
#C7DED5
(199,222,213)
#D4E6DE
(212,230,222)
#E1EEE7
(225,238,231)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA696 color. Also use rgb(108,166,150) instead hex code.

Text Font Color

.myTextColor { color: #6CA696; }

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

This text font color is #6CA696.


Background Color

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

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

This div background color is #6CA696.


Border color

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

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

This div border color is #6CA696.


Opacity

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

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

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

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

This text has shadow with #6CA696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA696 on black background.


Color preview on white background

This text has color #6CA696 on white background.



Black color preview on #6CA696 background

This text has black color on #6CA696 background.


White color preview on #6CA696 background

This text has white color on #6CA696 background.