COLOR #6BCDAF

HEX: #6BCDAF
RGB: (107,205,175)

Color info

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

RGB color model

#6BCDAF color RGB value is (107,205,175).

  • red value is 107;
  • green value is 205;
  • blue value is 175.
RGB:
(107,205,175)
(42%,80%,69%)

RGB channels and saturation

R 107 of 255 = 42%
G 205 of 255 = 80%
B 175 of 255 = 69%

107
205
175

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

Portions of RGB colors in percentages

R + G + B =
107 + 205 + 175 = 487 (100%)
R 107 of 487 ~ 21.97%
G 205 of 487 ~ 42.09%
B 175 of 487 ~ 35.93%

%21.97
%42.09
%35.93

CMYK color model

#6BCDAF color CMYK value is (48,0,15,20).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 19.61%
CMYK:
(48,0,15,20)
C48M0Y15K20 
(48%,0%,15%,20%)
(0.48/0.00/0.15/0.20)	

CMYK percentages

%47.8
%0
%14.63
%19.61

Codes

Color #6BCDAF in popluar color models

6BCDAF
RGB107205175
HSL162°49.49%61.18%
HSB/HSV162°47.80%80.39%
CMYK47.80%0.00%14.63%
19.61%

Color #6BCDAF in popluar number systems.

HEX6BCDAF
Decimal107205175
Binary11010111100110110101111
Octal153315257

Shades and tints

Shades of #6BCDAF

#6BCDAF
(107,205,175)
#62BBA0
(98,187,160)
#59A991
(89,169,145)
#509782
(80,151,130)
#478573
(71,133,115)
#3E7364
(62,115,100)
#356155
(53,97,85)
#2C4F46
(44,79,70)
#233D37
(35,61,55)
#1A2B28
(26,43,40)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #6BCDAF

#6BCDAF
(107,205,175)
#78D1B6
(120,209,182)
#85D5BD
(133,213,189)
#92D9C4
(146,217,196)
#9FDDCB
(159,221,203)
#ACE1D2
(172,225,210)
#B9E5D9
(185,229,217)
#C6E9E0
(198,233,224)
#D3EDE7
(211,237,231)
#E0F1EE
(224,241,238)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCDAF color. Also use rgb(107,205,175) instead hex code.

Text Font Color

.myTextColor { color: #6BCDAF; }

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

This text font color is #6BCDAF.


Background Color

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

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

This div background color is #6BCDAF.


Border color

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

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

This div border color is #6BCDAF.


Opacity

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

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

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

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

This text has shadow with #6BCDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BCDAF on black background.


Color preview on white background

This text has color #6BCDAF on white background.



Black color preview on #6BCDAF background

This text has black color on #6BCDAF background.


White color preview on #6BCDAF background

This text has white color on #6BCDAF background.