COLOR #6EBBB4

HEX: #6EBBB4
RGB: (110,187,180)

Color info

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

RGB color model

#6EBBB4 color RGB value is (110,187,180).

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

RGB channels and saturation

R 110 of 255 = 43%
G 187 of 255 = 73%
B 180 of 255 = 71%

110
187
180

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

Portions of RGB colors in percentages

R + G + B =
110 + 187 + 180 = 477 (100%)
R 110 of 477 ~ 23.06%
G 187 of 477 ~ 39.2%
B 180 of 477 ~ 37.74%

%23.06
%39.2
%37.74

CMYK color model

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

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(41,0,4,27)
C41M0Y4K27 
(41%,0%,4%,27%)
(0.41/0.00/0.04/0.27)	

CMYK percentages

%41.18
%0
%3.74
%26.67

Codes

Color #6EBBB4 in popluar color models

6EBBB4
RGB110187180
HSL175°36.15%58.24%
HSB/HSV175°41.18%73.33%
CMYK41.18%0.00%3.74%
26.67%

Color #6EBBB4 in popluar number systems.

HEX6EBBB4
Decimal110187180
Binary11011101011101110110100
Octal156273264

Shades and tints

Shades of #6EBBB4

#6EBBB4
(110,187,180)
#64AAA4
(100,170,164)
#5A9994
(90,153,148)
#508884
(80,136,132)
#467774
(70,119,116)
#3C6664
(60,102,100)
#325554
(50,85,84)
#284444
(40,68,68)
#1E3334
(30,51,52)
#142224
(20,34,36)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6EBBB4

#6EBBB4
(110,187,180)
#7BC1BA
(123,193,186)
#88C7C0
(136,199,192)
#95CDC6
(149,205,198)
#A2D3CC
(162,211,204)
#AFD9D2
(175,217,210)
#BCDFD8
(188,223,216)
#C9E5DE
(201,229,222)
#D6EBE4
(214,235,228)
#E3F1EA
(227,241,234)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBBB4; }

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

This text font color is #6EBBB4.


Background Color

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

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

This div background color is #6EBBB4.


Border color

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

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

This div border color is #6EBBB4.


Opacity

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

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

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

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

This text has shadow with #6EBBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBBB4 on black background.


Color preview on white background

This text has color #6EBBB4 on white background.



Black color preview on #6EBBB4 background

This text has black color on #6EBBB4 background.


White color preview on #6EBBB4 background

This text has white color on #6EBBB4 background.