COLOR #6AB29C

HEX: #6AB29C
RGB: (106,178,156)

Color info

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

RGB color model

#6AB29C color RGB value is (106,178,156).

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

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 156 of 255 = 61%

106
178
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 156 = 440 (100%)
R 106 of 440 ~ 24.09%
G 178 of 440 ~ 40.45%
B 156 of 440 ~ 35.45%

%24.09
%40.45
%35.45

CMYK color model

#6AB29C color CMYK value is (40,0,12,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(40,0,12,30)
C40M0Y12K30 
(40%,0%,12%,30%)
(0.40/0.00/0.12/0.30)	

CMYK percentages

%40.45
%0
%12.36
%30.2

Codes

Color #6AB29C in popluar color models

6AB29C
RGB106178156
HSL162°31.86%55.69%
HSB/HSV162°40.45%69.80%
CMYK40.45%0.00%12.36%
30.20%

Color #6AB29C in popluar number systems.

HEX6AB29C
Decimal106178156
Binary11010101011001010011100
Octal152262234

Shades and tints

Shades of #6AB29C

#6AB29C
(106,178,156)
#61A28E
(97,162,142)
#589280
(88,146,128)
#4F8272
(79,130,114)
#467264
(70,114,100)
#3D6256
(61,98,86)
#345248
(52,82,72)
#2B423A
(43,66,58)
#22322C
(34,50,44)
#19221E
(25,34,30)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6AB29C

#6AB29C
(106,178,156)
#77B9A5
(119,185,165)
#84C0AE
(132,192,174)
#91C7B7
(145,199,183)
#9ECEC0
(158,206,192)
#ABD5C9
(171,213,201)
#B8DCD2
(184,220,210)
#C5E3DB
(197,227,219)
#D2EAE4
(210,234,228)
#DFF1ED
(223,241,237)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB29C; }

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

This text font color is #6AB29C.


Background Color

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

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

This div background color is #6AB29C.


Border color

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

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

This div border color is #6AB29C.


Opacity

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

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

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

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

This text has shadow with #6AB29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB29C on black background.


Color preview on white background

This text has color #6AB29C on white background.



Black color preview on #6AB29C background

This text has black color on #6AB29C background.


White color preview on #6AB29C background

This text has white color on #6AB29C background.