COLOR #6CBDB1

HEX: #6CBDB1
RGB: (108,189,177)

Color info

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

RGB color model

#6CBDB1 color RGB value is (108,189,177).

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

RGB channels and saturation

R 108 of 255 = 42%
G 189 of 255 = 74%
B 177 of 255 = 69%

108
189
177

R + G + B ~ 62%. #6CBDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 189 + 177 = 474 (100%)
R 108 of 474 ~ 22.78%
G 189 of 474 ~ 39.87%
B 177 of 474 ~ 37.34%

%22.78
%39.87
%37.34

CMYK color model

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

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(43,0,6,26)
C43M0Y6K26 
(43%,0%,6%,26%)
(0.43/0.00/0.06/0.26)	

CMYK percentages

%42.86
%0
%6.35
%25.88

Codes

Color #6CBDB1 in popluar color models

6CBDB1
RGB108189177
HSL171°38.03%58.24%
HSB/HSV171°42.86%74.12%
CMYK42.86%0.00%6.35%
25.88%

Color #6CBDB1 in popluar number systems.

HEX6CBDB1
Decimal108189177
Binary11011001011110110110001
Octal154275261

Shades and tints

Shades of #6CBDB1

#6CBDB1
(108,189,177)
#63ACA1
(99,172,161)
#5A9B91
(90,155,145)
#518A81
(81,138,129)
#487971
(72,121,113)
#3F6861
(63,104,97)
#365751
(54,87,81)
#2D4641
(45,70,65)
#243531
(36,53,49)
#1B2421
(27,36,33)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #6CBDB1

#6CBDB1
(108,189,177)
#79C3B8
(121,195,184)
#86C9BF
(134,201,191)
#93CFC6
(147,207,198)
#A0D5CD
(160,213,205)
#ADDBD4
(173,219,212)
#BAE1DB
(186,225,219)
#C7E7E2
(199,231,226)
#D4EDE9
(212,237,233)
#E1F3F0
(225,243,240)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CBDB1; }

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

This text font color is #6CBDB1.


Background Color

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

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

This div background color is #6CBDB1.


Border color

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

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

This div border color is #6CBDB1.


Opacity

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

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

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

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

This text has shadow with #6CBDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CBDB1 on black background.


Color preview on white background

This text has color #6CBDB1 on white background.



Black color preview on #6CBDB1 background

This text has black color on #6CBDB1 background.


White color preview on #6CBDB1 background

This text has white color on #6CBDB1 background.