COLOR #6CBDBB

HEX: #6CBDBB
RGB: (108,189,187)

Color info

#6CBDBB contains mainly green and blue colors. Web safe color of #6CBDBB is #66CCCC (or #6CC).

RGB color model

#6CBDBB color RGB value is (108,189,187).

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

RGB channels and saturation

R 108 of 255 = 42%
G 189 of 255 = 74%
B 187 of 255 = 73%

108
189
187

R + G + B ~ 63%. #6CBDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 189 + 187 = 484 (100%)
R 108 of 484 ~ 22.31%
G 189 of 484 ~ 39.05%
B 187 of 484 ~ 38.64%

%22.31
%39.05
%38.64

CMYK color model

#6CBDBB color CMYK value is (43,0,1,26).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(43,0,1,26)
C43M0Y1K26 
(43%,0%,1%,26%)
(0.43/0.00/0.01/0.26)	

CMYK percentages

%42.86
%0
%1.06
%25.88

Codes

Color #6CBDBB in popluar color models

6CBDBB
RGB108189187
HSL179°38.03%58.24%
HSB/HSV179°42.86%74.12%
CMYK42.86%0.00%1.06%
25.88%

Color #6CBDBB in popluar number systems.

HEX6CBDBB
Decimal108189187
Binary11011001011110110111011
Octal154275273

Shades and tints

Shades of #6CBDBB

#6CBDBB
(108,189,187)
#63ACAA
(99,172,170)
#5A9B99
(90,155,153)
#518A88
(81,138,136)
#487977
(72,121,119)
#3F6866
(63,104,102)
#365755
(54,87,85)
#2D4644
(45,70,68)
#243533
(36,53,51)
#1B2422
(27,36,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6CBDBB

#6CBDBB
(108,189,187)
#79C3C1
(121,195,193)
#86C9C7
(134,201,199)
#93CFCD
(147,207,205)
#A0D5D3
(160,213,211)
#ADDBD9
(173,219,217)
#BAE1DF
(186,225,223)
#C7E7E5
(199,231,229)
#D4EDEB
(212,237,235)
#E1F3F1
(225,243,241)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CBDBB; }

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

This text font color is #6CBDBB.


Background Color

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

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

This div background color is #6CBDBB.


Border color

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

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

This div border color is #6CBDBB.


Opacity

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

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

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

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

This text has shadow with #6CBDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBDBB on black background.


Color preview on white background

This text has color #6CBDBB on white background.



Black color preview on #6CBDBB background

This text has black color on #6CBDBB background.


White color preview on #6CBDBB background

This text has white color on #6CBDBB background.