COLOR #6CC4A7

HEX: #6CC4A7
RGB: (108,196,167)

Color info

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

RGB color model

#6CC4A7 color RGB value is (108,196,167).

  • red value is 108;
  • green value is 196;
  • blue value is 167.
RGB:
(108,196,167)
(42%,77%,65%)

RGB channels and saturation

R 108 of 255 = 42%
G 196 of 255 = 77%
B 167 of 255 = 65%

108
196
167

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

Portions of RGB colors in percentages

R + G + B =
108 + 196 + 167 = 471 (100%)
R 108 of 471 ~ 22.93%
G 196 of 471 ~ 41.61%
B 167 of 471 ~ 35.46%

%22.93
%41.61
%35.46

CMYK color model

#6CC4A7 color CMYK value is (45,0,15,23).

  • cyan value is 44.90%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 23.14%
CMYK:
(45,0,15,23)
C45M0Y15K23 
(45%,0%,15%,23%)
(0.45/0.00/0.15/0.23)	

CMYK percentages

%44.9
%0
%14.8
%23.14

Codes

Color #6CC4A7 in popluar color models

6CC4A7
RGB108196167
HSL160°42.72%59.61%
HSB/HSV160°44.90%76.86%
CMYK44.90%0.00%14.80%
23.14%

Color #6CC4A7 in popluar number systems.

HEX6CC4A7
Decimal108196167
Binary11011001100010010100111
Octal154304247

Shades and tints

Shades of #6CC4A7

#6CC4A7
(108,196,167)
#63B398
(99,179,152)
#5AA289
(90,162,137)
#51917A
(81,145,122)
#48806B
(72,128,107)
#3F6F5C
(63,111,92)
#365E4D
(54,94,77)
#2D4D3E
(45,77,62)
#243C2F
(36,60,47)
#1B2B20
(27,43,32)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #6CC4A7

#6CC4A7
(108,196,167)
#79C9AF
(121,201,175)
#86CEB7
(134,206,183)
#93D3BF
(147,211,191)
#A0D8C7
(160,216,199)
#ADDDCF
(173,221,207)
#BAE2D7
(186,226,215)
#C7E7DF
(199,231,223)
#D4ECE7
(212,236,231)
#E1F1EF
(225,241,239)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC4A7 color. Also use rgb(108,196,167) instead hex code.

Text Font Color

.myTextColor { color: #6CC4A7; }

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

This text font color is #6CC4A7.


Background Color

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

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

This div background color is #6CC4A7.


Border color

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

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

This div border color is #6CC4A7.


Opacity

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

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

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

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

This text has shadow with #6CC4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC4A7 on black background.


Color preview on white background

This text has color #6CC4A7 on white background.



Black color preview on #6CC4A7 background

This text has black color on #6CC4A7 background.


White color preview on #6CC4A7 background

This text has white color on #6CC4A7 background.