COLOR #6C988B

HEX: #6C988B
RGB: (108,152,139)

Color info

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

RGB color model

#6C988B color RGB value is (108,152,139).

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

RGB channels and saturation

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

108
152
139

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

Portions of RGB colors in percentages

R + G + B =
108 + 152 + 139 = 399 (100%)
R 108 of 399 ~ 27.07%
G 152 of 399 ~ 38.1%
B 139 of 399 ~ 34.84%

%27.07
%38.1
%34.84

CMYK color model

#6C988B color CMYK value is (29,0,9,40).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 40.39%
CMYK:
(29,0,9,40)
C29M0Y9K40 
(29%,0%,9%,40%)
(0.29/0.00/0.09/0.40)	

CMYK percentages

%28.95
%0
%8.55
%40.39

Codes

Color #6C988B in popluar color models

6C988B
RGB108152139
HSL162°17.60%50.98%
HSB/HSV162°28.95%59.61%
CMYK28.95%0.00%8.55%
40.39%

Color #6C988B in popluar number systems.

HEX6C988B
Decimal108152139
Binary11011001001100010001011
Octal154230213

Shades and tints

Shades of #6C988B

#6C988B
(108,152,139)
#638B7F
(99,139,127)
#5A7E73
(90,126,115)
#517167
(81,113,103)
#48645B
(72,100,91)
#3F574F
(63,87,79)
#364A43
(54,74,67)
#2D3D37
(45,61,55)
#24302B
(36,48,43)
#1B231F
(27,35,31)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #6C988B

#6C988B
(108,152,139)
#79A195
(121,161,149)
#86AA9F
(134,170,159)
#93B3A9
(147,179,169)
#A0BCB3
(160,188,179)
#ADC5BD
(173,197,189)
#BACEC7
(186,206,199)
#C7D7D1
(199,215,209)
#D4E0DB
(212,224,219)
#E1E9E5
(225,233,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C988B; }

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

This text font color is #6C988B.


Background Color

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

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

This div background color is #6C988B.


Border color

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

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

This div border color is #6C988B.


Opacity

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

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

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

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

This text has shadow with #6C988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C988B on black background.


Color preview on white background

This text has color #6C988B on white background.



Black color preview on #6C988B background

This text has black color on #6C988B background.


White color preview on #6C988B background

This text has white color on #6C988B background.