COLOR #6BABB7

HEX: #6BABB7
RGB: (107,171,183)

Color info

#6BABB7 contains mainly green and blue colors. Web safe color of #6BABB7 is #6699CC (or #69C).

RGB color model

#6BABB7 color RGB value is (107,171,183).

  • red value is 107;
  • green value is 171;
  • blue value is 183.
RGB:
(107,171,183)
(42%,67%,72%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 183 of 255 = 72%

107
171
183

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

Portions of RGB colors in percentages

R + G + B =
107 + 171 + 183 = 461 (100%)
R 107 of 461 ~ 23.21%
G 171 of 461 ~ 37.09%
B 183 of 461 ~ 39.7%

%23.21
%37.09
%39.7

CMYK color model

#6BABB7 color CMYK value is (42,7,0,28).

  • cyan value is 41.53%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(42,7,0,28)
C42M7Y0K28 
(42%,7%,0%,28%)
(0.42/0.07/0.00/0.28)	

CMYK percentages

%41.53
%6.56
%0
%28.24

Codes

Color #6BABB7 in popluar color models

6BABB7
RGB107171183
HSL189°34.55%56.86%
HSB/HSV189°41.53%71.76%
CMYK41.53%6.56%0.00%
28.24%

Color #6BABB7 in popluar number systems.

HEX6BABB7
Decimal107171183
Binary11010111010101110110111
Octal153253267

Shades and tints

Shades of #6BABB7

#6BABB7
(107,171,183)
#629CA7
(98,156,167)
#598D97
(89,141,151)
#507E87
(80,126,135)
#476F77
(71,111,119)
#3E6067
(62,96,103)
#355157
(53,81,87)
#2C4247
(44,66,71)
#233337
(35,51,55)
#1A2427
(26,36,39)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #6BABB7

#6BABB7
(107,171,183)
#78B2BD
(120,178,189)
#85B9C3
(133,185,195)
#92C0C9
(146,192,201)
#9FC7CF
(159,199,207)
#ACCED5
(172,206,213)
#B9D5DB
(185,213,219)
#C6DCE1
(198,220,225)
#D3E3E7
(211,227,231)
#E0EAED
(224,234,237)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BABB7 color. Also use rgb(107,171,183) instead hex code.

Text Font Color

.myTextColor { color: #6BABB7; }

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

This text font color is #6BABB7.


Background Color

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

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

This div background color is #6BABB7.


Border color

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

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

This div border color is #6BABB7.


Opacity

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

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

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

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

This text has shadow with #6BABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BABB7 on black background.


Color preview on white background

This text has color #6BABB7 on white background.



Black color preview on #6BABB7 background

This text has black color on #6BABB7 background.


White color preview on #6BABB7 background

This text has white color on #6BABB7 background.