COLOR #6E988A

HEX: #6E988A
RGB: (110,152,138)

Color info

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

RGB color model

#6E988A color RGB value is (110,152,138).

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

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 138 of 255 = 54%

110
152
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 152 + 138 = 400 (100%)
R 110 of 400 ~ 27.5%
G 152 of 400 ~ 38%
B 138 of 400 ~ 34.5%

%27.5
%38
%34.5

CMYK color model

#6E988A color CMYK value is (28,0,9,40).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(28,0,9,40)
C28M0Y9K40 
(28%,0%,9%,40%)
(0.28/0.00/0.09/0.40)	

CMYK percentages

%27.63
%0
%9.21
%40.39

Codes

Color #6E988A in popluar color models

6E988A
RGB110152138
HSL160°16.94%51.37%
HSB/HSV160°27.63%59.61%
CMYK27.63%0.00%9.21%
40.39%

Color #6E988A in popluar number systems.

HEX6E988A
Decimal110152138
Binary11011101001100010001010
Octal156230212

Shades and tints

Shades of #6E988A

#6E988A
(110,152,138)
#648B7E
(100,139,126)
#5A7E72
(90,126,114)
#507166
(80,113,102)
#46645A
(70,100,90)
#3C574E
(60,87,78)
#324A42
(50,74,66)
#283D36
(40,61,54)
#1E302A
(30,48,42)
#14231E
(20,35,30)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #6E988A

#6E988A
(110,152,138)
#7BA194
(123,161,148)
#88AA9E
(136,170,158)
#95B3A8
(149,179,168)
#A2BCB2
(162,188,178)
#AFC5BC
(175,197,188)
#BCCEC6
(188,206,198)
#C9D7D0
(201,215,208)
#D6E0DA
(214,224,218)
#E3E9E4
(227,233,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E988A; }

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

This text font color is #6E988A.


Background Color

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

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

This div background color is #6E988A.


Border color

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

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

This div border color is #6E988A.


Opacity

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

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

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

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

This text has shadow with #6E988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E988A on black background.


Color preview on white background

This text has color #6E988A on white background.



Black color preview on #6E988A background

This text has black color on #6E988A background.


White color preview on #6E988A background

This text has white color on #6E988A background.