COLOR #6CAB89

HEX: #6CAB89
RGB: (108,171,137)

Color info

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

RGB color model

#6CAB89 color RGB value is (108,171,137).

  • red value is 108;
  • green value is 171;
  • blue value is 137.
RGB:
(108,171,137)
(42%,67%,54%)

RGB channels and saturation

R 108 of 255 = 42%
G 171 of 255 = 67%
B 137 of 255 = 54%

108
171
137

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

Portions of RGB colors in percentages

R + G + B =
108 + 171 + 137 = 416 (100%)
R 108 of 416 ~ 25.96%
G 171 of 416 ~ 41.11%
B 137 of 416 ~ 32.93%

%25.96
%41.11
%32.93

CMYK color model

#6CAB89 color CMYK value is (37,0,20,33).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(37,0,20,33)
C37M0Y20K33 
(37%,0%,20%,33%)
(0.37/0.00/0.20/0.33)	

CMYK percentages

%36.84
%0
%19.88
%32.94

Codes

Color #6CAB89 in popluar color models

6CAB89
RGB108171137
HSL148°27.27%54.71%
HSB/HSV148°36.84%67.06%
CMYK36.84%0.00%19.88%
32.94%

Color #6CAB89 in popluar number systems.

HEX6CAB89
Decimal108171137
Binary11011001010101110001001
Octal154253211

Shades and tints

Shades of #6CAB89

#6CAB89
(108,171,137)
#639C7D
(99,156,125)
#5A8D71
(90,141,113)
#517E65
(81,126,101)
#486F59
(72,111,89)
#3F604D
(63,96,77)
#365141
(54,81,65)
#2D4235
(45,66,53)
#243329
(36,51,41)
#1B241D
(27,36,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #6CAB89

#6CAB89
(108,171,137)
#79B293
(121,178,147)
#86B99D
(134,185,157)
#93C0A7
(147,192,167)
#A0C7B1
(160,199,177)
#ADCEBB
(173,206,187)
#BAD5C5
(186,213,197)
#C7DCCF
(199,220,207)
#D4E3D9
(212,227,217)
#E1EAE3
(225,234,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAB89 color. Also use rgb(108,171,137) instead hex code.

Text Font Color

.myTextColor { color: #6CAB89; }

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

This text font color is #6CAB89.


Background Color

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

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

This div background color is #6CAB89.


Border color

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

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

This div border color is #6CAB89.


Opacity

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

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

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

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

This text has shadow with #6CAB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAB89 on black background.


Color preview on white background

This text has color #6CAB89 on white background.



Black color preview on #6CAB89 background

This text has black color on #6CAB89 background.


White color preview on #6CAB89 background

This text has white color on #6CAB89 background.