COLOR #6CAB92

HEX: #6CAB92 RGB: (108,171,146)

Color info

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

RGB color model

#6CAB92 color RGB value is (108,171,146).

RGB: (108,171,146) (42%, 67%, 57%)

RGB channels and saturation

R 108 of 255 = 42%
G 171 of 255 = 67%
B 146 of 255 = 57%

108
171
146

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

Portions of RGB colors in percentages

R + G + B = 108 + 171 + 146 = 425 (100%)
R 108 of 425 ~ 25.41%
G 171 of 425 ~ 40.24%
B 146 of 425 ~ 34.35'%

%25.41
%40.24
%34.35

CMYK color model

#6CAB92 color CMYK value is (37,0,15,33).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 32.94%

CMYK: (37,0,15,33)
C37M0Y15K33 (37%, 0%, 15%, 33%)
(0.37 / 0.00 / 0.15 / 0.33)

CMYK percentages

%36.84
%0
%14.62
%32.94

Codes

Color #6CAB92 in popluar color models

6C AB 92
RGB 108 171 146
HSL 156° 27.27% 54.71%
HSB/HSV 156° 36.84% 67.06%
CMYK 36.84% 0.00% 14.62%
32.94%

Color #6CAB92 in popluar number systems.

HEX 6C AB 92
Decimal 108 171 146
Binary 1101100 10101011 10010010
Octal 154 253 222

Shades and tints

Shades of #6CAB92

#6CAB92
(108,171,146)
#639C85
(99,156,133)
#5A8D78
(90,141,120)
#517E6B
(81,126,107)
#486F5E
(72,111,94)
#3F6051
(63,96,81)
#365144
(54,81,68)
#2D4237
(45,66,55)
#24332A
(36,51,42)
#1B241D
(27,36,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #6CAB92

#6CAB92
(108,171,146)
#79B29B
(121,178,155)
#86B9A4
(134,185,164)
#93C0AD
(147,192,173)
#A0C7B6
(160,199,182)
#ADCEBF
(173,206,191)
#BAD5C8
(186,213,200)
#C7DCD1
(199,220,209)
#D4E3DA
(212,227,218)
#E1EAE3
(225,234,227)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CAB92; }

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

This text font color is #6CAB92.

Background Color

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

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

This div background color is #6CAB92.

Border color

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

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

This div border color is #6CAB92.

Opacity

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

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

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

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

This text has shadow with #6CAB92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAB92.

Preview

Color preview on black background

This text has color #6CAB92 on black background.


Color preview on white background

This text has color #6CAB92 on white background.


Black color preview on #6CAB92 background

This text has black color on #6CAB92 background.


White color preview on #6CAB92 background

This text has white color on #6CAB92 background.


Related colors

Complementary color

Complementary color for #hex is #93546D.


I love getcolorcode.com

Triadic colors

1 #926CAB and #AB926C with #6CAB92 are triadic colors.

2 #92AB6C and #AB6C92 with #6CAB92 are triadic colors.