COLOR #6ECFB3

HEX: #6ECFB3 RGB: (110,207,179)

Color info

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

RGB color model

#6ECFB3 color RGB value is (110,207,179).

RGB: (110,207,179) (43%, 81%, 70%)

RGB channels and saturation

R 110 of 255 = 43%
G 207 of 255 = 81%
B 179 of 255 = 70%

110
207
179

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

Portions of RGB colors in percentages

R + G + B = 110 + 207 + 179 = 496 (100%)
R 110 of 496 ~ 22.18%
G 207 of 496 ~ 41.73%
B 179 of 496 ~ 36.09'%

%22.18
%41.73
%36.09

CMYK color model

#6ECFB3 color CMYK value is (47,0,14,19).

  • cyan value is 46.86%
  • magenta value is 0.00%
  • yellow value is 13.53%
  • key color value is 18.82%

CMYK: (47,0,14,19)
C47M0Y14K19 (47%, 0%, 14%, 19%)
(0.47 / 0.00 / 0.14 / 0.19)

CMYK percentages

%46.86
%0
%13.53
%18.82

Codes

Color #6ECFB3 in popluar color models

6E CF B3
RGB 110 207 179
HSL 163° 50.26% 62.16%
HSB/HSV 163° 46.86% 81.18%
CMYK 46.86% 0.00% 13.53%
18.82%

Color #6ECFB3 in popluar number systems.

HEX 6E CF B3
Decimal 110 207 179
Binary 1101110 11001111 10110011
Octal 156 317 263

Shades and tints

Shades of #6ECFB3

#6ECFB3
(110,207,179)
#64BDA3
(100,189,163)
#5AAB93
(90,171,147)
#509983
(80,153,131)
#468773
(70,135,115)
#3C7563
(60,117,99)
#326353
(50,99,83)
#285143
(40,81,67)
#1E3F33
(30,63,51)
#142D23
(20,45,35)
#0A1B13
(10,27,19)
#000000
(0,0,0)

Tints of #6ECFB3

#6ECFB3
(110,207,179)
#7BD3B9
(123,211,185)
#88D7BF
(136,215,191)
#95DBC5
(149,219,197)
#A2DFCB
(162,223,203)
#AFE3D1
(175,227,209)
#BCE7D7
(188,231,215)
#C9EBDD
(201,235,221)
#D6EFE3
(214,239,227)
#E3F3E9
(227,243,233)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECFB3 color. Also use rgb(110,207,179) instead hex code.

Text Font Color

.myTextColor { color: #6ECFB3; }

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

This text font color is #6ECFB3.

Background Color

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

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

This div background color is #6ECFB3.

Border color

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

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

This div border color is #6ECFB3.

Opacity

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

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

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

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

This text has shadow with #6ECFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ECFB3.

Preview

Color preview on black background

This text has color #6ECFB3 on black background.


Color preview on white background

This text has color #6ECFB3 on white background.


Black color preview on #6ECFB3 background

This text has black color on #6ECFB3 background.


White color preview on #6ECFB3 background

This text has white color on #6ECFB3 background.


Related colors

Complementary color

Complementary color for #hex is #91304C.


I love getcolorcode.com

Triadic colors

1 #B36ECF and #CFB36E with #6ECFB3 are triadic colors.

2 #B3CF6E and #CF6EB3 with #6ECFB3 are triadic colors.