COLOR #6C998C

HEX: #6C998C
RGB: (108,153,140)

Color info

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

RGB color model

#6C998C color RGB value is (108,153,140).

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

RGB channels and saturation

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

108
153
140

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

Portions of RGB colors in percentages

R + G + B =
108 + 153 + 140 = 401 (100%)
R 108 of 401 ~ 26.93%
G 153 of 401 ~ 38.15%
B 140 of 401 ~ 34.91%

%26.93
%38.15
%34.91

CMYK color model

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

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

CMYK percentages

%29.41
%0
%8.5
%40

Codes

Color #6C998C in popluar color models

6C998C
RGB108153140
HSL163°18.07%51.18%
HSB/HSV163°29.41%60.00%
CMYK29.41%0.00%8.50%
40.00%

Color #6C998C in popluar number systems.

HEX6C998C
Decimal108153140
Binary11011001001100110001100
Octal154231214

Shades and tints

Shades of #6C998C

#6C998C
(108,153,140)
#638C80
(99,140,128)
#5A7F74
(90,127,116)
#517268
(81,114,104)
#48655C
(72,101,92)
#3F5850
(63,88,80)
#364B44
(54,75,68)
#2D3E38
(45,62,56)
#24312C
(36,49,44)
#1B2420
(27,36,32)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #6C998C

#6C998C
(108,153,140)
#79A296
(121,162,150)
#86ABA0
(134,171,160)
#93B4AA
(147,180,170)
#A0BDB4
(160,189,180)
#ADC6BE
(173,198,190)
#BACFC8
(186,207,200)
#C7D8D2
(199,216,210)
#D4E1DC
(212,225,220)
#E1EAE6
(225,234,230)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C998C; }

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

This text font color is #6C998C.


Background Color

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

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

This div background color is #6C998C.


Border color

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

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

This div border color is #6C998C.


Opacity

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

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

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

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

This text has shadow with #6C998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C998C on black background.


Color preview on white background

This text has color #6C998C on white background.



Black color preview on #6C998C background

This text has black color on #6C998C background.


White color preview on #6C998C background

This text has white color on #6C998C background.