COLOR #6C9E96

HEX: #6C9E96
RGB: (108,158,150)

Color info

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

RGB color model

#6C9E96 color RGB value is (108,158,150).

  • red value is 108;
  • green value is 158;
  • blue value is 150.
RGB:
(108,158,150)
(42%,62%,59%)

RGB channels and saturation

R 108 of 255 = 42%
G 158 of 255 = 62%
B 150 of 255 = 59%

108
158
150

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

Portions of RGB colors in percentages

R + G + B =
108 + 158 + 150 = 416 (100%)
R 108 of 416 ~ 25.96%
G 158 of 416 ~ 37.98%
B 150 of 416 ~ 36.06%

%25.96
%37.98
%36.06

CMYK color model

#6C9E96 color CMYK value is (32,0,5,38).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 5.06%
  • key color value is 38.04%
CMYK:
(32,0,5,38)
C32M0Y5K38 
(32%,0%,5%,38%)
(0.32/0.00/0.05/0.38)	

CMYK percentages

%31.65
%0
%5.06
%38.04

Codes

Color #6C9E96 in popluar color models

6C9E96
RGB108158150
HSL170°20.49%52.16%
HSB/HSV170°31.65%61.96%
CMYK31.65%0.00%5.06%
38.04%

Color #6C9E96 in popluar number systems.

HEX6C9E96
Decimal108158150
Binary11011001001111010010110
Octal154236226

Shades and tints

Shades of #6C9E96

#6C9E96
(108,158,150)
#639089
(99,144,137)
#5A827C
(90,130,124)
#51746F
(81,116,111)
#486662
(72,102,98)
#3F5855
(63,88,85)
#364A48
(54,74,72)
#2D3C3B
(45,60,59)
#242E2E
(36,46,46)
#1B2021
(27,32,33)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #6C9E96

#6C9E96
(108,158,150)
#79A69F
(121,166,159)
#86AEA8
(134,174,168)
#93B6B1
(147,182,177)
#A0BEBA
(160,190,186)
#ADC6C3
(173,198,195)
#BACECC
(186,206,204)
#C7D6D5
(199,214,213)
#D4DEDE
(212,222,222)
#E1E6E7
(225,230,231)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9E96 color. Also use rgb(108,158,150) instead hex code.

Text Font Color

.myTextColor { color: #6C9E96; }

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

This text font color is #6C9E96.


Background Color

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

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

This div background color is #6C9E96.


Border color

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

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

This div border color is #6C9E96.


Opacity

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

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

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

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

This text has shadow with #6C9E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9E96 on black background.


Color preview on white background

This text has color #6C9E96 on white background.



Black color preview on #6C9E96 background

This text has black color on #6C9E96 background.


White color preview on #6C9E96 background

This text has white color on #6C9E96 background.