COLOR #6AB08D

HEX: #6AB08D RGB: (106,176,141)

Color info

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

RGB color model

#6AB08D color RGB value is (106,176,141).

RGB: (106,176,141) (42%, 69%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 176 of 255 = 69%
B 141 of 255 = 55%

106
176
141

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

Portions of RGB colors in percentages

R + G + B = 106 + 176 + 141 = 423 (100%)
R 106 of 423 ~ 25.06%
G 176 of 423 ~ 41.61%
B 141 of 423 ~ 33.33'%

%25.06
%41.61
%33.33

CMYK color model

#6AB08D color CMYK value is (40,0,20,31).

  • cyan value is 39.77%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 30.98%

CMYK: (40,0,20,31)
C40M0Y20K31 (40%, 0%, 20%, 31%)
(0.40 / 0.00 / 0.20 / 0.31)

CMYK percentages

%39.77
%0
%19.89
%30.98

Codes

Color #6AB08D in popluar color models

6A B0 8D
RGB 106 176 141
HSL 150° 30.70% 55.29%
HSB/HSV 150° 39.77% 69.02%
CMYK 39.77% 0.00% 19.89%
30.98%

Color #6AB08D in popluar number systems.

HEX 6A B0 8D
Decimal 106 176 141
Binary 1101010 10110000 10001101
Octal 152 260 215

Shades and tints

Shades of #6AB08D

#6AB08D
(106,176,141)
#61A081
(97,160,129)
#589075
(88,144,117)
#4F8069
(79,128,105)
#46705D
(70,112,93)
#3D6051
(61,96,81)
#345045
(52,80,69)
#2B4039
(43,64,57)
#22302D
(34,48,45)
#192021
(25,32,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #6AB08D

#6AB08D
(106,176,141)
#77B797
(119,183,151)
#84BEA1
(132,190,161)
#91C5AB
(145,197,171)
#9ECCB5
(158,204,181)
#ABD3BF
(171,211,191)
#B8DAC9
(184,218,201)
#C5E1D3
(197,225,211)
#D2E8DD
(210,232,221)
#DFEFE7
(223,239,231)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB08D color. Also use rgb(106,176,141) instead hex code.

Text Font Color

.myTextColor { color: #6AB08D; }

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

This text font color is #6AB08D.

Background Color

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

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

This div background color is #6AB08D.

Border color

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

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

This div border color is #6AB08D.

Opacity

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

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

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

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

This text has shadow with #6AB08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB08D.

Preview

Color preview on black background

This text has color #6AB08D on black background.


Color preview on white background

This text has color #6AB08D on white background.


Black color preview on #6AB08D background

This text has black color on #6AB08D background.


White color preview on #6AB08D background

This text has white color on #6AB08D background.


Related colors

Complementary color

Complementary color for #hex is #954F72.


I love getcolorcode.com

Triadic colors

1 #8D6AB0 and #B08D6A with #6AB08D are triadic colors.

2 #8DB06A and #B06A8D with #6AB08D are triadic colors.