COLOR #6EC3A7

HEX: #6EC3A7 RGB: (110,195,167)

Color info

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

RGB color model

#6EC3A7 color RGB value is (110,195,167).

RGB: (110,195,167) (43%, 76%, 65%)

RGB channels and saturation

R 110 of 255 = 43%
G 195 of 255 = 76%
B 167 of 255 = 65%

110
195
167

R + G + B ~ 61%. #6EC3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 195 + 167 = 472 (100%)
R 110 of 472 ~ 23.31%
G 195 of 472 ~ 41.31%
B 167 of 472 ~ 35.38'%

%23.31
%41.31
%35.38

CMYK color model

#6EC3A7 color CMYK value is (44,0,14,24).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 23.53%

CMYK: (44,0,14,24)
C44M0Y14K24 (44%, 0%, 14%, 24%)
(0.44 / 0.00 / 0.14 / 0.24)

CMYK percentages

%43.59
%0
%14.36
%23.53

Codes

Color #6EC3A7 in popluar color models

6E C3 A7
RGB 110 195 167
HSL 160° 41.46% 59.80%
HSB/HSV 160° 43.59% 76.47%
CMYK 43.59% 0.00% 14.36%
23.53%

Color #6EC3A7 in popluar number systems.

HEX 6E C3 A7
Decimal 110 195 167
Binary 1101110 11000011 10100111
Octal 156 303 247

Shades and tints

Shades of #6EC3A7

#6EC3A7
(110,195,167)
#64B298
(100,178,152)
#5AA189
(90,161,137)
#50907A
(80,144,122)
#467F6B
(70,127,107)
#3C6E5C
(60,110,92)
#325D4D
(50,93,77)
#284C3E
(40,76,62)
#1E3B2F
(30,59,47)
#142A20
(20,42,32)
#0A1911
(10,25,17)
#000000
(0,0,0)

Tints of #6EC3A7

#6EC3A7
(110,195,167)
#7BC8AF
(123,200,175)
#88CDB7
(136,205,183)
#95D2BF
(149,210,191)
#A2D7C7
(162,215,199)
#AFDCCF
(175,220,207)
#BCE1D7
(188,225,215)
#C9E6DF
(201,230,223)
#D6EBE7
(214,235,231)
#E3F0EF
(227,240,239)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC3A7 color. Also use rgb(110,195,167) instead hex code.

Text Font Color

.myTextColor { color: #6EC3A7; }

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

This text font color is #6EC3A7.

Background Color

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

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

This div background color is #6EC3A7.

Border color

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

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

This div border color is #6EC3A7.

Opacity

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

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

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

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

This text has shadow with #6EC3A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC3A7.

Preview

Color preview on black background

This text has color #6EC3A7 on black background.


Color preview on white background

This text has color #6EC3A7 on white background.


Black color preview on #6EC3A7 background

This text has black color on #6EC3A7 background.


White color preview on #6EC3A7 background

This text has white color on #6EC3A7 background.


Related colors

Complementary color

Complementary color for #hex is #913C58.


I love getcolorcode.com

Triadic colors

1 #A76EC3 and #C3A76E with #6EC3A7 are triadic colors.

2 #A7C36E and #C36EA7 with #6EC3A7 are triadic colors.