COLOR #6DBBBB

HEX: #6DBBBB
RGB: (109,187,187)

Color info

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

RGB color model

#6DBBBB color RGB value is (109,187,187).

  • red value is 109;
  • green value is 187;
  • blue value is 187.
RGB:
(109,187,187)
(43%,73%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 187 of 255 = 73%
B 187 of 255 = 73%

109
187
187

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

Portions of RGB colors in percentages

R + G + B =
109 + 187 + 187 = 483 (100%)
R 109 of 483 ~ 22.57%
G 187 of 483 ~ 38.72%
B 187 of 483 ~ 38.72%

%22.57
%38.72
%38.72

CMYK color model

#6DBBBB color CMYK value is (42,0,0,27).

  • cyan value is 41.71%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(42,0,0,27)
C42M0Y0K27 
(42%,0%,0%,27%)
(0.42/0.00/0.00/0.27)	

CMYK percentages

%41.71
%0
%0
%26.67

Codes

Color #6DBBBB in popluar color models

6DBBBB
RGB109187187
HSL180°36.45%58.04%
HSB/HSV180°41.71%73.33%
CMYK41.71%0.00%0.00%
26.67%

Color #6DBBBB in popluar number systems.

HEX6DBBBB
Decimal109187187
Binary11011011011101110111011
Octal155273273

Shades and tints

Shades of #6DBBBB

#6DBBBB
(109,187,187)
#64AAAA
(100,170,170)
#5B9999
(91,153,153)
#528888
(82,136,136)
#497777
(73,119,119)
#406666
(64,102,102)
#375555
(55,85,85)
#2E4444
(46,68,68)
#253333
(37,51,51)
#1C2222
(28,34,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6DBBBB

#6DBBBB
(109,187,187)
#7AC1C1
(122,193,193)
#87C7C7
(135,199,199)
#94CDCD
(148,205,205)
#A1D3D3
(161,211,211)
#AED9D9
(174,217,217)
#BBDFDF
(187,223,223)
#C8E5E5
(200,229,229)
#D5EBEB
(213,235,235)
#E2F1F1
(226,241,241)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DBBBB; }

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

This text font color is #6DBBBB.


Background Color

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

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

This div background color is #6DBBBB.


Border color

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

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

This div border color is #6DBBBB.


Opacity

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

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

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

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

This text has shadow with #6DBBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DBBBB on black background.


Color preview on white background

This text has color #6DBBBB on white background.



Black color preview on #6DBBBB background

This text has black color on #6DBBBB background.


White color preview on #6DBBBB background

This text has white color on #6DBBBB background.