COLOR #6E9987

HEX: #6E9987
RGB: (110,153,135)

Color info

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

RGB color model

#6E9987 color RGB value is (110,153,135).

  • red value is 110;
  • green value is 153;
  • blue value is 135.
RGB:
(110,153,135)
(43%,60%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 135 of 255 = 53%

110
153
135

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

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 135 = 398 (100%)
R 110 of 398 ~ 27.64%
G 153 of 398 ~ 38.44%
B 135 of 398 ~ 33.92%

%27.64
%38.44
%33.92

CMYK color model

#6E9987 color CMYK value is (28,0,12,40).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(28,0,12,40)
C28M0Y12K40 
(28%,0%,12%,40%)
(0.28/0.00/0.12/0.40)	

CMYK percentages

%28.1
%0
%11.76
%40

Codes

Color #6E9987 in popluar color models

6E9987
RGB110153135
HSL155°17.41%51.57%
HSB/HSV155°28.10%60.00%
CMYK28.10%0.00%11.76%
40.00%

Color #6E9987 in popluar number systems.

HEX6E9987
Decimal110153135
Binary11011101001100110000111
Octal156231207

Shades and tints

Shades of #6E9987

#6E9987
(110,153,135)
#648C7B
(100,140,123)
#5A7F6F
(90,127,111)
#507263
(80,114,99)
#466557
(70,101,87)
#3C584B
(60,88,75)
#324B3F
(50,75,63)
#283E33
(40,62,51)
#1E3127
(30,49,39)
#14241B
(20,36,27)
#0A170F
(10,23,15)
#000000
(0,0,0)

Tints of #6E9987

#6E9987
(110,153,135)
#7BA291
(123,162,145)
#88AB9B
(136,171,155)
#95B4A5
(149,180,165)
#A2BDAF
(162,189,175)
#AFC6B9
(175,198,185)
#BCCFC3
(188,207,195)
#C9D8CD
(201,216,205)
#D6E1D7
(214,225,215)
#E3EAE1
(227,234,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9987 color. Also use rgb(110,153,135) instead hex code.

Text Font Color

.myTextColor { color: #6E9987; }

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

This text font color is #6E9987.


Background Color

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

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

This div background color is #6E9987.


Border color

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

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

This div border color is #6E9987.


Opacity

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

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

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

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

This text has shadow with #6E9987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9987 on black background.


Color preview on white background

This text has color #6E9987 on white background.



Black color preview on #6E9987 background

This text has black color on #6E9987 background.


White color preview on #6E9987 background

This text has white color on #6E9987 background.