COLOR #6ABD9C

HEX: #6ABD9C
RGB: (106,189,156)

Color info

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

RGB color model

#6ABD9C color RGB value is (106,189,156).

  • red value is 106;
  • green value is 189;
  • blue value is 156.
RGB:
(106,189,156)
(42%,74%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 189 of 255 = 74%
B 156 of 255 = 61%

106
189
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 189 + 156 = 451 (100%)
R 106 of 451 ~ 23.5%
G 189 of 451 ~ 41.91%
B 156 of 451 ~ 34.59%

%23.5
%41.91
%34.59

CMYK color model

#6ABD9C color CMYK value is (44,0,17,26).

  • cyan value is 43.92%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(44,0,17,26)
C44M0Y17K26 
(44%,0%,17%,26%)
(0.44/0.00/0.17/0.26)	

CMYK percentages

%43.92
%0
%17.46
%25.88

Codes

Color #6ABD9C in popluar color models

6ABD9C
RGB106189156
HSL156°38.60%57.84%
HSB/HSV156°43.92%74.12%
CMYK43.92%0.00%17.46%
25.88%

Color #6ABD9C in popluar number systems.

HEX6ABD9C
Decimal106189156
Binary11010101011110110011100
Octal152275234

Shades and tints

Shades of #6ABD9C

#6ABD9C
(106,189,156)
#61AC8E
(97,172,142)
#589B80
(88,155,128)
#4F8A72
(79,138,114)
#467964
(70,121,100)
#3D6856
(61,104,86)
#345748
(52,87,72)
#2B463A
(43,70,58)
#22352C
(34,53,44)
#19241E
(25,36,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #6ABD9C

#6ABD9C
(106,189,156)
#77C3A5
(119,195,165)
#84C9AE
(132,201,174)
#91CFB7
(145,207,183)
#9ED5C0
(158,213,192)
#ABDBC9
(171,219,201)
#B8E1D2
(184,225,210)
#C5E7DB
(197,231,219)
#D2EDE4
(210,237,228)
#DFF3ED
(223,243,237)
#ECF9F6
(236,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABD9C color. Also use rgb(106,189,156) instead hex code.

Text Font Color

.myTextColor { color: #6ABD9C; }

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

This text font color is #6ABD9C.


Background Color

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

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

This div background color is #6ABD9C.


Border color

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

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

This div border color is #6ABD9C.


Opacity

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

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

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

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

This text has shadow with #6ABD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABD9C on black background.


Color preview on white background

This text has color #6ABD9C on white background.



Black color preview on #6ABD9C background

This text has black color on #6ABD9C background.


White color preview on #6ABD9C background

This text has white color on #6ABD9C background.