COLOR #6AB69C

HEX: #6AB69C
RGB: (106,182,156)

Color info

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

RGB color model

#6AB69C color RGB value is (106,182,156).

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

RGB channels and saturation

R 106 of 255 = 42%
G 182 of 255 = 71%
B 156 of 255 = 61%

106
182
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 182 + 156 = 444 (100%)
R 106 of 444 ~ 23.87%
G 182 of 444 ~ 40.99%
B 156 of 444 ~ 35.14%

%23.87
%40.99
%35.14

CMYK color model

#6AB69C color CMYK value is (42,0,14,29).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 28.63%
CMYK:
(42,0,14,29)
C42M0Y14K29 
(42%,0%,14%,29%)
(0.42/0.00/0.14/0.29)	

CMYK percentages

%41.76
%0
%14.29
%28.63

Codes

Color #6AB69C in popluar color models

6AB69C
RGB106182156
HSL159°34.23%56.47%
HSB/HSV159°41.76%71.37%
CMYK41.76%0.00%14.29%
28.63%

Color #6AB69C in popluar number systems.

HEX6AB69C
Decimal106182156
Binary11010101011011010011100
Octal152266234

Shades and tints

Shades of #6AB69C

#6AB69C
(106,182,156)
#61A68E
(97,166,142)
#589680
(88,150,128)
#4F8672
(79,134,114)
#467664
(70,118,100)
#3D6656
(61,102,86)
#345648
(52,86,72)
#2B463A
(43,70,58)
#22362C
(34,54,44)
#19261E
(25,38,30)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #6AB69C

#6AB69C
(106,182,156)
#77BCA5
(119,188,165)
#84C2AE
(132,194,174)
#91C8B7
(145,200,183)
#9ECEC0
(158,206,192)
#ABD4C9
(171,212,201)
#B8DAD2
(184,218,210)
#C5E0DB
(197,224,219)
#D2E6E4
(210,230,228)
#DFECED
(223,236,237)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB69C; }

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

This text font color is #6AB69C.


Background Color

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

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

This div background color is #6AB69C.


Border color

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

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

This div border color is #6AB69C.


Opacity

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

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

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

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

This text has shadow with #6AB69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB69C on black background.


Color preview on white background

This text has color #6AB69C on white background.



Black color preview on #6AB69C background

This text has black color on #6AB69C background.


White color preview on #6AB69C background

This text has white color on #6AB69C background.