COLOR #6CB5A7

HEX: #6CB5A7
RGB: (108,181,167)

Color info

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

RGB color model

#6CB5A7 color RGB value is (108,181,167).

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

RGB channels and saturation

R 108 of 255 = 42%
G 181 of 255 = 71%
B 167 of 255 = 65%

108
181
167

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

Portions of RGB colors in percentages

R + G + B =
108 + 181 + 167 = 456 (100%)
R 108 of 456 ~ 23.68%
G 181 of 456 ~ 39.69%
B 167 of 456 ~ 36.62%

%23.68
%39.69
%36.62

CMYK color model

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

  • cyan value is 40.33%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 29.02%
CMYK:
(40,0,8,29)
C40M0Y8K29 
(40%,0%,8%,29%)
(0.40/0.00/0.08/0.29)	

CMYK percentages

%40.33
%0
%7.73
%29.02

Codes

Color #6CB5A7 in popluar color models

6CB5A7
RGB108181167
HSL168°33.03%56.67%
HSB/HSV168°40.33%70.98%
CMYK40.33%0.00%7.73%
29.02%

Color #6CB5A7 in popluar number systems.

HEX6CB5A7
Decimal108181167
Binary11011001011010110100111
Octal154265247

Shades and tints

Shades of #6CB5A7

#6CB5A7
(108,181,167)
#63A598
(99,165,152)
#5A9589
(90,149,137)
#51857A
(81,133,122)
#48756B
(72,117,107)
#3F655C
(63,101,92)
#36554D
(54,85,77)
#2D453E
(45,69,62)
#24352F
(36,53,47)
#1B2520
(27,37,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #6CB5A7

#6CB5A7
(108,181,167)
#79BBAF
(121,187,175)
#86C1B7
(134,193,183)
#93C7BF
(147,199,191)
#A0CDC7
(160,205,199)
#ADD3CF
(173,211,207)
#BAD9D7
(186,217,215)
#C7DFDF
(199,223,223)
#D4E5E7
(212,229,231)
#E1EBEF
(225,235,239)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CB5A7; }

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

This text font color is #6CB5A7.


Background Color

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

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

This div background color is #6CB5A7.


Border color

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

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

This div border color is #6CB5A7.


Opacity

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

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

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

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

This text has shadow with #6CB5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB5A7 on black background.


Color preview on white background

This text has color #6CB5A7 on white background.



Black color preview on #6CB5A7 background

This text has black color on #6CB5A7 background.


White color preview on #6CB5A7 background

This text has white color on #6CB5A7 background.