COLOR #6ECBB7

HEX: #6ECBB7 RGB: (110,203,183)

Color info

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

RGB color model

#6ECBB7 color RGB value is (110,203,183).

RGB: (110,203,183) (43%, 80%, 72%)

RGB channels and saturation

R 110 of 255 = 43%
G 203 of 255 = 80%
B 183 of 255 = 72%

110
203
183

R + G + B ~ 65%. #6ECBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 203 + 183 = 496 (100%)
R 110 of 496 ~ 22.18%
G 203 of 496 ~ 40.93%
B 183 of 496 ~ 36.9'%

%22.18
%40.93
%36.9

CMYK color model

#6ECBB7 color CMYK value is (46,0,10,20).

  • cyan value is 45.81%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 20.39%

CMYK: (46,0,10,20)
C46M0Y10K20 (46%, 0%, 10%, 20%)
(0.46 / 0.00 / 0.10 / 0.20)

CMYK percentages

%45.81
%0
%9.85
%20.39

Codes

Color #6ECBB7 in popluar color models

6E CB B7
RGB 110 203 183
HSL 167° 47.21% 61.37%
HSB/HSV 167° 45.81% 79.61%
CMYK 45.81% 0.00% 9.85%
20.39%

Color #6ECBB7 in popluar number systems.

HEX 6E CB B7
Decimal 110 203 183
Binary 1101110 11001011 10110111
Octal 156 313 267

Shades and tints

Shades of #6ECBB7

#6ECBB7
(110,203,183)
#64B9A7
(100,185,167)
#5AA797
(90,167,151)
#509587
(80,149,135)
#468377
(70,131,119)
#3C7167
(60,113,103)
#325F57
(50,95,87)
#284D47
(40,77,71)
#1E3B37
(30,59,55)
#142927
(20,41,39)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #6ECBB7

#6ECBB7
(110,203,183)
#7BCFBD
(123,207,189)
#88D3C3
(136,211,195)
#95D7C9
(149,215,201)
#A2DBCF
(162,219,207)
#AFDFD5
(175,223,213)
#BCE3DB
(188,227,219)
#C9E7E1
(201,231,225)
#D6EBE7
(214,235,231)
#E3EFED
(227,239,237)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECBB7 color. Also use rgb(110,203,183) instead hex code.

Text Font Color

.myTextColor { color: #6ECBB7; }

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

This text font color is #6ECBB7.

Background Color

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

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

This div background color is #6ECBB7.

Border color

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

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

This div border color is #6ECBB7.

Opacity

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

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

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

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

This text has shadow with #6ECBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ECBB7.

Preview

Color preview on black background

This text has color #6ECBB7 on black background.


Color preview on white background

This text has color #6ECBB7 on white background.


Black color preview on #6ECBB7 background

This text has black color on #6ECBB7 background.


White color preview on #6ECBB7 background

This text has white color on #6ECBB7 background.


Related colors

Complementary color

Complementary color for #hex is #913448.


I love getcolorcode.com

Triadic colors

1 #B76ECB and #CBB76E with #6ECBB7 are triadic colors.

2 #B7CB6E and #CB6EB7 with #6ECBB7 are triadic colors.