COLOR #6CB5AD

HEX: #6CB5AD
RGB: (108,181,173)

Color info

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

RGB color model

#6CB5AD color RGB value is (108,181,173).

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

RGB channels and saturation

R 108 of 255 = 42%
G 181 of 255 = 71%
B 173 of 255 = 68%

108
181
173

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

Portions of RGB colors in percentages

R + G + B =
108 + 181 + 173 = 462 (100%)
R 108 of 462 ~ 23.38%
G 181 of 462 ~ 39.18%
B 173 of 462 ~ 37.45%

%23.38
%39.18
%37.45

CMYK color model

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

  • cyan value is 40.33%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(40,0,4,29)
C40M0Y4K29 
(40%,0%,4%,29%)
(0.40/0.00/0.04/0.29)	

CMYK percentages

%40.33
%0
%4.42
%29.02

Codes

Color #6CB5AD in popluar color models

6CB5AD
RGB108181173
HSL173°33.03%56.67%
HSB/HSV173°40.33%70.98%
CMYK40.33%0.00%4.42%
29.02%

Color #6CB5AD in popluar number systems.

HEX6CB5AD
Decimal108181173
Binary11011001011010110101101
Octal154265255

Shades and tints

Shades of #6CB5AD

#6CB5AD
(108,181,173)
#63A59E
(99,165,158)
#5A958F
(90,149,143)
#518580
(81,133,128)
#487571
(72,117,113)
#3F6562
(63,101,98)
#365553
(54,85,83)
#2D4544
(45,69,68)
#243535
(36,53,53)
#1B2526
(27,37,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #6CB5AD

#6CB5AD
(108,181,173)
#79BBB4
(121,187,180)
#86C1BB
(134,193,187)
#93C7C2
(147,199,194)
#A0CDC9
(160,205,201)
#ADD3D0
(173,211,208)
#BAD9D7
(186,217,215)
#C7DFDE
(199,223,222)
#D4E5E5
(212,229,229)
#E1EBEC
(225,235,236)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB5AD; }

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

This text font color is #6CB5AD.


Background Color

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

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

This div background color is #6CB5AD.


Border color

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

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

This div border color is #6CB5AD.


Opacity

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

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

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

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

This text has shadow with #6CB5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB5AD on black background.


Color preview on white background

This text has color #6CB5AD on white background.



Black color preview on #6CB5AD background

This text has black color on #6CB5AD background.


White color preview on #6CB5AD background

This text has white color on #6CB5AD background.