COLOR #6CB3AC

HEX: #6CB3AC
RGB: (108,179,172)

Color info

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

RGB color model

#6CB3AC color RGB value is (108,179,172).

  • red value is 108;
  • green value is 179;
  • blue value is 172.
RGB:
(108,179,172)
(42%,70%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 179 of 255 = 70%
B 172 of 255 = 67%

108
179
172

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

Portions of RGB colors in percentages

R + G + B =
108 + 179 + 172 = 459 (100%)
R 108 of 459 ~ 23.53%
G 179 of 459 ~ 39%
B 172 of 459 ~ 37.47%

%23.53
%39
%37.47

CMYK color model

#6CB3AC color CMYK value is (40,0,4,30).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(40,0,4,30)
C40M0Y4K30 
(40%,0%,4%,30%)
(0.40/0.00/0.04/0.30)	

CMYK percentages

%39.66
%0
%3.91
%29.8

Codes

Color #6CB3AC in popluar color models

6CB3AC
RGB108179172
HSL174°31.84%56.27%
HSB/HSV174°39.66%70.20%
CMYK39.66%0.00%3.91%
29.80%

Color #6CB3AC in popluar number systems.

HEX6CB3AC
Decimal108179172
Binary11011001011001110101100
Octal154263254

Shades and tints

Shades of #6CB3AC

#6CB3AC
(108,179,172)
#63A39D
(99,163,157)
#5A938E
(90,147,142)
#51837F
(81,131,127)
#487370
(72,115,112)
#3F6361
(63,99,97)
#365352
(54,83,82)
#2D4343
(45,67,67)
#243334
(36,51,52)
#1B2325
(27,35,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #6CB3AC

#6CB3AC
(108,179,172)
#79B9B3
(121,185,179)
#86BFBA
(134,191,186)
#93C5C1
(147,197,193)
#A0CBC8
(160,203,200)
#ADD1CF
(173,209,207)
#BAD7D6
(186,215,214)
#C7DDDD
(199,221,221)
#D4E3E4
(212,227,228)
#E1E9EB
(225,233,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB3AC color. Also use rgb(108,179,172) instead hex code.

Text Font Color

.myTextColor { color: #6CB3AC; }

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

This text font color is #6CB3AC.


Background Color

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

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

This div background color is #6CB3AC.


Border color

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

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

This div border color is #6CB3AC.


Opacity

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

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

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

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

This text has shadow with #6CB3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB3AC on black background.


Color preview on white background

This text has color #6CB3AC on white background.



Black color preview on #6CB3AC background

This text has black color on #6CB3AC background.


White color preview on #6CB3AC background

This text has white color on #6CB3AC background.