COLOR #6AB69E

HEX: #6AB69E
RGB: (106,182,158)

Color info

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

RGB color model

#6AB69E color RGB value is (106,182,158).

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

RGB channels and saturation

R 106 of 255 = 42%
G 182 of 255 = 71%
B 158 of 255 = 62%

106
182
158

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

Portions of RGB colors in percentages

R + G + B =
106 + 182 + 158 = 446 (100%)
R 106 of 446 ~ 23.77%
G 182 of 446 ~ 40.81%
B 158 of 446 ~ 35.43%

%23.77
%40.81
%35.43

CMYK color model

#6AB69E color CMYK value is (42,0,13,29).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(42,0,13,29)
C42M0Y13K29 
(42%,0%,13%,29%)
(0.42/0.00/0.13/0.29)	

CMYK percentages

%41.76
%0
%13.19
%28.63

Codes

Color #6AB69E in popluar color models

6AB69E
RGB106182158
HSL161°34.23%56.47%
HSB/HSV161°41.76%71.37%
CMYK41.76%0.00%13.19%
28.63%

Color #6AB69E in popluar number systems.

HEX6AB69E
Decimal106182158
Binary11010101011011010011110
Octal152266236

Shades and tints

Shades of #6AB69E

#6AB69E
(106,182,158)
#61A690
(97,166,144)
#589682
(88,150,130)
#4F8674
(79,134,116)
#467666
(70,118,102)
#3D6658
(61,102,88)
#34564A
(52,86,74)
#2B463C
(43,70,60)
#22362E
(34,54,46)
#192620
(25,38,32)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6AB69E

#6AB69E
(106,182,158)
#77BCA6
(119,188,166)
#84C2AE
(132,194,174)
#91C8B6
(145,200,182)
#9ECEBE
(158,206,190)
#ABD4C6
(171,212,198)
#B8DACE
(184,218,206)
#C5E0D6
(197,224,214)
#D2E6DE
(210,230,222)
#DFECE6
(223,236,230)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB69E; }

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

This text font color is #6AB69E.


Background Color

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

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

This div background color is #6AB69E.


Border color

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

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

This div border color is #6AB69E.


Opacity

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

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

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

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

This text has shadow with #6AB69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB69E on black background.


Color preview on white background

This text has color #6AB69E on white background.



Black color preview on #6AB69E background

This text has black color on #6AB69E background.


White color preview on #6AB69E background

This text has white color on #6AB69E background.