COLOR #6ECBA3

HEX: #6ECBA3
RGB: (110,203,163)

Color info

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

RGB color model

#6ECBA3 color RGB value is (110,203,163).

  • red value is 110;
  • green value is 203;
  • blue value is 163.
RGB:
(110,203,163)
(43%,80%,64%)

RGB channels and saturation

R 110 of 255 = 43%
G 203 of 255 = 80%
B 163 of 255 = 64%

110
203
163

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

Portions of RGB colors in percentages

R + G + B =
110 + 203 + 163 = 476 (100%)
R 110 of 476 ~ 23.11%
G 203 of 476 ~ 42.65%
B 163 of 476 ~ 34.24%

%23.11
%42.65
%34.24

CMYK color model

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

  • cyan value is 45.81%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 20.39%
CMYK:
(46,0,20,20)
C46M0Y20K20 
(46%,0%,20%,20%)
(0.46/0.00/0.20/0.20)	

CMYK percentages

%45.81
%0
%19.7
%20.39

Codes

Color #6ECBA3 in popluar color models

6ECBA3
RGB110203163
HSL154°47.21%61.37%
HSB/HSV154°45.81%79.61%
CMYK45.81%0.00%19.70%
20.39%

Color #6ECBA3 in popluar number systems.

HEX6ECBA3
Decimal110203163
Binary11011101100101110100011
Octal156313243

Shades and tints

Shades of #6ECBA3

#6ECBA3
(110,203,163)
#64B995
(100,185,149)
#5AA787
(90,167,135)
#509579
(80,149,121)
#46836B
(70,131,107)
#3C715D
(60,113,93)
#325F4F
(50,95,79)
#284D41
(40,77,65)
#1E3B33
(30,59,51)
#142925
(20,41,37)
#0A1717
(10,23,23)
#000000
(0,0,0)

Tints of #6ECBA3

#6ECBA3
(110,203,163)
#7BCFAB
(123,207,171)
#88D3B3
(136,211,179)
#95D7BB
(149,215,187)
#A2DBC3
(162,219,195)
#AFDFCB
(175,223,203)
#BCE3D3
(188,227,211)
#C9E7DB
(201,231,219)
#D6EBE3
(214,235,227)
#E3EFEB
(227,239,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ECBA3; }

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

This text font color is #6ECBA3.


Background Color

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

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

This div background color is #6ECBA3.


Border color

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

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

This div border color is #6ECBA3.


Opacity

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

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

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

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

This text has shadow with #6ECBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ECBA3 on black background.


Color preview on white background

This text has color #6ECBA3 on white background.



Black color preview on #6ECBA3 background

This text has black color on #6ECBA3 background.


White color preview on #6ECBA3 background

This text has white color on #6ECBA3 background.