COLOR #6EA7AC

HEX: #6EA7AC
RGB: (110,167,172)

Color info

#6EA7AC contains mainly green and blue colors. Web safe color of #6EA7AC is #669999 (or #699).

RGB color model

#6EA7AC color RGB value is (110,167,172).

  • red value is 110;
  • green value is 167;
  • blue value is 172.
RGB:
(110,167,172)
(43%,65%,67%)

RGB channels and saturation

R 110 of 255 = 43%
G 167 of 255 = 65%
B 172 of 255 = 67%

110
167
172

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

Portions of RGB colors in percentages

R + G + B =
110 + 167 + 172 = 449 (100%)
R 110 of 449 ~ 24.5%
G 167 of 449 ~ 37.19%
B 172 of 449 ~ 38.31%

%24.5
%37.19
%38.31

CMYK color model

#6EA7AC color CMYK value is (36,3,0,33).

  • cyan value is 36.05%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(36,3,0,33)
C36M3Y0K33 
(36%,3%,0%,33%)
(0.36/0.03/0.00/0.33)	

CMYK percentages

%36.05
%2.91
%0
%32.55

Codes

Color #6EA7AC in popluar color models

6EA7AC
RGB110167172
HSL185°27.19%55.29%
HSB/HSV185°36.05%67.45%
CMYK36.05%2.91%0.00%
32.55%

Color #6EA7AC in popluar number systems.

HEX6EA7AC
Decimal110167172
Binary11011101010011110101100
Octal156247254

Shades and tints

Shades of #6EA7AC

#6EA7AC
(110,167,172)
#64989D
(100,152,157)
#5A898E
(90,137,142)
#507A7F
(80,122,127)
#466B70
(70,107,112)
#3C5C61
(60,92,97)
#324D52
(50,77,82)
#283E43
(40,62,67)
#1E2F34
(30,47,52)
#142025
(20,32,37)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #6EA7AC

#6EA7AC
(110,167,172)
#7BAFB3
(123,175,179)
#88B7BA
(136,183,186)
#95BFC1
(149,191,193)
#A2C7C8
(162,199,200)
#AFCFCF
(175,207,207)
#BCD7D6
(188,215,214)
#C9DFDD
(201,223,221)
#D6E7E4
(214,231,228)
#E3EFEB
(227,239,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA7AC color. Also use rgb(110,167,172) instead hex code.

Text Font Color

.myTextColor { color: #6EA7AC; }

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

This text font color is #6EA7AC.


Background Color

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

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

This div background color is #6EA7AC.


Border color

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

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

This div border color is #6EA7AC.


Opacity

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

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

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

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

This text has shadow with #6EA7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA7AC on black background.


Color preview on white background

This text has color #6EA7AC on white background.



Black color preview on #6EA7AC background

This text has black color on #6EA7AC background.


White color preview on #6EA7AC background

This text has white color on #6EA7AC background.