COLOR #6AA986

HEX: #6AA986
RGB: (106,169,134)

Color info

#6AA986 contains mainly green and blue colors. Web safe color of #6AA986 is #669999 (or #699).

RGB color model

#6AA986 color RGB value is (106,169,134).

  • red value is 106;
  • green value is 169;
  • blue value is 134.
RGB:
(106,169,134)
(42%,66%,53%)

RGB channels and saturation

R 106 of 255 = 42%
G 169 of 255 = 66%
B 134 of 255 = 53%

106
169
134

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

Portions of RGB colors in percentages

R + G + B =
106 + 169 + 134 = 409 (100%)
R 106 of 409 ~ 25.92%
G 169 of 409 ~ 41.32%
B 134 of 409 ~ 32.76%

%25.92
%41.32
%32.76

CMYK color model

#6AA986 color CMYK value is (37,0,21,34).

  • cyan value is 37.28%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 33.73%
CMYK:
(37,0,21,34)
C37M0Y21K34 
(37%,0%,21%,34%)
(0.37/0.00/0.21/0.34)	

CMYK percentages

%37.28
%0
%20.71
%33.73

Codes

Color #6AA986 in popluar color models

6AA986
RGB106169134
HSL147°26.81%53.92%
HSB/HSV147°37.28%66.27%
CMYK37.28%0.00%20.71%
33.73%

Color #6AA986 in popluar number systems.

HEX6AA986
Decimal106169134
Binary11010101010100110000110
Octal152251206

Shades and tints

Shades of #6AA986

#6AA986
(106,169,134)
#619A7A
(97,154,122)
#588B6E
(88,139,110)
#4F7C62
(79,124,98)
#466D56
(70,109,86)
#3D5E4A
(61,94,74)
#344F3E
(52,79,62)
#2B4032
(43,64,50)
#223126
(34,49,38)
#19221A
(25,34,26)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #6AA986

#6AA986
(106,169,134)
#77B091
(119,176,145)
#84B79C
(132,183,156)
#91BEA7
(145,190,167)
#9EC5B2
(158,197,178)
#ABCCBD
(171,204,189)
#B8D3C8
(184,211,200)
#C5DAD3
(197,218,211)
#D2E1DE
(210,225,222)
#DFE8E9
(223,232,233)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA986 color. Also use rgb(106,169,134) instead hex code.

Text Font Color

.myTextColor { color: #6AA986; }

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

This text font color is #6AA986.


Background Color

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

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

This div background color is #6AA986.


Border color

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

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

This div border color is #6AA986.


Opacity

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

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

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

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

This text has shadow with #6AA986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AA986 on black background.


Color preview on white background

This text has color #6AA986 on white background.



Black color preview on #6AA986 background

This text has black color on #6AA986 background.


White color preview on #6AA986 background

This text has white color on #6AA986 background.