COLOR #6C988C

HEX: #6C988C
RGB: (108,152,140)

Color info

#6C988C contains red, green and blue colors in about the same proportion. Web safe color of #6C988C is #669999 (or #699).

RGB color model

#6C988C color RGB value is (108,152,140).

  • red value is 108;
  • green value is 152;
  • blue value is 140.
RGB:
(108,152,140)
(42%,60%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 152 of 255 = 60%
B 140 of 255 = 55%

108
152
140

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 140 = 400 (100%)
R 108 of 400 ~ 27%
G 152 of 400 ~ 38%
B 140 of 400 ~ 35%

%27
%38
%35

CMYK color model

#6C988C color CMYK value is (29,0,8,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(29,0,8,40)
C29M0Y8K40 
(29%,0%,8%,40%)
(0.29/0.00/0.08/0.40)	

CMYK percentages

%28.95
%0
%7.89
%40.39

Codes

Color #6C988C in popluar color models

6C988C
RGB108152140
HSL164°17.60%50.98%
HSB/HSV164°28.95%59.61%
CMYK28.95%0.00%7.89%
40.39%

Color #6C988C in popluar number systems.

HEX6C988C
Decimal108152140
Binary11011001001100010001100
Octal154230214

Shades and tints

Shades of #6C988C

#6C988C
(108,152,140)
#638B80
(99,139,128)
#5A7E74
(90,126,116)
#517168
(81,113,104)
#48645C
(72,100,92)
#3F5750
(63,87,80)
#364A44
(54,74,68)
#2D3D38
(45,61,56)
#24302C
(36,48,44)
#1B2320
(27,35,32)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #6C988C

#6C988C
(108,152,140)
#79A196
(121,161,150)
#86AAA0
(134,170,160)
#93B3AA
(147,179,170)
#A0BCB4
(160,188,180)
#ADC5BE
(173,197,190)
#BACEC8
(186,206,200)
#C7D7D2
(199,215,210)
#D4E0DC
(212,224,220)
#E1E9E6
(225,233,230)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C988C color. Also use rgb(108,152,140) instead hex code.

Text Font Color

.myTextColor { color: #6C988C; }

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

This text font color is #6C988C.


Background Color

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

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

This div background color is #6C988C.


Border color

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

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

This div border color is #6C988C.


Opacity

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

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

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

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

This text has shadow with #6C988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C988C on black background.


Color preview on white background

This text has color #6C988C on white background.



Black color preview on #6C988C background

This text has black color on #6C988C background.


White color preview on #6C988C background

This text has white color on #6C988C background.