COLOR #6EB0BB

HEX: #6EB0BB
RGB: (110,176,187)

Color info

#6EB0BB contains mainly green and blue colors. Web safe color of #6EB0BB is #6699CC (or #69C).

RGB color model

#6EB0BB color RGB value is (110,176,187).

  • red value is 110;
  • green value is 176;
  • blue value is 187.
RGB:
(110,176,187)
(43%,69%,73%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 187 of 255 = 73%

110
176
187

R + G + B ~ 62%. #6EB0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 176 + 187 = 473 (100%)
R 110 of 473 ~ 23.26%
G 176 of 473 ~ 37.21%
B 187 of 473 ~ 39.53%

%23.26
%37.21
%39.53

CMYK color model

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

  • cyan value is 41.18%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(41,6,0,27)
C41M6Y0K27 
(41%,6%,0%,27%)
(0.41/0.06/0.00/0.27)	

CMYK percentages

%41.18
%5.88
%0
%26.67

Codes

Color #6EB0BB in popluar color models

6EB0BB
RGB110176187
HSL189°36.15%58.24%
HSB/HSV189°41.18%73.33%
CMYK41.18%5.88%0.00%
26.67%

Color #6EB0BB in popluar number systems.

HEX6EB0BB
Decimal110176187
Binary11011101011000010111011
Octal156260273

Shades and tints

Shades of #6EB0BB

#6EB0BB
(110,176,187)
#64A0AA
(100,160,170)
#5A9099
(90,144,153)
#508088
(80,128,136)
#467077
(70,112,119)
#3C6066
(60,96,102)
#325055
(50,80,85)
#284044
(40,64,68)
#1E3033
(30,48,51)
#142022
(20,32,34)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #6EB0BB

#6EB0BB
(110,176,187)
#7BB7C1
(123,183,193)
#88BEC7
(136,190,199)
#95C5CD
(149,197,205)
#A2CCD3
(162,204,211)
#AFD3D9
(175,211,217)
#BCDADF
(188,218,223)
#C9E1E5
(201,225,229)
#D6E8EB
(214,232,235)
#E3EFF1
(227,239,241)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB0BB color. Also use rgb(110,176,187) instead hex code.

Text Font Color

.myTextColor { color: #6EB0BB; }

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

This text font color is #6EB0BB.


Background Color

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

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

This div background color is #6EB0BB.


Border color

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

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

This div border color is #6EB0BB.


Opacity

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

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

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

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

This text has shadow with #6EB0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB0BB on black background.


Color preview on white background

This text has color #6EB0BB on white background.



Black color preview on #6EB0BB background

This text has black color on #6EB0BB background.


White color preview on #6EB0BB background

This text has white color on #6EB0BB background.