COLOR #6BAEA8

HEX: #6BAEA8
RGB: (107,174,168)

Color info

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

RGB color model

#6BAEA8 color RGB value is (107,174,168).

  • red value is 107;
  • green value is 174;
  • blue value is 168.
RGB:
(107,174,168)
(42%,68%,66%)

RGB channels and saturation

R 107 of 255 = 42%
G 174 of 255 = 68%
B 168 of 255 = 66%

107
174
168

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

Portions of RGB colors in percentages

R + G + B =
107 + 174 + 168 = 449 (100%)
R 107 of 449 ~ 23.83%
G 174 of 449 ~ 38.75%
B 168 of 449 ~ 37.42%

%23.83
%38.75
%37.42

CMYK color model

#6BAEA8 color CMYK value is (39,0,3,32).

  • cyan value is 38.51%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 31.76%
CMYK:
(39,0,3,32)
C39M0Y3K32 
(39%,0%,3%,32%)
(0.39/0.00/0.03/0.32)	

CMYK percentages

%38.51
%0
%3.45
%31.76

Codes

Color #6BAEA8 in popluar color models

6BAEA8
RGB107174168
HSL175°29.26%55.10%
HSB/HSV175°38.51%68.24%
CMYK38.51%0.00%3.45%
31.76%

Color #6BAEA8 in popluar number systems.

HEX6BAEA8
Decimal107174168
Binary11010111010111010101000
Octal153256250

Shades and tints

Shades of #6BAEA8

#6BAEA8
(107,174,168)
#629F99
(98,159,153)
#59908A
(89,144,138)
#50817B
(80,129,123)
#47726C
(71,114,108)
#3E635D
(62,99,93)
#35544E
(53,84,78)
#2C453F
(44,69,63)
#233630
(35,54,48)
#1A2721
(26,39,33)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #6BAEA8

#6BAEA8
(107,174,168)
#78B5AF
(120,181,175)
#85BCB6
(133,188,182)
#92C3BD
(146,195,189)
#9FCAC4
(159,202,196)
#ACD1CB
(172,209,203)
#B9D8D2
(185,216,210)
#C6DFD9
(198,223,217)
#D3E6E0
(211,230,224)
#E0EDE7
(224,237,231)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAEA8 color. Also use rgb(107,174,168) instead hex code.

Text Font Color

.myTextColor { color: #6BAEA8; }

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

This text font color is #6BAEA8.


Background Color

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

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

This div background color is #6BAEA8.


Border color

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

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

This div border color is #6BAEA8.


Opacity

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

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

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

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

This text has shadow with #6BAEA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAEA8 on black background.


Color preview on white background

This text has color #6BAEA8 on white background.



Black color preview on #6BAEA8 background

This text has black color on #6BAEA8 background.


White color preview on #6BAEA8 background

This text has white color on #6BAEA8 background.