COLOR #6DBFCF

HEX: #6DBFCF
RGB: (109,191,207)

Color info

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

RGB color model

#6DBFCF color RGB value is (109,191,207).

  • red value is 109;
  • green value is 191;
  • blue value is 207.
RGB:
(109,191,207)
(43%,75%,81%)

RGB channels and saturation

R 109 of 255 = 43%
G 191 of 255 = 75%
B 207 of 255 = 81%

109
191
207

R + G + B ~ 66%. #6DBFCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 191 + 207 = 507 (100%)
R 109 of 507 ~ 21.5%
G 191 of 507 ~ 37.67%
B 207 of 507 ~ 40.83%

%21.5
%37.67
%40.83

CMYK color model

#6DBFCF color CMYK value is (47,8,0,19).

  • cyan value is 47.34%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(47,8,0,19)
C47M8Y0K19 
(47%,8%,0%,19%)
(0.47/0.08/0.00/0.19)	

CMYK percentages

%47.34
%7.73
%0
%18.82

Codes

Color #6DBFCF in popluar color models

6DBFCF
RGB109191207
HSL190°50.52%61.96%
HSB/HSV190°47.34%81.18%
CMYK47.34%7.73%0.00%
18.82%

Color #6DBFCF in popluar number systems.

HEX6DBFCF
Decimal109191207
Binary11011011011111111001111
Octal155277317

Shades and tints

Shades of #6DBFCF

#6DBFCF
(109,191,207)
#64AEBD
(100,174,189)
#5B9DAB
(91,157,171)
#528C99
(82,140,153)
#497B87
(73,123,135)
#406A75
(64,106,117)
#375963
(55,89,99)
#2E4851
(46,72,81)
#25373F
(37,55,63)
#1C262D
(28,38,45)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #6DBFCF

#6DBFCF
(109,191,207)
#7AC4D3
(122,196,211)
#87C9D7
(135,201,215)
#94CEDB
(148,206,219)
#A1D3DF
(161,211,223)
#AED8E3
(174,216,227)
#BBDDE7
(187,221,231)
#C8E2EB
(200,226,235)
#D5E7EF
(213,231,239)
#E2ECF3
(226,236,243)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DBFCF; }

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

This text font color is #6DBFCF.


Background Color

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

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

This div background color is #6DBFCF.


Border color

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

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

This div border color is #6DBFCF.


Opacity

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

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

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

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

This text has shadow with #6DBFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DBFCF on black background.


Color preview on white background

This text has color #6DBFCF on white background.



Black color preview on #6DBFCF background

This text has black color on #6DBFCF background.


White color preview on #6DBFCF background

This text has white color on #6DBFCF background.