COLOR #6E9D8B

HEX: #6E9D8B RGB: (110,157,139)

Color info

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

RGB color model

#6E9D8B color RGB value is (110,157,139).

RGB: (110,157,139) (43%, 62%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 157 of 255 = 62%
B 139 of 255 = 55%

110
157
139

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

Portions of RGB colors in percentages

R + G + B = 110 + 157 + 139 = 406 (100%)
R 110 of 406 ~ 27.09%
G 157 of 406 ~ 38.67%
B 139 of 406 ~ 34.24'%

%27.09
%38.67
%34.24

CMYK color model

#6E9D8B color CMYK value is (30,0,11,38).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 38.43%
CMYK: (30,0,11,38) C30M0Y11K38 (30%,0%,11%,38%) (0.30/0.00/0.11/0.38) 

CMYK percentages

%29.94
%0
%11.46
%38.43

Codes

Color #6E9D8B in popluar color models

6E 9D 8B
RGB 110 157 139
HSL 157° 19.34% 52.35%
HSB/HSV 157° 29.94% 61.57%
CMYK 29.94% 0.00% 11.46%
38.43%

Color #6E9D8B in popluar number systems.

HEX 6E 9D 8B
Decimal 110 157 139
Binary 1101110 10011101 10001011
Octal 156 235 213

Shades and tints

Shades of #6E9D8B

#6E9D8B
(110,157,139)
#648F7F
(100,143,127)
#5A8173
(90,129,115)
#507367
(80,115,103)
#46655B
(70,101,91)
#3C574F
(60,87,79)
#324943
(50,73,67)
#283B37
(40,59,55)
#1E2D2B
(30,45,43)
#141F1F
(20,31,31)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #6E9D8B

#6E9D8B
(110,157,139)
#7BA595
(123,165,149)
#88AD9F
(136,173,159)
#95B5A9
(149,181,169)
#A2BDB3
(162,189,179)
#AFC5BD
(175,197,189)
#BCCDC7
(188,205,199)
#C9D5D1
(201,213,209)
#D6DDDB
(214,221,219)
#E3E5E5
(227,229,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9D8B color. Also use rgb(110,157,139) instead hex code.

Text Font Color

.myTextColor { color: #6E9D8B; }

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

This text font color is #6E9D8B.

Background Color

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

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

This div background color is #6E9D8B.

Border color

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

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

This div border color is #6E9D8B.

Opacity

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

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

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

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

This text has shadow with #6E9D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9D8B.

Preview

Color preview on black background

This text has color #6E9D8B on black background.


Color preview on white background

This text has color #6E9D8B on white background.


Black color preview on #6E9D8B background

This text has black color on #6E9D8B background.


White color preview on #6E9D8B background

This text has white color on #6E9D8B background.


Related colors

Complementary color

Complementary color for #hex is #916274.


I love getcolorcode.com

Triadic colors

1 #8B6E9D and #9D8B6E with #6E9D8B are triadic colors.

2 #8B9D6E and #9D6E8B with #6E9D8B are triadic colors.