COLOR #6DD0B5

HEX: #6DD0B5
RGB: (109,208,181)

Color info

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

RGB color model

#6DD0B5 color RGB value is (109,208,181).

  • red value is 109;
  • green value is 208;
  • blue value is 181.
RGB:
(109,208,181)
(43%,82%,71%)

RGB channels and saturation

R 109 of 255 = 43%
G 208 of 255 = 82%
B 181 of 255 = 71%

109
208
181

R + G + B ~ 65%. #6DD0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 208 + 181 = 498 (100%)
R 109 of 498 ~ 21.89%
G 208 of 498 ~ 41.77%
B 181 of 498 ~ 36.35%

%21.89
%41.77
%36.35

CMYK color model

#6DD0B5 color CMYK value is (48,0,13,18).

  • cyan value is 47.60%
  • magenta value is 0.00%
  • yellow value is 12.98%
  • key color value is 18.43%
CMYK:
(48,0,13,18)
C48M0Y13K18 
(48%,0%,13%,18%)
(0.48/0.00/0.13/0.18)	

CMYK percentages

%47.6
%0
%12.98
%18.43

Codes

Color #6DD0B5 in popluar color models

6DD0B5
RGB109208181
HSL164°51.30%62.16%
HSB/HSV164°47.60%81.57%
CMYK47.60%0.00%12.98%
18.43%

Color #6DD0B5 in popluar number systems.

HEX6DD0B5
Decimal109208181
Binary11011011101000010110101
Octal155320265

Shades and tints

Shades of #6DD0B5

#6DD0B5
(109,208,181)
#64BEA5
(100,190,165)
#5BAC95
(91,172,149)
#529A85
(82,154,133)
#498875
(73,136,117)
#407665
(64,118,101)
#376455
(55,100,85)
#2E5245
(46,82,69)
#254035
(37,64,53)
#1C2E25
(28,46,37)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #6DD0B5

#6DD0B5
(109,208,181)
#7AD4BB
(122,212,187)
#87D8C1
(135,216,193)
#94DCC7
(148,220,199)
#A1E0CD
(161,224,205)
#AEE4D3
(174,228,211)
#BBE8D9
(187,232,217)
#C8ECDF
(200,236,223)
#D5F0E5
(213,240,229)
#E2F4EB
(226,244,235)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DD0B5; }

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

This text font color is #6DD0B5.


Background Color

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

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

This div background color is #6DD0B5.


Border color

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

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

This div border color is #6DD0B5.


Opacity

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

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

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

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

This text has shadow with #6DD0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD0B5 on black background.


Color preview on white background

This text has color #6DD0B5 on white background.



Black color preview on #6DD0B5 background

This text has black color on #6DD0B5 background.


White color preview on #6DD0B5 background

This text has white color on #6DD0B5 background.