COLOR #6ADDAB

HEX: #6ADDAB
RGB: (106,221,171)

Color info

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

RGB color model

#6ADDAB color RGB value is (106,221,171).

  • red value is 106;
  • green value is 221;
  • blue value is 171.
RGB:
(106,221,171)
(42%,87%,67%)

RGB channels and saturation

R 106 of 255 = 42%
G 221 of 255 = 87%
B 171 of 255 = 67%

106
221
171

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

Portions of RGB colors in percentages

R + G + B =
106 + 221 + 171 = 498 (100%)
R 106 of 498 ~ 21.29%
G 221 of 498 ~ 44.38%
B 171 of 498 ~ 34.34%

%21.29
%44.38
%34.34

CMYK color model

#6ADDAB color CMYK value is (52,0,23,13).

  • cyan value is 52.04%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(52,0,23,13)
C52M0Y23K13 
(52%,0%,23%,13%)
(0.52/0.00/0.23/0.13)	

CMYK percentages

%52.04
%0
%22.62
%13.33

Codes

Color #6ADDAB in popluar color models

6ADDAB
RGB106221171
HSL154°62.84%64.12%
HSB/HSV154°52.04%86.67%
CMYK52.04%0.00%22.62%
13.33%

Color #6ADDAB in popluar number systems.

HEX6ADDAB
Decimal106221171
Binary11010101101110110101011
Octal152335253

Shades and tints

Shades of #6ADDAB

#6ADDAB
(106,221,171)
#61C99C
(97,201,156)
#58B58D
(88,181,141)
#4FA17E
(79,161,126)
#468D6F
(70,141,111)
#3D7960
(61,121,96)
#346551
(52,101,81)
#2B5142
(43,81,66)
#223D33
(34,61,51)
#192924
(25,41,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #6ADDAB

#6ADDAB
(106,221,171)
#77E0B2
(119,224,178)
#84E3B9
(132,227,185)
#91E6C0
(145,230,192)
#9EE9C7
(158,233,199)
#ABECCE
(171,236,206)
#B8EFD5
(184,239,213)
#C5F2DC
(197,242,220)
#D2F5E3
(210,245,227)
#DFF8EA
(223,248,234)
#ECFBF1
(236,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADDAB color. Also use rgb(106,221,171) instead hex code.

Text Font Color

.myTextColor { color: #6ADDAB; }

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

This text font color is #6ADDAB.


Background Color

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

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

This div background color is #6ADDAB.


Border color

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

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

This div border color is #6ADDAB.


Opacity

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

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

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

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

This text has shadow with #6ADDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADDAB on black background.


Color preview on white background

This text has color #6ADDAB on white background.



Black color preview on #6ADDAB background

This text has black color on #6ADDAB background.


White color preview on #6ADDAB background

This text has white color on #6ADDAB background.