COLOR #6EB6BC

HEX: #6EB6BC
RGB: (110,182,188)

Color info

#6EB6BC contains mainly green and blue colors. Web safe color of #6EB6BC is #66CCCC (or #6CC).

RGB color model

#6EB6BC color RGB value is (110,182,188).

  • red value is 110;
  • green value is 182;
  • blue value is 188.
RGB:
(110,182,188)
(43%,71%,74%)

RGB channels and saturation

R 110 of 255 = 43%
G 182 of 255 = 71%
B 188 of 255 = 74%

110
182
188

R + G + B ~ 63%. #6EB6BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 182 + 188 = 480 (100%)
R 110 of 480 ~ 22.92%
G 182 of 480 ~ 37.92%
B 188 of 480 ~ 39.17%

%22.92
%37.92
%39.17

CMYK color model

#6EB6BC color CMYK value is (41,3,0,26).

  • cyan value is 41.49%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(41,3,0,26)
C41M3Y0K26 
(41%,3%,0%,26%)
(0.41/0.03/0.00/0.26)	

CMYK percentages

%41.49
%3.19
%0
%26.27

Codes

Color #6EB6BC in popluar color models

6EB6BC
RGB110182188
HSL185°36.79%58.43%
HSB/HSV185°41.49%73.73%
CMYK41.49%3.19%0.00%
26.27%

Color #6EB6BC in popluar number systems.

HEX6EB6BC
Decimal110182188
Binary11011101011011010111100
Octal156266274

Shades and tints

Shades of #6EB6BC

#6EB6BC
(110,182,188)
#64A6AB
(100,166,171)
#5A969A
(90,150,154)
#508689
(80,134,137)
#467678
(70,118,120)
#3C6667
(60,102,103)
#325656
(50,86,86)
#284645
(40,70,69)
#1E3634
(30,54,52)
#142623
(20,38,35)
#0A1612
(10,22,18)
#000000
(0,0,0)

Tints of #6EB6BC

#6EB6BC
(110,182,188)
#7BBCC2
(123,188,194)
#88C2C8
(136,194,200)
#95C8CE
(149,200,206)
#A2CED4
(162,206,212)
#AFD4DA
(175,212,218)
#BCDAE0
(188,218,224)
#C9E0E6
(201,224,230)
#D6E6EC
(214,230,236)
#E3ECF2
(227,236,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB6BC color. Also use rgb(110,182,188) instead hex code.

Text Font Color

.myTextColor { color: #6EB6BC; }

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

This text font color is #6EB6BC.


Background Color

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

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

This div background color is #6EB6BC.


Border color

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

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

This div border color is #6EB6BC.


Opacity

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

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

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

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

This text has shadow with #6EB6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB6BC on black background.


Color preview on white background

This text has color #6EB6BC on white background.



Black color preview on #6EB6BC background

This text has black color on #6EB6BC background.


White color preview on #6EB6BC background

This text has white color on #6EB6BC background.