COLOR #6CAAAB

HEX: #6CAAAB
RGB: (108,170,171)

Color info

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

RGB color model

#6CAAAB color RGB value is (108,170,171).

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

RGB channels and saturation

R 108 of 255 = 42%
G 170 of 255 = 67%
B 171 of 255 = 67%

108
170
171

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

Portions of RGB colors in percentages

R + G + B =
108 + 170 + 171 = 449 (100%)
R 108 of 449 ~ 24.05%
G 170 of 449 ~ 37.86%
B 171 of 449 ~ 38.08%

%24.05
%37.86
%38.08

CMYK color model

#6CAAAB color CMYK value is (37,1,0,33).

  • cyan value is 36.84%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(37,1,0,33)
C37M1Y0K33 
(37%,1%,0%,33%)
(0.37/0.01/0.00/0.33)	

CMYK percentages

%36.84
%0.58
%0
%32.94

Codes

Color #6CAAAB in popluar color models

6CAAAB
RGB108170171
HSL181°27.27%54.71%
HSB/HSV181°36.84%67.06%
CMYK36.84%0.58%0.00%
32.94%

Color #6CAAAB in popluar number systems.

HEX6CAAAB
Decimal108170171
Binary11011001010101010101011
Octal154252253

Shades and tints

Shades of #6CAAAB

#6CAAAB
(108,170,171)
#639B9C
(99,155,156)
#5A8C8D
(90,140,141)
#517D7E
(81,125,126)
#486E6F
(72,110,111)
#3F5F60
(63,95,96)
#365051
(54,80,81)
#2D4142
(45,65,66)
#243233
(36,50,51)
#1B2324
(27,35,36)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #6CAAAB

#6CAAAB
(108,170,171)
#79B1B2
(121,177,178)
#86B8B9
(134,184,185)
#93BFC0
(147,191,192)
#A0C6C7
(160,198,199)
#ADCDCE
(173,205,206)
#BAD4D5
(186,212,213)
#C7DBDC
(199,219,220)
#D4E2E3
(212,226,227)
#E1E9EA
(225,233,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAAAB; }

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

This text font color is #6CAAAB.


Background Color

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

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

This div background color is #6CAAAB.


Border color

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

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

This div border color is #6CAAAB.


Opacity

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

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

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

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

This text has shadow with #6CAAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAAAB on black background.


Color preview on white background

This text has color #6CAAAB on white background.



Black color preview on #6CAAAB background

This text has black color on #6CAAAB background.


White color preview on #6CAAAB background

This text has white color on #6CAAAB background.