COLOR #6CB5AB

HEX: #6CB5AB
RGB: (108,181,171)

Color info

#6CB5AB contains mainly green and blue colors. Web safe color of #6CB5AB is #66CC99 (or #6C9).

RGB color model

#6CB5AB color RGB value is (108,181,171).

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

RGB channels and saturation

R 108 of 255 = 42%
G 181 of 255 = 71%
B 171 of 255 = 67%

108
181
171

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

Portions of RGB colors in percentages

R + G + B =
108 + 181 + 171 = 460 (100%)
R 108 of 460 ~ 23.48%
G 181 of 460 ~ 39.35%
B 171 of 460 ~ 37.17%

%23.48
%39.35
%37.17

CMYK color model

#6CB5AB color CMYK value is (40,0,6,29).

  • cyan value is 40.33%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(40,0,6,29)
C40M0Y6K29 
(40%,0%,6%,29%)
(0.40/0.00/0.06/0.29)	

CMYK percentages

%40.33
%0
%5.52
%29.02

Codes

Color #6CB5AB in popluar color models

6CB5AB
RGB108181171
HSL172°33.03%56.67%
HSB/HSV172°40.33%70.98%
CMYK40.33%0.00%5.52%
29.02%

Color #6CB5AB in popluar number systems.

HEX6CB5AB
Decimal108181171
Binary11011001011010110101011
Octal154265253

Shades and tints

Shades of #6CB5AB

#6CB5AB
(108,181,171)
#63A59C
(99,165,156)
#5A958D
(90,149,141)
#51857E
(81,133,126)
#48756F
(72,117,111)
#3F6560
(63,101,96)
#365551
(54,85,81)
#2D4542
(45,69,66)
#243533
(36,53,51)
#1B2524
(27,37,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #6CB5AB

#6CB5AB
(108,181,171)
#79BBB2
(121,187,178)
#86C1B9
(134,193,185)
#93C7C0
(147,199,192)
#A0CDC7
(160,205,199)
#ADD3CE
(173,211,206)
#BAD9D5
(186,217,213)
#C7DFDC
(199,223,220)
#D4E5E3
(212,229,227)
#E1EBEA
(225,235,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB5AB; }

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

This text font color is #6CB5AB.


Background Color

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

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

This div background color is #6CB5AB.


Border color

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

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

This div border color is #6CB5AB.


Opacity

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

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

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

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

This text has shadow with #6CB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB5AB on black background.


Color preview on white background

This text has color #6CB5AB on white background.



Black color preview on #6CB5AB background

This text has black color on #6CB5AB background.


White color preview on #6CB5AB background

This text has white color on #6CB5AB background.