COLOR #6DBDB7

HEX: #6DBDB7
RGB: (109,189,183)

Color info

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

RGB color model

#6DBDB7 color RGB value is (109,189,183).

  • red value is 109;
  • green value is 189;
  • blue value is 183.
RGB:
(109,189,183)
(43%,74%,72%)

RGB channels and saturation

R 109 of 255 = 43%
G 189 of 255 = 74%
B 183 of 255 = 72%

109
189
183

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

Portions of RGB colors in percentages

R + G + B =
109 + 189 + 183 = 481 (100%)
R 109 of 481 ~ 22.66%
G 189 of 481 ~ 39.29%
B 183 of 481 ~ 38.05%

%22.66
%39.29
%38.05

CMYK color model

#6DBDB7 color CMYK value is (42,0,3,26).

  • cyan value is 42.33%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 25.88%
CMYK:
(42,0,3,26)
C42M0Y3K26 
(42%,0%,3%,26%)
(0.42/0.00/0.03/0.26)	

CMYK percentages

%42.33
%0
%3.17
%25.88

Codes

Color #6DBDB7 in popluar color models

6DBDB7
RGB109189183
HSL176°37.74%58.43%
HSB/HSV176°42.33%74.12%
CMYK42.33%0.00%3.17%
25.88%

Color #6DBDB7 in popluar number systems.

HEX6DBDB7
Decimal109189183
Binary11011011011110110110111
Octal155275267

Shades and tints

Shades of #6DBDB7

#6DBDB7
(109,189,183)
#64ACA7
(100,172,167)
#5B9B97
(91,155,151)
#528A87
(82,138,135)
#497977
(73,121,119)
#406867
(64,104,103)
#375757
(55,87,87)
#2E4647
(46,70,71)
#253537
(37,53,55)
#1C2427
(28,36,39)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #6DBDB7

#6DBDB7
(109,189,183)
#7AC3BD
(122,195,189)
#87C9C3
(135,201,195)
#94CFC9
(148,207,201)
#A1D5CF
(161,213,207)
#AEDBD5
(174,219,213)
#BBE1DB
(187,225,219)
#C8E7E1
(200,231,225)
#D5EDE7
(213,237,231)
#E2F3ED
(226,243,237)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DBDB7; }

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

This text font color is #6DBDB7.


Background Color

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

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

This div background color is #6DBDB7.


Border color

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

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

This div border color is #6DBDB7.


Opacity

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

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

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

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

This text has shadow with #6DBDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DBDB7 on black background.


Color preview on white background

This text has color #6DBDB7 on white background.



Black color preview on #6DBDB7 background

This text has black color on #6DBDB7 background.


White color preview on #6DBDB7 background

This text has white color on #6DBDB7 background.