COLOR #6EB1BE

HEX: #6EB1BE
RGB: (110,177,190)

Color info

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

RGB color model

#6EB1BE color RGB value is (110,177,190).

  • red value is 110;
  • green value is 177;
  • blue value is 190.
RGB:
(110,177,190)
(43%,69%,75%)

RGB channels and saturation

R 110 of 255 = 43%
G 177 of 255 = 69%
B 190 of 255 = 75%

110
177
190

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

Portions of RGB colors in percentages

R + G + B =
110 + 177 + 190 = 477 (100%)
R 110 of 477 ~ 23.06%
G 177 of 477 ~ 37.11%
B 190 of 477 ~ 39.83%

%23.06
%37.11
%39.83

CMYK color model

#6EB1BE color CMYK value is (42,7,0,25).

  • cyan value is 42.11%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(42,7,0,25)
C42M7Y0K25 
(42%,7%,0%,25%)
(0.42/0.07/0.00/0.25)	

CMYK percentages

%42.11
%6.84
%0
%25.49

Codes

Color #6EB1BE in popluar color models

6EB1BE
RGB110177190
HSL190°38.10%58.82%
HSB/HSV190°42.11%74.51%
CMYK42.11%6.84%0.00%
25.49%

Color #6EB1BE in popluar number systems.

HEX6EB1BE
Decimal110177190
Binary11011101011000110111110
Octal156261276

Shades and tints

Shades of #6EB1BE

#6EB1BE
(110,177,190)
#64A1AD
(100,161,173)
#5A919C
(90,145,156)
#50818B
(80,129,139)
#46717A
(70,113,122)
#3C6169
(60,97,105)
#325158
(50,81,88)
#284147
(40,65,71)
#1E3136
(30,49,54)
#142125
(20,33,37)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6EB1BE

#6EB1BE
(110,177,190)
#7BB8C3
(123,184,195)
#88BFC8
(136,191,200)
#95C6CD
(149,198,205)
#A2CDD2
(162,205,210)
#AFD4D7
(175,212,215)
#BCDBDC
(188,219,220)
#C9E2E1
(201,226,225)
#D6E9E6
(214,233,230)
#E3F0EB
(227,240,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB1BE color. Also use rgb(110,177,190) instead hex code.

Text Font Color

.myTextColor { color: #6EB1BE; }

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

This text font color is #6EB1BE.


Background Color

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

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

This div background color is #6EB1BE.


Border color

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

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

This div border color is #6EB1BE.


Opacity

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

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

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

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

This text has shadow with #6EB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB1BE on black background.


Color preview on white background

This text has color #6EB1BE on white background.



Black color preview on #6EB1BE background

This text has black color on #6EB1BE background.


White color preview on #6EB1BE background

This text has white color on #6EB1BE background.