COLOR #6EBBA0

HEX: #6EBBA0 RGB: (110,187,160)

Color info

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

RGB color model

#6EBBA0 color RGB value is (110,187,160).

RGB: (110,187,160) (43%, 73%, 63%)

RGB channels and saturation

R 110 of 255 = 43%
G 187 of 255 = 73%
B 160 of 255 = 63%

110
187
160

R + G + B ~ 60%. #6EBBA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 187 + 160 = 457 (100%)
R 110 of 457 ~ 24.07%
G 187 of 457 ~ 40.92%
B 160 of 457 ~ 35.01'%

%24.07
%40.92
%35.01

CMYK color model

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

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%

CMYK: (41,0,14,27)
C41M0Y14K27 (41%, 0%, 14%, 27%)
(0.41 / 0.00 / 0.14 / 0.27)

CMYK percentages

%41.18
%0
%14.44
%26.67

Codes

Color #6EBBA0 in popluar color models

6E BB A0
RGB 110 187 160
HSL 159° 36.15% 58.24%
HSB/HSV 159° 41.18% 73.33%
CMYK 41.18% 0.00% 14.44%
26.67%

Color #6EBBA0 in popluar number systems.

HEX 6E BB A0
Decimal 110 187 160
Binary 1101110 10111011 10100000
Octal 156 273 240

Shades and tints

Shades of #6EBBA0

#6EBBA0
(110,187,160)
#64AA92
(100,170,146)
#5A9984
(90,153,132)
#508876
(80,136,118)
#467768
(70,119,104)
#3C665A
(60,102,90)
#32554C
(50,85,76)
#28443E
(40,68,62)
#1E3330
(30,51,48)
#142222
(20,34,34)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6EBBA0

#6EBBA0
(110,187,160)
#7BC1A8
(123,193,168)
#88C7B0
(136,199,176)
#95CDB8
(149,205,184)
#A2D3C0
(162,211,192)
#AFD9C8
(175,217,200)
#BCDFD0
(188,223,208)
#C9E5D8
(201,229,216)
#D6EBE0
(214,235,224)
#E3F1E8
(227,241,232)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EBBA0; }

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

This text font color is #6EBBA0.

Background Color

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

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

This div background color is #6EBBA0.

Border color

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

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

This div border color is #6EBBA0.

Opacity

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

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

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

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

This text has shadow with #6EBBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBBA0.

Preview

Color preview on black background

This text has color #6EBBA0 on black background.


Color preview on white background

This text has color #6EBBA0 on white background.


Black color preview on #6EBBA0 background

This text has black color on #6EBBA0 background.


White color preview on #6EBBA0 background

This text has white color on #6EBBA0 background.


Related colors

Complementary color

Complementary color for #hex is #91445F.


I love getcolorcode.com

Triadic colors

1 #A06EBB and #BBA06E with #6EBBA0 are triadic colors.

2 #A0BB6E and #BB6EA0 with #6EBBA0 are triadic colors.