COLOR #6EABAF

HEX: #6EABAF
RGB: (110,171,175)

Color info

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

RGB color model

#6EABAF color RGB value is (110,171,175).

  • red value is 110;
  • green value is 171;
  • blue value is 175.
RGB:
(110,171,175)
(43%,67%,69%)

RGB channels and saturation

R 110 of 255 = 43%
G 171 of 255 = 67%
B 175 of 255 = 69%

110
171
175

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

Portions of RGB colors in percentages

R + G + B =
110 + 171 + 175 = 456 (100%)
R 110 of 456 ~ 24.12%
G 171 of 456 ~ 37.5%
B 175 of 456 ~ 38.38%

%24.12
%37.5
%38.38

CMYK color model

#6EABAF color CMYK value is (37,2,0,31).

  • cyan value is 37.14%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(37,2,0,31)
C37M2Y0K31 
(37%,2%,0%,31%)
(0.37/0.02/0.00/0.31)	

CMYK percentages

%37.14
%2.29
%0
%31.37

Codes

Color #6EABAF in popluar color models

6EABAF
RGB110171175
HSL184°28.89%55.88%
HSB/HSV184°37.14%68.63%
CMYK37.14%2.29%0.00%
31.37%

Color #6EABAF in popluar number systems.

HEX6EABAF
Decimal110171175
Binary11011101010101110101111
Octal156253257

Shades and tints

Shades of #6EABAF

#6EABAF
(110,171,175)
#649CA0
(100,156,160)
#5A8D91
(90,141,145)
#507E82
(80,126,130)
#466F73
(70,111,115)
#3C6064
(60,96,100)
#325155
(50,81,85)
#284246
(40,66,70)
#1E3337
(30,51,55)
#142428
(20,36,40)
#0A1519
(10,21,25)
#000000
(0,0,0)

Tints of #6EABAF

#6EABAF
(110,171,175)
#7BB2B6
(123,178,182)
#88B9BD
(136,185,189)
#95C0C4
(149,192,196)
#A2C7CB
(162,199,203)
#AFCED2
(175,206,210)
#BCD5D9
(188,213,217)
#C9DCE0
(201,220,224)
#D6E3E7
(214,227,231)
#E3EAEE
(227,234,238)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EABAF color. Also use rgb(110,171,175) instead hex code.

Text Font Color

.myTextColor { color: #6EABAF; }

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

This text font color is #6EABAF.


Background Color

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

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

This div background color is #6EABAF.


Border color

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

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

This div border color is #6EABAF.


Opacity

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

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

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

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

This text has shadow with #6EABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EABAF on black background.


Color preview on white background

This text has color #6EABAF on white background.



Black color preview on #6EABAF background

This text has black color on #6EABAF background.


White color preview on #6EABAF background

This text has white color on #6EABAF background.