COLOR #6EAFAB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
175
171

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

Portions of RGB colors in percentages

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

%24.12
%38.38
%37.5

CMYK color model

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

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

CMYK percentages

%37.14
%0
%2.29
%31.37

Codes

Color #6EAFAB in popluar color models

6EAFAB
RGB110175171
HSL176°28.89%55.88%
HSB/HSV176°37.14%68.63%
CMYK37.14%0.00%2.29%
31.37%

Color #6EAFAB in popluar number systems.

HEX6EAFAB
Decimal110175171
Binary11011101010111110101011
Octal156257253

Shades and tints

Shades of #6EAFAB

#6EAFAB
(110,175,171)
#64A09C
(100,160,156)
#5A918D
(90,145,141)
#50827E
(80,130,126)
#46736F
(70,115,111)
#3C6460
(60,100,96)
#325551
(50,85,81)
#284642
(40,70,66)
#1E3733
(30,55,51)
#142824
(20,40,36)
#0A1915
(10,25,21)
#000000
(0,0,0)

Tints of #6EAFAB

#6EAFAB
(110,175,171)
#7BB6B2
(123,182,178)
#88BDB9
(136,189,185)
#95C4C0
(149,196,192)
#A2CBC7
(162,203,199)
#AFD2CE
(175,210,206)
#BCD9D5
(188,217,213)
#C9E0DC
(201,224,220)
#D6E7E3
(214,231,227)
#E3EEEA
(227,238,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAFAB; }

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

This text font color is #6EAFAB.


Background Color

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

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

This div background color is #6EAFAB.


Border color

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

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

This div border color is #6EAFAB.


Opacity

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

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

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

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

This text has shadow with #6EAFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAFAB on black background.


Color preview on white background

This text has color #6EAFAB on white background.



Black color preview on #6EAFAB background

This text has black color on #6EAFAB background.


White color preview on #6EAFAB background

This text has white color on #6EAFAB background.