COLOR #6CDAB5

HEX: #6CDAB5 RGB: (108,218,181)

Color info

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

RGB color model

#6CDAB5 color RGB value is (108,218,181).

RGB: (108,218,181) (42%, 85%, 71%)

RGB channels and saturation

R 108 of 255 = 42%
G 218 of 255 = 85%
B 181 of 255 = 71%

108
218
181

R + G + B ~ 66%. #6CDAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 218 + 181 = 507 (100%)
R 108 of 507 ~ 21.3%
G 218 of 507 ~ 43%
B 181 of 507 ~ 35.7'%

%21.3
%43
%35.7

CMYK color model

#6CDAB5 color CMYK value is (50,0,17,15).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 14.51%

CMYK: (50,0,17,15)
C50M0Y17K15 (50%, 0%, 17%, 15%)
(0.50 / 0.00 / 0.17 / 0.15)

CMYK percentages

%50.46
%0
%16.97
%14.51

Codes

Color #6CDAB5 in popluar color models

6C DA B5
RGB 108 218 181
HSL 160° 59.78% 63.92%
HSB/HSV 160° 50.46% 85.49%
CMYK 50.46% 0.00% 16.97%
14.51%

Color #6CDAB5 in popluar number systems.

HEX 6C DA B5
Decimal 108 218 181
Binary 1101100 11011010 10110101
Octal 154 332 265

Shades and tints

Shades of #6CDAB5

#6CDAB5
(108,218,181)
#63C7A5
(99,199,165)
#5AB495
(90,180,149)
#51A185
(81,161,133)
#488E75
(72,142,117)
#3F7B65
(63,123,101)
#366855
(54,104,85)
#2D5545
(45,85,69)
#244235
(36,66,53)
#1B2F25
(27,47,37)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #6CDAB5

#6CDAB5
(108,218,181)
#79DDBB
(121,221,187)
#86E0C1
(134,224,193)
#93E3C7
(147,227,199)
#A0E6CD
(160,230,205)
#ADE9D3
(173,233,211)
#BAECD9
(186,236,217)
#C7EFDF
(199,239,223)
#D4F2E5
(212,242,229)
#E1F5EB
(225,245,235)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CDAB5; }

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

This text font color is #6CDAB5.

Background Color

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

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

This div background color is #6CDAB5.

Border color

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

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

This div border color is #6CDAB5.

Opacity

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

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

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

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

This text has shadow with #6CDAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CDAB5.

Preview

Color preview on black background

This text has color #6CDAB5 on black background.


Color preview on white background

This text has color #6CDAB5 on white background.


Black color preview on #6CDAB5 background

This text has black color on #6CDAB5 background.


White color preview on #6CDAB5 background

This text has white color on #6CDAB5 background.


Related colors

Complementary color

Complementary color for #hex is #93254A.


I love getcolorcode.com

Triadic colors

1 #B56CDA and #DAB56C with #6CDAB5 are triadic colors.

2 #B5DA6C and #DA6CB5 with #6CDAB5 are triadic colors.