COLOR #6EACAE

HEX: #6EACAE
RGB: (110,172,174)

Color info

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

RGB color model

#6EACAE color RGB value is (110,172,174).

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

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 174 of 255 = 68%

110
172
174

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

Portions of RGB colors in percentages

R + G + B =
110 + 172 + 174 = 456 (100%)
R 110 of 456 ~ 24.12%
G 172 of 456 ~ 37.72%
B 174 of 456 ~ 38.16%

%24.12
%37.72
%38.16

CMYK color model

#6EACAE color CMYK value is (37,1,0,32).

  • cyan value is 36.78%
  • magenta value is 1.15%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(37,1,0,32)
C37M1Y0K32 
(37%,1%,0%,32%)
(0.37/0.01/0.00/0.32)	

CMYK percentages

%36.78
%1.15
%0
%31.76

Codes

Color #6EACAE in popluar color models

6EACAE
RGB110172174
HSL182°28.32%55.69%
HSB/HSV182°36.78%68.24%
CMYK36.78%1.15%0.00%
31.76%

Color #6EACAE in popluar number systems.

HEX6EACAE
Decimal110172174
Binary11011101010110010101110
Octal156254256

Shades and tints

Shades of #6EACAE

#6EACAE
(110,172,174)
#649D9F
(100,157,159)
#5A8E90
(90,142,144)
#507F81
(80,127,129)
#467072
(70,112,114)
#3C6163
(60,97,99)
#325254
(50,82,84)
#284345
(40,67,69)
#1E3436
(30,52,54)
#142527
(20,37,39)
#0A1618
(10,22,24)
#000000
(0,0,0)

Tints of #6EACAE

#6EACAE
(110,172,174)
#7BB3B5
(123,179,181)
#88BABC
(136,186,188)
#95C1C3
(149,193,195)
#A2C8CA
(162,200,202)
#AFCFD1
(175,207,209)
#BCD6D8
(188,214,216)
#C9DDDF
(201,221,223)
#D6E4E6
(214,228,230)
#E3EBED
(227,235,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EACAE; }

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

This text font color is #6EACAE.


Background Color

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

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

This div background color is #6EACAE.


Border color

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

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

This div border color is #6EACAE.


Opacity

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

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

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

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

This text has shadow with #6EACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EACAE on black background.


Color preview on white background

This text has color #6EACAE on white background.



Black color preview on #6EACAE background

This text has black color on #6EACAE background.


White color preview on #6EACAE background

This text has white color on #6EACAE background.