COLOR #6DCEAC

HEX: #6DCEAC
RGB: (109,206,172)

Color info

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

RGB color model

#6DCEAC color RGB value is (109,206,172).

  • red value is 109;
  • green value is 206;
  • blue value is 172.
RGB:
(109,206,172)
(43%,81%,67%)

RGB channels and saturation

R 109 of 255 = 43%
G 206 of 255 = 81%
B 172 of 255 = 67%

109
206
172

R + G + B ~ 64%. #6DCEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 206 + 172 = 487 (100%)
R 109 of 487 ~ 22.38%
G 206 of 487 ~ 42.3%
B 172 of 487 ~ 35.32%

%22.38
%42.3
%35.32

CMYK color model

#6DCEAC color CMYK value is (47,0,17,19).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 19.22%
CMYK:
(47,0,17,19)
C47M0Y17K19 
(47%,0%,17%,19%)
(0.47/0.00/0.17/0.19)	

CMYK percentages

%47.09
%0
%16.5
%19.22

Codes

Color #6DCEAC in popluar color models

6DCEAC
RGB109206172
HSL159°49.74%61.76%
HSB/HSV159°47.09%80.78%
CMYK47.09%0.00%16.50%
19.22%

Color #6DCEAC in popluar number systems.

HEX6DCEAC
Decimal109206172
Binary11011011100111010101100
Octal155316254

Shades and tints

Shades of #6DCEAC

#6DCEAC
(109,206,172)
#64BC9D
(100,188,157)
#5BAA8E
(91,170,142)
#52987F
(82,152,127)
#498670
(73,134,112)
#407461
(64,116,97)
#376252
(55,98,82)
#2E5043
(46,80,67)
#253E34
(37,62,52)
#1C2C25
(28,44,37)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #6DCEAC

#6DCEAC
(109,206,172)
#7AD2B3
(122,210,179)
#87D6BA
(135,214,186)
#94DAC1
(148,218,193)
#A1DEC8
(161,222,200)
#AEE2CF
(174,226,207)
#BBE6D6
(187,230,214)
#C8EADD
(200,234,221)
#D5EEE4
(213,238,228)
#E2F2EB
(226,242,235)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCEAC color. Also use rgb(109,206,172) instead hex code.

Text Font Color

.myTextColor { color: #6DCEAC; }

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

This text font color is #6DCEAC.


Background Color

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

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

This div background color is #6DCEAC.


Border color

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

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

This div border color is #6DCEAC.


Opacity

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

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

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

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

This text has shadow with #6DCEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCEAC on black background.


Color preview on white background

This text has color #6DCEAC on white background.



Black color preview on #6DCEAC background

This text has black color on #6DCEAC background.


White color preview on #6DCEAC background

This text has white color on #6DCEAC background.