COLOR #6DC8AB

HEX: #6DC8AB
RGB: (109,200,171)

Color info

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

RGB color model

#6DC8AB color RGB value is (109,200,171).

  • red value is 109;
  • green value is 200;
  • blue value is 171.
RGB:
(109,200,171)
(43%,78%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 200 of 255 = 78%
B 171 of 255 = 67%

109
200
171

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

Portions of RGB colors in percentages

R + G + B =
109 + 200 + 171 = 480 (100%)
R 109 of 480 ~ 22.71%
G 200 of 480 ~ 41.67%
B 171 of 480 ~ 35.63%

%22.71
%41.67
%35.63

CMYK color model

#6DC8AB color CMYK value is (46,0,15,22).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(46,0,15,22)
C46M0Y15K22 
(46%,0%,15%,22%)
(0.46/0.00/0.15/0.22)	

CMYK percentages

%45.5
%0
%14.5
%21.57

Codes

Color #6DC8AB in popluar color models

6DC8AB
RGB109200171
HSL161°45.27%60.59%
HSB/HSV161°45.50%78.43%
CMYK45.50%0.00%14.50%
21.57%

Color #6DC8AB in popluar number systems.

HEX6DC8AB
Decimal109200171
Binary11011011100100010101011
Octal155310253

Shades and tints

Shades of #6DC8AB

#6DC8AB
(109,200,171)
#64B69C
(100,182,156)
#5BA48D
(91,164,141)
#52927E
(82,146,126)
#49806F
(73,128,111)
#406E60
(64,110,96)
#375C51
(55,92,81)
#2E4A42
(46,74,66)
#253833
(37,56,51)
#1C2624
(28,38,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #6DC8AB

#6DC8AB
(109,200,171)
#7ACDB2
(122,205,178)
#87D2B9
(135,210,185)
#94D7C0
(148,215,192)
#A1DCC7
(161,220,199)
#AEE1CE
(174,225,206)
#BBE6D5
(187,230,213)
#C8EBDC
(200,235,220)
#D5F0E3
(213,240,227)
#E2F5EA
(226,245,234)
#EFFAF1
(239,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC8AB; }

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

This text font color is #6DC8AB.


Background Color

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

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

This div background color is #6DC8AB.


Border color

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

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

This div border color is #6DC8AB.


Opacity

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

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

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

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

This text has shadow with #6DC8AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC8AB on black background.


Color preview on white background

This text has color #6DC8AB on white background.



Black color preview on #6DC8AB background

This text has black color on #6DC8AB background.


White color preview on #6DC8AB background

This text has white color on #6DC8AB background.