COLOR #6BACA9

HEX: #6BACA9
RGB: (107,172,169)

Color info

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

RGB color model

#6BACA9 color RGB value is (107,172,169).

  • red value is 107;
  • green value is 172;
  • blue value is 169.
RGB:
(107,172,169)
(42%,67%,66%)

RGB channels and saturation

R 107 of 255 = 42%
G 172 of 255 = 67%
B 169 of 255 = 66%

107
172
169

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

Portions of RGB colors in percentages

R + G + B =
107 + 172 + 169 = 448 (100%)
R 107 of 448 ~ 23.88%
G 172 of 448 ~ 38.39%
B 169 of 448 ~ 37.72%

%23.88
%38.39
%37.72

CMYK color model

#6BACA9 color CMYK value is (38,0,2,33).

  • cyan value is 37.79%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(38,0,2,33)
C38M0Y2K33 
(38%,0%,2%,33%)
(0.38/0.00/0.02/0.33)	

CMYK percentages

%37.79
%0
%1.74
%32.55

Codes

Color #6BACA9 in popluar color models

6BACA9
RGB107172169
HSL177°28.14%54.71%
HSB/HSV177°37.79%67.45%
CMYK37.79%0.00%1.74%
32.55%

Color #6BACA9 in popluar number systems.

HEX6BACA9
Decimal107172169
Binary11010111010110010101001
Octal153254251

Shades and tints

Shades of #6BACA9

#6BACA9
(107,172,169)
#629D9A
(98,157,154)
#598E8B
(89,142,139)
#507F7C
(80,127,124)
#47706D
(71,112,109)
#3E615E
(62,97,94)
#35524F
(53,82,79)
#2C4340
(44,67,64)
#233431
(35,52,49)
#1A2522
(26,37,34)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #6BACA9

#6BACA9
(107,172,169)
#78B3B0
(120,179,176)
#85BAB7
(133,186,183)
#92C1BE
(146,193,190)
#9FC8C5
(159,200,197)
#ACCFCC
(172,207,204)
#B9D6D3
(185,214,211)
#C6DDDA
(198,221,218)
#D3E4E1
(211,228,225)
#E0EBE8
(224,235,232)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BACA9 color. Also use rgb(107,172,169) instead hex code.

Text Font Color

.myTextColor { color: #6BACA9; }

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

This text font color is #6BACA9.


Background Color

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

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

This div background color is #6BACA9.


Border color

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

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

This div border color is #6BACA9.


Opacity

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

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

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

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

This text has shadow with #6BACA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BACA9 on black background.


Color preview on white background

This text has color #6BACA9 on white background.



Black color preview on #6BACA9 background

This text has black color on #6BACA9 background.


White color preview on #6BACA9 background

This text has white color on #6BACA9 background.