COLOR #6CBDA6

HEX: #6CBDA6
RGB: (108,189,166)

Color info

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

RGB color model

#6CBDA6 color RGB value is (108,189,166).

  • red value is 108;
  • green value is 189;
  • blue value is 166.
RGB:
(108,189,166)
(42%,74%,65%)

RGB channels and saturation

R 108 of 255 = 42%
G 189 of 255 = 74%
B 166 of 255 = 65%

108
189
166

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

Portions of RGB colors in percentages

R + G + B =
108 + 189 + 166 = 463 (100%)
R 108 of 463 ~ 23.33%
G 189 of 463 ~ 40.82%
B 166 of 463 ~ 35.85%

%23.33
%40.82
%35.85

CMYK color model

#6CBDA6 color CMYK value is (43,0,12,26).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(43,0,12,26)
C43M0Y12K26 
(43%,0%,12%,26%)
(0.43/0.00/0.12/0.26)	

CMYK percentages

%42.86
%0
%12.17
%25.88

Codes

Color #6CBDA6 in popluar color models

6CBDA6
RGB108189166
HSL163°38.03%58.24%
HSB/HSV163°42.86%74.12%
CMYK42.86%0.00%12.17%
25.88%

Color #6CBDA6 in popluar number systems.

HEX6CBDA6
Decimal108189166
Binary11011001011110110100110
Octal154275246

Shades and tints

Shades of #6CBDA6

#6CBDA6
(108,189,166)
#63AC97
(99,172,151)
#5A9B88
(90,155,136)
#518A79
(81,138,121)
#48796A
(72,121,106)
#3F685B
(63,104,91)
#36574C
(54,87,76)
#2D463D
(45,70,61)
#24352E
(36,53,46)
#1B241F
(27,36,31)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6CBDA6

#6CBDA6
(108,189,166)
#79C3AE
(121,195,174)
#86C9B6
(134,201,182)
#93CFBE
(147,207,190)
#A0D5C6
(160,213,198)
#ADDBCE
(173,219,206)
#BAE1D6
(186,225,214)
#C7E7DE
(199,231,222)
#D4EDE6
(212,237,230)
#E1F3EE
(225,243,238)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CBDA6 color. Also use rgb(108,189,166) instead hex code.

Text Font Color

.myTextColor { color: #6CBDA6; }

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

This text font color is #6CBDA6.


Background Color

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

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

This div background color is #6CBDA6.


Border color

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

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

This div border color is #6CBDA6.


Opacity

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

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

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

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

This text has shadow with #6CBDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBDA6 on black background.


Color preview on white background

This text has color #6CBDA6 on white background.



Black color preview on #6CBDA6 background

This text has black color on #6CBDA6 background.


White color preview on #6CBDA6 background

This text has white color on #6CBDA6 background.