COLOR #6CA8AB

HEX: #6CA8AB
RGB: (108,168,171)

Color info

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

RGB color model

#6CA8AB color RGB value is (108,168,171).

  • red value is 108;
  • green value is 168;
  • blue value is 171.
RGB:
(108,168,171)
(42%,66%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 168 of 255 = 66%
B 171 of 255 = 67%

108
168
171

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

Portions of RGB colors in percentages

R + G + B =
108 + 168 + 171 = 447 (100%)
R 108 of 447 ~ 24.16%
G 168 of 447 ~ 37.58%
B 171 of 447 ~ 38.26%

%24.16
%37.58
%38.26

CMYK color model

#6CA8AB color CMYK value is (37,2,0,33).

  • cyan value is 36.84%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(37,2,0,33)
C37M2Y0K33 
(37%,2%,0%,33%)
(0.37/0.02/0.00/0.33)	

CMYK percentages

%36.84
%1.75
%0
%32.94

Codes

Color #6CA8AB in popluar color models

6CA8AB
RGB108168171
HSL183°27.27%54.71%
HSB/HSV183°36.84%67.06%
CMYK36.84%1.75%0.00%
32.94%

Color #6CA8AB in popluar number systems.

HEX6CA8AB
Decimal108168171
Binary11011001010100010101011
Octal154250253

Shades and tints

Shades of #6CA8AB

#6CA8AB
(108,168,171)
#63999C
(99,153,156)
#5A8A8D
(90,138,141)
#517B7E
(81,123,126)
#486C6F
(72,108,111)
#3F5D60
(63,93,96)
#364E51
(54,78,81)
#2D3F42
(45,63,66)
#243033
(36,48,51)
#1B2124
(27,33,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #6CA8AB

#6CA8AB
(108,168,171)
#79AFB2
(121,175,178)
#86B6B9
(134,182,185)
#93BDC0
(147,189,192)
#A0C4C7
(160,196,199)
#ADCBCE
(173,203,206)
#BAD2D5
(186,210,213)
#C7D9DC
(199,217,220)
#D4E0E3
(212,224,227)
#E1E7EA
(225,231,234)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA8AB color. Also use rgb(108,168,171) instead hex code.

Text Font Color

.myTextColor { color: #6CA8AB; }

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

This text font color is #6CA8AB.


Background Color

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

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

This div background color is #6CA8AB.


Border color

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

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

This div border color is #6CA8AB.


Opacity

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

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

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

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

This text has shadow with #6CA8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA8AB on black background.


Color preview on white background

This text has color #6CA8AB on white background.



Black color preview on #6CA8AB background

This text has black color on #6CA8AB background.


White color preview on #6CA8AB background

This text has white color on #6CA8AB background.