COLOR #6CC7B5

HEX: #6CC7B5 RGB: (108,199,181)

Color info

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

RGB color model

#6CC7B5 color RGB value is (108,199,181).

RGB: (108,199,181) (42%, 78%, 71%)

RGB channels and saturation

R 108 of 255 = 42%
G 199 of 255 = 78%
B 181 of 255 = 71%

108
199
181

R + G + B ~ 64%. #6CC7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 199 + 181 = 488 (100%)
R 108 of 488 ~ 22.13%
G 199 of 488 ~ 40.78%
B 181 of 488 ~ 37.09'%

%22.13
%40.78
%37.09

CMYK color model

#6CC7B5 color CMYK value is (46,0,9,22).

  • cyan value is 45.73%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 21.96%

CMYK: (46,0,9,22)
C46M0Y9K22 (46%, 0%, 9%, 22%)
(0.46 / 0.00 / 0.09 / 0.22)

CMYK percentages

%45.73
%0
%9.05
%21.96

Codes

Color #6CC7B5 in popluar color models

6C C7 B5
RGB 108 199 181
HSL 168° 44.83% 60.20%
HSB/HSV 168° 45.73% 78.04%
CMYK 45.73% 0.00% 9.05%
21.96%

Color #6CC7B5 in popluar number systems.

HEX 6C C7 B5
Decimal 108 199 181
Binary 1101100 11000111 10110101
Octal 154 307 265

Shades and tints

Shades of #6CC7B5

#6CC7B5
(108,199,181)
#63B5A5
(99,181,165)
#5AA395
(90,163,149)
#519185
(81,145,133)
#487F75
(72,127,117)
#3F6D65
(63,109,101)
#365B55
(54,91,85)
#2D4945
(45,73,69)
#243735
(36,55,53)
#1B2525
(27,37,37)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #6CC7B5

#6CC7B5
(108,199,181)
#79CCBB
(121,204,187)
#86D1C1
(134,209,193)
#93D6C7
(147,214,199)
#A0DBCD
(160,219,205)
#ADE0D3
(173,224,211)
#BAE5D9
(186,229,217)
#C7EADF
(199,234,223)
#D4EFE5
(212,239,229)
#E1F4EB
(225,244,235)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC7B5 color. Also use rgb(108,199,181) instead hex code.

Text Font Color

.myTextColor { color: #6CC7B5; }

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

This text font color is #6CC7B5.

Background Color

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

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

This div background color is #6CC7B5.

Border color

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

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

This div border color is #6CC7B5.

Opacity

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

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

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

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

This text has shadow with #6CC7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC7B5.

Preview

Color preview on black background

This text has color #6CC7B5 on black background.


Color preview on white background

This text has color #6CC7B5 on white background.


Black color preview on #6CC7B5 background

This text has black color on #6CC7B5 background.


White color preview on #6CC7B5 background

This text has white color on #6CC7B5 background.


Related colors

Complementary color

Complementary color for #hex is #93384A.


I love getcolorcode.com

Triadic colors

1 #B56CC7 and #C7B56C with #6CC7B5 are triadic colors.

2 #B5C76C and #C76CB5 with #6CC7B5 are triadic colors.