COLOR #6CAC88

HEX: #6CAC88
RGB: (108,172,136)

Color info

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

RGB color model

#6CAC88 color RGB value is (108,172,136).

  • red value is 108;
  • green value is 172;
  • blue value is 136.
RGB:
(108,172,136)
(42%,67%,53%)

RGB channels and saturation

R 108 of 255 = 42%
G 172 of 255 = 67%
B 136 of 255 = 53%

108
172
136

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

Portions of RGB colors in percentages

R + G + B =
108 + 172 + 136 = 416 (100%)
R 108 of 416 ~ 25.96%
G 172 of 416 ~ 41.35%
B 136 of 416 ~ 32.69%

%25.96
%41.35
%32.69

CMYK color model

#6CAC88 color CMYK value is (37,0,21,33).

  • cyan value is 37.21%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(37,0,21,33)
C37M0Y21K33 
(37%,0%,21%,33%)
(0.37/0.00/0.21/0.33)	

CMYK percentages

%37.21
%0
%20.93
%32.55

Codes

Color #6CAC88 in popluar color models

6CAC88
RGB108172136
HSL146°27.83%54.90%
HSB/HSV146°37.21%67.45%
CMYK37.21%0.00%20.93%
32.55%

Color #6CAC88 in popluar number systems.

HEX6CAC88
Decimal108172136
Binary11011001010110010001000
Octal154254210

Shades and tints

Shades of #6CAC88

#6CAC88
(108,172,136)
#639D7C
(99,157,124)
#5A8E70
(90,142,112)
#517F64
(81,127,100)
#487058
(72,112,88)
#3F614C
(63,97,76)
#365240
(54,82,64)
#2D4334
(45,67,52)
#243428
(36,52,40)
#1B251C
(27,37,28)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #6CAC88

#6CAC88
(108,172,136)
#79B392
(121,179,146)
#86BA9C
(134,186,156)
#93C1A6
(147,193,166)
#A0C8B0
(160,200,176)
#ADCFBA
(173,207,186)
#BAD6C4
(186,214,196)
#C7DDCE
(199,221,206)
#D4E4D8
(212,228,216)
#E1EBE2
(225,235,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAC88 color. Also use rgb(108,172,136) instead hex code.

Text Font Color

.myTextColor { color: #6CAC88; }

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

This text font color is #6CAC88.


Background Color

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

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

This div background color is #6CAC88.


Border color

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

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

This div border color is #6CAC88.


Opacity

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

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

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

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

This text has shadow with #6CAC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CAC88 on black background.


Color preview on white background

This text has color #6CAC88 on white background.



Black color preview on #6CAC88 background

This text has black color on #6CAC88 background.


White color preview on #6CAC88 background

This text has white color on #6CAC88 background.