COLOR #6EA3AC

HEX: #6EA3AC
RGB: (110,163,172)

Color info

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

RGB color model

#6EA3AC color RGB value is (110,163,172).

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

RGB channels and saturation

R 110 of 255 = 43%
G 163 of 255 = 64%
B 172 of 255 = 67%

110
163
172

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

Portions of RGB colors in percentages

R + G + B =
110 + 163 + 172 = 445 (100%)
R 110 of 445 ~ 24.72%
G 163 of 445 ~ 36.63%
B 172 of 445 ~ 38.65%

%24.72
%36.63
%38.65

CMYK color model

#6EA3AC color CMYK value is (36,5,0,33).

  • cyan value is 36.05%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(36,5,0,33)
C36M5Y0K33 
(36%,5%,0%,33%)
(0.36/0.05/0.00/0.33)	

CMYK percentages

%36.05
%5.23
%0
%32.55

Codes

Color #6EA3AC in popluar color models

6EA3AC
RGB110163172
HSL189°27.19%55.29%
HSB/HSV189°36.05%67.45%
CMYK36.05%5.23%0.00%
32.55%

Color #6EA3AC in popluar number systems.

HEX6EA3AC
Decimal110163172
Binary11011101010001110101100
Octal156243254

Shades and tints

Shades of #6EA3AC

#6EA3AC
(110,163,172)
#64959D
(100,149,157)
#5A878E
(90,135,142)
#50797F
(80,121,127)
#466B70
(70,107,112)
#3C5D61
(60,93,97)
#324F52
(50,79,82)
#284143
(40,65,67)
#1E3334
(30,51,52)
#142525
(20,37,37)
#0A1716
(10,23,22)
#000000
(0,0,0)

Tints of #6EA3AC

#6EA3AC
(110,163,172)
#7BABB3
(123,171,179)
#88B3BA
(136,179,186)
#95BBC1
(149,187,193)
#A2C3C8
(162,195,200)
#AFCBCF
(175,203,207)
#BCD3D6
(188,211,214)
#C9DBDD
(201,219,221)
#D6E3E4
(214,227,228)
#E3EBEB
(227,235,235)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EA3AC; }

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

This text font color is #6EA3AC.


Background Color

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

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

This div background color is #6EA3AC.


Border color

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

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

This div border color is #6EA3AC.


Opacity

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

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

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

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

This text has shadow with #6EA3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA3AC on black background.


Color preview on white background

This text has color #6EA3AC on white background.



Black color preview on #6EA3AC background

This text has black color on #6EA3AC background.


White color preview on #6EA3AC background

This text has white color on #6EA3AC background.