COLOR #6EBAAE

HEX: #6EBAAE
RGB: (110,186,174)

Color info

#6EBAAE contains mainly green and blue colors. Web safe color of #6EBAAE is #66CC99 (or #6C9).

RGB color model

#6EBAAE color RGB value is (110,186,174).

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

RGB channels and saturation

R 110 of 255 = 43%
G 186 of 255 = 73%
B 174 of 255 = 68%

110
186
174

R + G + B ~ 61%. #6EBAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 186 + 174 = 470 (100%)
R 110 of 470 ~ 23.4%
G 186 of 470 ~ 39.57%
B 174 of 470 ~ 37.02%

%23.4
%39.57
%37.02

CMYK color model

#6EBAAE color CMYK value is (41,0,6,27).

  • cyan value is 40.86%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK:
(41,0,6,27)
C41M0Y6K27 
(41%,0%,6%,27%)
(0.41/0.00/0.06/0.27)	

CMYK percentages

%40.86
%0
%6.45
%27.06

Codes

Color #6EBAAE in popluar color models

6EBAAE
RGB110186174
HSL171°35.51%58.04%
HSB/HSV171°40.86%72.94%
CMYK40.86%0.00%6.45%
27.06%

Color #6EBAAE in popluar number systems.

HEX6EBAAE
Decimal110186174
Binary11011101011101010101110
Octal156272256

Shades and tints

Shades of #6EBAAE

#6EBAAE
(110,186,174)
#64AA9F
(100,170,159)
#5A9A90
(90,154,144)
#508A81
(80,138,129)
#467A72
(70,122,114)
#3C6A63
(60,106,99)
#325A54
(50,90,84)
#284A45
(40,74,69)
#1E3A36
(30,58,54)
#142A27
(20,42,39)
#0A1A18
(10,26,24)
#000000
(0,0,0)

Tints of #6EBAAE

#6EBAAE
(110,186,174)
#7BC0B5
(123,192,181)
#88C6BC
(136,198,188)
#95CCC3
(149,204,195)
#A2D2CA
(162,210,202)
#AFD8D1
(175,216,209)
#BCDED8
(188,222,216)
#C9E4DF
(201,228,223)
#D6EAE6
(214,234,230)
#E3F0ED
(227,240,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBAAE; }

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

This text font color is #6EBAAE.


Background Color

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

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

This div background color is #6EBAAE.


Border color

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

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

This div border color is #6EBAAE.


Opacity

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

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

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

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

This text has shadow with #6EBAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBAAE on black background.


Color preview on white background

This text has color #6EBAAE on white background.



Black color preview on #6EBAAE background

This text has black color on #6EBAAE background.


White color preview on #6EBAAE background

This text has white color on #6EBAAE background.