COLOR #6E888E

HEX: #6E888E
RGB: (110,136,142)

Color info

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

RGB color model

#6E888E color RGB value is (110,136,142).

  • red value is 110;
  • green value is 136;
  • blue value is 142.
RGB:
(110,136,142)
(43%,53%,56%)

RGB channels and saturation

R 110 of 255 = 43%
G 136 of 255 = 53%
B 142 of 255 = 56%

110
136
142

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

Portions of RGB colors in percentages

R + G + B =
110 + 136 + 142 = 388 (100%)
R 110 of 388 ~ 28.35%
G 136 of 388 ~ 35.05%
B 142 of 388 ~ 36.6%

%28.35
%35.05
%36.6

CMYK color model

#6E888E color CMYK value is (23,4,0,44).

  • cyan value is 22.54%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,4,0,44)
C23M4Y0K44 
(23%,4%,0%,44%)
(0.23/0.04/0.00/0.44)	

CMYK percentages

%22.54
%4.23
%0
%44.31

Codes

Color #6E888E in popluar color models

6E888E
RGB110136142
HSL191°12.70%49.41%
HSB/HSV191°22.54%55.69%
CMYK22.54%4.23%0.00%
44.31%

Color #6E888E in popluar number systems.

HEX6E888E
Decimal110136142
Binary11011101000100010001110
Octal156210216

Shades and tints

Shades of #6E888E

#6E888E
(110,136,142)
#647C82
(100,124,130)
#5A7076
(90,112,118)
#50646A
(80,100,106)
#46585E
(70,88,94)
#3C4C52
(60,76,82)
#324046
(50,64,70)
#28343A
(40,52,58)
#1E282E
(30,40,46)
#141C22
(20,28,34)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #6E888E

#6E888E
(110,136,142)
#7B9298
(123,146,152)
#889CA2
(136,156,162)
#95A6AC
(149,166,172)
#A2B0B6
(162,176,182)
#AFBAC0
(175,186,192)
#BCC4CA
(188,196,202)
#C9CED4
(201,206,212)
#D6D8DE
(214,216,222)
#E3E2E8
(227,226,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E888E color. Also use rgb(110,136,142) instead hex code.

Text Font Color

.myTextColor { color: #6E888E; }

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

This text font color is #6E888E.


Background Color

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

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

This div background color is #6E888E.


Border color

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

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

This div border color is #6E888E.


Opacity

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

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

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

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

This text has shadow with #6E888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E888E on black background.


Color preview on white background

This text has color #6E888E on white background.



Black color preview on #6E888E background

This text has black color on #6E888E background.


White color preview on #6E888E background

This text has white color on #6E888E background.