COLOR #6ADFB0

HEX: #6ADFB0
RGB: (106,223,176)

Color info

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

RGB color model

#6ADFB0 color RGB value is (106,223,176).

  • red value is 106;
  • green value is 223;
  • blue value is 176.
RGB:
(106,223,176)
(42%,87%,69%)

RGB channels and saturation

R 106 of 255 = 42%
G 223 of 255 = 87%
B 176 of 255 = 69%

106
223
176

R + G + B ~ 66%. #6ADFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 223 + 176 = 505 (100%)
R 106 of 505 ~ 20.99%
G 223 of 505 ~ 44.16%
B 176 of 505 ~ 34.85%

%20.99
%44.16
%34.85

CMYK color model

#6ADFB0 color CMYK value is (52,0,21,13).

  • cyan value is 52.47%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 12.55%
CMYK:
(52,0,21,13)
C52M0Y21K13 
(52%,0%,21%,13%)
(0.52/0.00/0.21/0.13)	

CMYK percentages

%52.47
%0
%21.08
%12.55

Codes

Color #6ADFB0 in popluar color models

6ADFB0
RGB106223176
HSL156°64.64%64.51%
HSB/HSV156°52.47%87.45%
CMYK52.47%0.00%21.08%
12.55%

Color #6ADFB0 in popluar number systems.

HEX6ADFB0
Decimal106223176
Binary11010101101111110110000
Octal152337260

Shades and tints

Shades of #6ADFB0

#6ADFB0
(106,223,176)
#61CBA0
(97,203,160)
#58B790
(88,183,144)
#4FA380
(79,163,128)
#468F70
(70,143,112)
#3D7B60
(61,123,96)
#346750
(52,103,80)
#2B5340
(43,83,64)
#223F30
(34,63,48)
#192B20
(25,43,32)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #6ADFB0

#6ADFB0
(106,223,176)
#77E1B7
(119,225,183)
#84E3BE
(132,227,190)
#91E5C5
(145,229,197)
#9EE7CC
(158,231,204)
#ABE9D3
(171,233,211)
#B8EBDA
(184,235,218)
#C5EDE1
(197,237,225)
#D2EFE8
(210,239,232)
#DFF1EF
(223,241,239)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ADFB0 color. Also use rgb(106,223,176) instead hex code.

Text Font Color

.myTextColor { color: #6ADFB0; }

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

This text font color is #6ADFB0.


Background Color

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

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

This div background color is #6ADFB0.


Border color

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

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

This div border color is #6ADFB0.


Opacity

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

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

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

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

This text has shadow with #6ADFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ADFB0 on black background.


Color preview on white background

This text has color #6ADFB0 on white background.



Black color preview on #6ADFB0 background

This text has black color on #6ADFB0 background.


White color preview on #6ADFB0 background

This text has white color on #6ADFB0 background.