COLOR #6AAC9C

HEX: #6AAC9C
RGB: (106,172,156)

Color info

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

RGB color model

#6AAC9C color RGB value is (106,172,156).

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

RGB channels and saturation

R 106 of 255 = 42%
G 172 of 255 = 67%
B 156 of 255 = 61%

106
172
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 172 + 156 = 434 (100%)
R 106 of 434 ~ 24.42%
G 172 of 434 ~ 39.63%
B 156 of 434 ~ 35.94%

%24.42
%39.63
%35.94

CMYK color model

#6AAC9C color CMYK value is (38,0,9,33).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 32.55%
CMYK:
(38,0,9,33)
C38M0Y9K33 
(38%,0%,9%,33%)
(0.38/0.00/0.09/0.33)	

CMYK percentages

%38.37
%0
%9.3
%32.55

Codes

Color #6AAC9C in popluar color models

6AAC9C
RGB106172156
HSL165°28.45%54.51%
HSB/HSV165°38.37%67.45%
CMYK38.37%0.00%9.30%
32.55%

Color #6AAC9C in popluar number systems.

HEX6AAC9C
Decimal106172156
Binary11010101010110010011100
Octal152254234

Shades and tints

Shades of #6AAC9C

#6AAC9C
(106,172,156)
#619D8E
(97,157,142)
#588E80
(88,142,128)
#4F7F72
(79,127,114)
#467064
(70,112,100)
#3D6156
(61,97,86)
#345248
(52,82,72)
#2B433A
(43,67,58)
#22342C
(34,52,44)
#19251E
(25,37,30)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #6AAC9C

#6AAC9C
(106,172,156)
#77B3A5
(119,179,165)
#84BAAE
(132,186,174)
#91C1B7
(145,193,183)
#9EC8C0
(158,200,192)
#ABCFC9
(171,207,201)
#B8D6D2
(184,214,210)
#C5DDDB
(197,221,219)
#D2E4E4
(210,228,228)
#DFEBED
(223,235,237)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AAC9C; }

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

This text font color is #6AAC9C.


Background Color

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

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

This div background color is #6AAC9C.


Border color

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

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

This div border color is #6AAC9C.


Opacity

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

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

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

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

This text has shadow with #6AAC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AAC9C on black background.


Color preview on white background

This text has color #6AAC9C on white background.



Black color preview on #6AAC9C background

This text has black color on #6AAC9C background.


White color preview on #6AAC9C background

This text has white color on #6AAC9C background.