COLOR #6E9C8A

HEX: #6E9C8A
RGB: (110,156,138)

Color info

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

RGB color model

#6E9C8A color RGB value is (110,156,138).

  • red value is 110;
  • green value is 156;
  • blue value is 138.
RGB:
(110,156,138)
(43%,61%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 156 of 255 = 61%
B 138 of 255 = 54%

110
156
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 156 + 138 = 404 (100%)
R 110 of 404 ~ 27.23%
G 156 of 404 ~ 38.61%
B 138 of 404 ~ 34.16%

%27.23
%38.61
%34.16

CMYK color model

#6E9C8A color CMYK value is (29,0,12,39).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(29,0,12,39)
C29M0Y12K39 
(29%,0%,12%,39%)
(0.29/0.00/0.12/0.39)	

CMYK percentages

%29.49
%0
%11.54
%38.82

Codes

Color #6E9C8A in popluar color models

6E9C8A
RGB110156138
HSL157°18.85%52.16%
HSB/HSV157°29.49%61.18%
CMYK29.49%0.00%11.54%
38.82%

Color #6E9C8A in popluar number systems.

HEX6E9C8A
Decimal110156138
Binary11011101001110010001010
Octal156234212

Shades and tints

Shades of #6E9C8A

#6E9C8A
(110,156,138)
#648E7E
(100,142,126)
#5A8072
(90,128,114)
#507266
(80,114,102)
#46645A
(70,100,90)
#3C564E
(60,86,78)
#324842
(50,72,66)
#283A36
(40,58,54)
#1E2C2A
(30,44,42)
#141E1E
(20,30,30)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E9C8A

#6E9C8A
(110,156,138)
#7BA594
(123,165,148)
#88AE9E
(136,174,158)
#95B7A8
(149,183,168)
#A2C0B2
(162,192,178)
#AFC9BC
(175,201,188)
#BCD2C6
(188,210,198)
#C9DBD0
(201,219,208)
#D6E4DA
(214,228,218)
#E3EDE4
(227,237,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9C8A color. Also use rgb(110,156,138) instead hex code.

Text Font Color

.myTextColor { color: #6E9C8A; }

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

This text font color is #6E9C8A.


Background Color

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

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

This div background color is #6E9C8A.


Border color

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

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

This div border color is #6E9C8A.


Opacity

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

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

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

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

This text has shadow with #6E9C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9C8A on black background.


Color preview on white background

This text has color #6E9C8A on white background.



Black color preview on #6E9C8A background

This text has black color on #6E9C8A background.


White color preview on #6E9C8A background

This text has white color on #6E9C8A background.