COLOR #6DB8A4

HEX: #6DB8A4
RGB: (109,184,164)

Color info

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

RGB color model

#6DB8A4 color RGB value is (109,184,164).

  • red value is 109;
  • green value is 184;
  • blue value is 164.
RGB:
(109,184,164)
(43%,72%,64%)

RGB channels and saturation

R 109 of 255 = 43%
G 184 of 255 = 72%
B 164 of 255 = 64%

109
184
164

R + G + B ~ 60%. #6DB8A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 184 + 164 = 457 (100%)
R 109 of 457 ~ 23.85%
G 184 of 457 ~ 40.26%
B 164 of 457 ~ 35.89%

%23.85
%40.26
%35.89

CMYK color model

#6DB8A4 color CMYK value is (41,0,11,28).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 27.84%
CMYK:
(41,0,11,28)
C41M0Y11K28 
(41%,0%,11%,28%)
(0.41/0.00/0.11/0.28)	

CMYK percentages

%40.76
%0
%10.87
%27.84

Codes

Color #6DB8A4 in popluar color models

6DB8A4
RGB109184164
HSL164°34.56%57.45%
HSB/HSV164°40.76%72.16%
CMYK40.76%0.00%10.87%
27.84%

Color #6DB8A4 in popluar number systems.

HEX6DB8A4
Decimal109184164
Binary11011011011100010100100
Octal155270244

Shades and tints

Shades of #6DB8A4

#6DB8A4
(109,184,164)
#64A896
(100,168,150)
#5B9888
(91,152,136)
#52887A
(82,136,122)
#49786C
(73,120,108)
#40685E
(64,104,94)
#375850
(55,88,80)
#2E4842
(46,72,66)
#253834
(37,56,52)
#1C2826
(28,40,38)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #6DB8A4

#6DB8A4
(109,184,164)
#7ABEAC
(122,190,172)
#87C4B4
(135,196,180)
#94CABC
(148,202,188)
#A1D0C4
(161,208,196)
#AED6CC
(174,214,204)
#BBDCD4
(187,220,212)
#C8E2DC
(200,226,220)
#D5E8E4
(213,232,228)
#E2EEEC
(226,238,236)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB8A4; }

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

This text font color is #6DB8A4.


Background Color

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

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

This div background color is #6DB8A4.


Border color

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

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

This div border color is #6DB8A4.


Opacity

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

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

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

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

This text has shadow with #6DB8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB8A4 on black background.


Color preview on white background

This text has color #6DB8A4 on white background.



Black color preview on #6DB8A4 background

This text has black color on #6DB8A4 background.


White color preview on #6DB8A4 background

This text has white color on #6DB8A4 background.