COLOR #6AB5A7

HEX: #6AB5A7
RGB: (106,181,167)

Color info

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

RGB color model

#6AB5A7 color RGB value is (106,181,167).

  • red value is 106;
  • green value is 181;
  • blue value is 167.
RGB:
(106,181,167)
(42%,71%,65%)

RGB channels and saturation

R 106 of 255 = 42%
G 181 of 255 = 71%
B 167 of 255 = 65%

106
181
167

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

Portions of RGB colors in percentages

R + G + B =
106 + 181 + 167 = 454 (100%)
R 106 of 454 ~ 23.35%
G 181 of 454 ~ 39.87%
B 167 of 454 ~ 36.78%

%23.35
%39.87
%36.78

CMYK color model

#6AB5A7 color CMYK value is (41,0,8,29).

  • cyan value is 41.44%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 29.02%
CMYK:
(41,0,8,29)
C41M0Y8K29 
(41%,0%,8%,29%)
(0.41/0.00/0.08/0.29)	

CMYK percentages

%41.44
%0
%7.73
%29.02

Codes

Color #6AB5A7 in popluar color models

6AB5A7
RGB106181167
HSL169°33.63%56.27%
HSB/HSV169°41.44%70.98%
CMYK41.44%0.00%7.73%
29.02%

Color #6AB5A7 in popluar number systems.

HEX6AB5A7
Decimal106181167
Binary11010101011010110100111
Octal152265247

Shades and tints

Shades of #6AB5A7

#6AB5A7
(106,181,167)
#61A598
(97,165,152)
#589589
(88,149,137)
#4F857A
(79,133,122)
#46756B
(70,117,107)
#3D655C
(61,101,92)
#34554D
(52,85,77)
#2B453E
(43,69,62)
#22352F
(34,53,47)
#192520
(25,37,32)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #6AB5A7

#6AB5A7
(106,181,167)
#77BBAF
(119,187,175)
#84C1B7
(132,193,183)
#91C7BF
(145,199,191)
#9ECDC7
(158,205,199)
#ABD3CF
(171,211,207)
#B8D9D7
(184,217,215)
#C5DFDF
(197,223,223)
#D2E5E7
(210,229,231)
#DFEBEF
(223,235,239)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB5A7 color. Also use rgb(106,181,167) instead hex code.

Text Font Color

.myTextColor { color: #6AB5A7; }

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

This text font color is #6AB5A7.


Background Color

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

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

This div background color is #6AB5A7.


Border color

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

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

This div border color is #6AB5A7.


Opacity

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

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

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

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

This text has shadow with #6AB5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB5A7 on black background.


Color preview on white background

This text has color #6AB5A7 on white background.



Black color preview on #6AB5A7 background

This text has black color on #6AB5A7 background.


White color preview on #6AB5A7 background

This text has white color on #6AB5A7 background.