COLOR #6BAD8D

HEX: #6BAD8D
RGB: (107,173,141)

Color info

#6BAD8D contains mainly green and blue colors. Web safe color of #6BAD8D is #669999 (or #699).

RGB color model

#6BAD8D color RGB value is (107,173,141).

  • red value is 107;
  • green value is 173;
  • blue value is 141.
RGB:
(107,173,141)
(42%,68%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 173 of 255 = 68%
B 141 of 255 = 55%

107
173
141

R + G + B ~ 55%. #6BAD8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 173 + 141 = 421 (100%)
R 107 of 421 ~ 25.42%
G 173 of 421 ~ 41.09%
B 141 of 421 ~ 33.49%

%25.42
%41.09
%33.49

CMYK color model

#6BAD8D color CMYK value is (38,0,18,32).

  • cyan value is 38.15%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(38,0,18,32)
C38M0Y18K32 
(38%,0%,18%,32%)
(0.38/0.00/0.18/0.32)	

CMYK percentages

%38.15
%0
%18.5
%32.16

Codes

Color #6BAD8D in popluar color models

6BAD8D
RGB107173141
HSL151°28.70%54.90%
HSB/HSV151°38.15%67.84%
CMYK38.15%0.00%18.50%
32.16%

Color #6BAD8D in popluar number systems.

HEX6BAD8D
Decimal107173141
Binary11010111010110110001101
Octal153255215

Shades and tints

Shades of #6BAD8D

#6BAD8D
(107,173,141)
#629E81
(98,158,129)
#598F75
(89,143,117)
#508069
(80,128,105)
#47715D
(71,113,93)
#3E6251
(62,98,81)
#355345
(53,83,69)
#2C4439
(44,68,57)
#23352D
(35,53,45)
#1A2621
(26,38,33)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #6BAD8D

#6BAD8D
(107,173,141)
#78B497
(120,180,151)
#85BBA1
(133,187,161)
#92C2AB
(146,194,171)
#9FC9B5
(159,201,181)
#ACD0BF
(172,208,191)
#B9D7C9
(185,215,201)
#C6DED3
(198,222,211)
#D3E5DD
(211,229,221)
#E0ECE7
(224,236,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAD8D color. Also use rgb(107,173,141) instead hex code.

Text Font Color

.myTextColor { color: #6BAD8D; }

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

This text font color is #6BAD8D.


Background Color

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

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

This div background color is #6BAD8D.


Border color

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

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

This div border color is #6BAD8D.


Opacity

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

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

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

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

This text has shadow with #6BAD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAD8D on black background.


Color preview on white background

This text has color #6BAD8D on white background.



Black color preview on #6BAD8D background

This text has black color on #6BAD8D background.


White color preview on #6BAD8D background

This text has white color on #6BAD8D background.