COLOR #6EACA8

HEX: #6EACA8
RGB: (110,172,168)

Color info

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

RGB color model

#6EACA8 color RGB value is (110,172,168).

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

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 168 of 255 = 66%

110
172
168

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

Portions of RGB colors in percentages

R + G + B =
110 + 172 + 168 = 450 (100%)
R 110 of 450 ~ 24.44%
G 172 of 450 ~ 38.22%
B 168 of 450 ~ 37.33%

%24.44
%38.22
%37.33

CMYK color model

#6EACA8 color CMYK value is (36,0,2,33).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(36,0,2,33)
C36M0Y2K33 
(36%,0%,2%,33%)
(0.36/0.00/0.02/0.33)	

CMYK percentages

%36.05
%0
%2.33
%32.55

Codes

Color #6EACA8 in popluar color models

6EACA8
RGB110172168
HSL176°27.19%55.29%
HSB/HSV176°36.05%67.45%
CMYK36.05%0.00%2.33%
32.55%

Color #6EACA8 in popluar number systems.

HEX6EACA8
Decimal110172168
Binary11011101010110010101000
Octal156254250

Shades and tints

Shades of #6EACA8

#6EACA8
(110,172,168)
#649D99
(100,157,153)
#5A8E8A
(90,142,138)
#507F7B
(80,127,123)
#46706C
(70,112,108)
#3C615D
(60,97,93)
#32524E
(50,82,78)
#28433F
(40,67,63)
#1E3430
(30,52,48)
#142521
(20,37,33)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #6EACA8

#6EACA8
(110,172,168)
#7BB3AF
(123,179,175)
#88BAB6
(136,186,182)
#95C1BD
(149,193,189)
#A2C8C4
(162,200,196)
#AFCFCB
(175,207,203)
#BCD6D2
(188,214,210)
#C9DDD9
(201,221,217)
#D6E4E0
(214,228,224)
#E3EBE7
(227,235,231)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EACA8; }

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

This text font color is #6EACA8.


Background Color

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

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

This div background color is #6EACA8.


Border color

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

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

This div border color is #6EACA8.


Opacity

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

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

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

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

This text has shadow with #6EACA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EACA8 on black background.


Color preview on white background

This text has color #6EACA8 on white background.



Black color preview on #6EACA8 background

This text has black color on #6EACA8 background.


White color preview on #6EACA8 background

This text has white color on #6EACA8 background.