COLOR #6AB296

HEX: #6AB296
RGB: (106,178,150)

Color info

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

RGB color model

#6AB296 color RGB value is (106,178,150).

  • red value is 106;
  • green value is 178;
  • blue value is 150.
RGB:
(106,178,150)
(42%,70%,59%)

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 150 of 255 = 59%

106
178
150

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 150 = 434 (100%)
R 106 of 434 ~ 24.42%
G 178 of 434 ~ 41.01%
B 150 of 434 ~ 34.56%

%24.42
%41.01
%34.56

CMYK color model

#6AB296 color CMYK value is (40,0,16,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(40,0,16,30)
C40M0Y16K30 
(40%,0%,16%,30%)
(0.40/0.00/0.16/0.30)	

CMYK percentages

%40.45
%0
%15.73
%30.2

Codes

Color #6AB296 in popluar color models

6AB296
RGB106178150
HSL157°31.86%55.69%
HSB/HSV157°40.45%69.80%
CMYK40.45%0.00%15.73%
30.20%

Color #6AB296 in popluar number systems.

HEX6AB296
Decimal106178150
Binary11010101011001010010110
Octal152262226

Shades and tints

Shades of #6AB296

#6AB296
(106,178,150)
#61A289
(97,162,137)
#58927C
(88,146,124)
#4F826F
(79,130,111)
#467262
(70,114,98)
#3D6255
(61,98,85)
#345248
(52,82,72)
#2B423B
(43,66,59)
#22322E
(34,50,46)
#192221
(25,34,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #6AB296

#6AB296
(106,178,150)
#77B99F
(119,185,159)
#84C0A8
(132,192,168)
#91C7B1
(145,199,177)
#9ECEBA
(158,206,186)
#ABD5C3
(171,213,195)
#B8DCCC
(184,220,204)
#C5E3D5
(197,227,213)
#D2EADE
(210,234,222)
#DFF1E7
(223,241,231)
#ECF8F0
(236,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB296 color. Also use rgb(106,178,150) instead hex code.

Text Font Color

.myTextColor { color: #6AB296; }

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

This text font color is #6AB296.


Background Color

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

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

This div background color is #6AB296.


Border color

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

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

This div border color is #6AB296.


Opacity

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

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

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

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

This text has shadow with #6AB296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB296 on black background.


Color preview on white background

This text has color #6AB296 on white background.



Black color preview on #6AB296 background

This text has black color on #6AB296 background.


White color preview on #6AB296 background

This text has white color on #6AB296 background.